Searched refs:subStateNames (Results 1 – 1 of 1) sorted by relevance
636 def changeState(self, subStateNames, ignoreIntegrity=False): argument639 subStateNames))641 if not ignoreIntegrity and not self.isIntegre(subStateNames):642 raise self.ChangeRequestToNonAccessibleState(subStateNames,646 for subStateName in subStateNames :656 def isIntegre(self, subStateNames): argument657 return self.isInclusif or len(subStateNames) == 1664 subStateNames = self._getElementNames(self.currentState)665 return Criterion(self.name, self.isInclusif, subStateNames, subStateNames,679 def stateIs(self, subStateNames): argument[all …]