rad  3.0.0
Functions
scxml4py.helper Namespace Reference

Functions

def getAtomicStates (states)
 helper module part of scxml4py. More...
 
def getAncestorsList (states)
 
def getAncestorsSet (states)
 
def findLeastCommonAncestor (s1, s2)
 
def findActionInList (theActionId, theList)
 
def findActivityInList (theActivityId, theList)
 
def isPreempted (s, transitions)
 
def compareStates (s1, s2)
 
def isStateInList (theState, theList)
 
def isTransitionInList (theTrans, theList)
 
def getClonedStateAbsId (regionNo, rootState, state, absId)
 
def updateClonedTransitionTargets (regionNo, rootState, clonedState, statesMap)
 
def formatStatus (status, toBeSorted=True)
 
def formatTransitions (transitions)
 
def formatState (s, prefix)
 
def formatModel (stateMachine)
 

Function Documentation

◆ compareStates()

def scxml4py.helper.compareStates (   s1,
  s2 
)

◆ findActionInList()

def scxml4py.helper.findActionInList (   theActionId,
  theList 
)

◆ findActivityInList()

def scxml4py.helper.findActivityInList (   theActivityId,
  theList 
)

◆ findLeastCommonAncestor()

def scxml4py.helper.findLeastCommonAncestor (   s1,
  s2 
)

◆ formatModel()

def scxml4py.helper.formatModel (   stateMachine)

◆ formatState()

def scxml4py.helper.formatState (   s,
  prefix 
)

◆ formatStatus()

def scxml4py.helper.formatStatus (   status,
  toBeSorted = True 
)

◆ formatTransitions()

def scxml4py.helper.formatTransitions (   transitions)

◆ getAncestorsList()

def scxml4py.helper.getAncestorsList (   states)

◆ getAncestorsSet()

def scxml4py.helper.getAncestorsSet (   states)

◆ getAtomicStates()

def scxml4py.helper.getAtomicStates (   states)

helper module part of scxml4py.

Authors
: landolfa
Date
: 2016-12-27

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

◆ getClonedStateAbsId()

def scxml4py.helper.getClonedStateAbsId (   regionNo,
  rootState,
  state,
  absId 
)

◆ isPreempted()

def scxml4py.helper.isPreempted (   s,
  transitions 
)

◆ isStateInList()

def scxml4py.helper.isStateInList (   theState,
  theList 
)

◆ isTransitionInList()

def scxml4py.helper.isTransitionInList (   theTrans,
  theList 
)

◆ updateClonedTransitionTargets()

def scxml4py.helper.updateClonedTransitionTargets (   regionNo,
  rootState,
  clonedState,
  statesMap 
)