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