Searched refs:subStateNames (Results 1 – 1 of 1) sorted by relevance
634 def changeState(self, subStateNames, ignoreIntegrity=False): argument637 subStateNames))639 if not ignoreIntegrity and not self.isIntegre(subStateNames):640 raise self.ChangeRequestToNonAccessibleState(subStateNames,645 for subStateName in subStateNames:655 def isIntegre(self, subStateNames): argument656 return self.isInclusif or len(subStateNames) == 1663 subStateNames = self._getElementNames(self.currentState)664 return Criterion(self.name, self.isInclusif, subStateNames, subStateNames,678 def stateIs(self, subStateNames): argument[all …]