Beispiel #1
0
 def getDictionary(self):
     """ @rtype: dict """
     raise AbstractMethodError(self, "getDictionary")
Beispiel #2
0
 def buttonIsEnabled(self):
     """ @rtype: bool """
     raise AbstractMethodError(self, "buttonIsEnabled")
Beispiel #3
0
 def addItem(self, value):
     raise AbstractMethodError(self, "addItem")
Beispiel #4
0
 def startSimulations(self):
     raise AbstractMethodError(self, "startSimulations")
Beispiel #5
0
 def getButtonName(self):
     raise AbstractMethodError(self, "getButtonName")
Beispiel #6
0
 def getQueueStatus(self):
     """ @rtype: dict of (JobStatusType, int) """
     raise AbstractMethodError(self, "getQueueStatus")
Beispiel #7
0
 def getProgress(self):
     """ @rtype: float """
     raise AbstractMethodError(self, "getProgress")
Beispiel #8
0
 def phaseCount(self):
     """ @rtype: int """
     raise AbstractMethodError(self, "phaseCount")
Beispiel #9
0
 def setPhaseCount(self, phase_count):
     raise AbstractMethodError(self, "setPhaseCount")
Beispiel #10
0
 def getMinValue(self):
     raise AbstractMethodError(self, "getMinValue")
Beispiel #11
0
 def killAllSimulations(self):
     raise AbstractMethodError(self, "killAllSimulations")
Beispiel #12
0
 def removeKey(self, key):
     raise AbstractMethodError(self, "removeKey")
Beispiel #13
0
 def setValueForKey(self, key, value):
     raise AbstractMethodError(self, "setValueForKey")
Beispiel #14
0
 def addKey(self, key):
     raise AbstractMethodError(self, "addKey")
Beispiel #15
0
 def getRunningTime(self):
     """ @rtype: int """
     raise AbstractMethodError(self, "getRunningTime")
Beispiel #16
0
 def currentPhase(self):
     """ @rtype: int """
     raise AbstractMethodError(self, "currentPhase")
Beispiel #17
0
 def getQueueSize(self):
     """ @rtype: int """
     raise AbstractMethodError(self, "getQueueSize")
Beispiel #18
0
 def getPhaseName(self):
     """ @rtype: str """
     raise AbstractMethodError(self, "getPhaseName")
Beispiel #19
0
 def isQueueRunning(self):
     """ @rtype: bool """
     raise AbstractMethodError(self, "isQueueRunning")
Beispiel #20
0
 def setIndeterminate(self, indeterminate):
     raise AbstractMethodError(self, "setIndeterminate")
Beispiel #21
0
 def isIndeterminate(self):
     """ @rtype: bool """
     raise AbstractMethodError(self, "isIndeterminate")
Beispiel #22
0
 def isFinished(self):
     """ @rtype: bool """
     raise AbstractMethodError(self, "isFinished")
Beispiel #23
0
 def runSimulations(self):
     raise AbstractMethodError(self, "runSimulations")
Beispiel #24
0
 def hasRunFailed(self):
     """ @rtype: bool """
     raise AbstractMethodError(self, "hasRunFailed")
Beispiel #25
0
 def buttonTriggered(self):
     raise AbstractMethodError(self, "buttonTriggered")
Beispiel #26
0
 def getFailMessage(self):
     """ @rtype: str """
     raise AbstractMethodError(self, "getFailMessage")
Beispiel #27
0
 def getList(self):
     """ @rtype: list """
     raise AbstractMethodError(self, "getList")
Beispiel #28
0
 def setPhase(self, phase, phase_name):
     raise AbstractMethodError(self, "setPhase")
Beispiel #29
0
 def removeItem(self, value):
     raise AbstractMethodError(self, "removeItem")
Beispiel #30
0
 def setPath(self, value):
     raise AbstractMethodError(self, "setValue")