예제 #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")