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