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