rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
scxml4py.helper Namespace Reference

Functions

def getAtomicStates
 helper module part of scxml4py. More...
 
def getAncestorsList
 
def getAncestorsSet
 
def findLeastCommonAncestor
 
def findActionInList
 
def findActivityInList
 
def isPreempted
 
def compareStates
 
def isStateInList
 
def isTransitionInList
 
def getClonedStateAbsId
 
def updateClonedTransitionTargets
 
def formatStatus
 
def formatTransitions
 
def formatState
 
def formatModel
 

Function Documentation

def scxml4py.helper.compareStates (   s1,
  s2 
)
def scxml4py.helper.findActionInList (   theActionId,
  theList 
)
def scxml4py.helper.findActivityInList (   theActivityId,
  theList 
)
def scxml4py.helper.findLeastCommonAncestor (   s1,
  s2 
)
def scxml4py.helper.formatModel (   stateMachine)
def scxml4py.helper.formatState (   s,
  prefix 
)
def scxml4py.helper.formatStatus (   status,
  toBeSorted = True 
)
def scxml4py.helper.formatTransitions (   transitions)
def scxml4py.helper.getAncestorsList (   states)
def scxml4py.helper.getAncestorsSet (   states)
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.

def scxml4py.helper.getClonedStateAbsId (   regionNo,
  rootState,
  state,
  absId 
)
def scxml4py.helper.isPreempted (   s,
  transitions 
)
def scxml4py.helper.isStateInList (   theState,
  theList 
)
def scxml4py.helper.isTransitionInList (   theTrans,
  theList 
)
def scxml4py.helper.updateClonedTransitionTargets (   regionNo,
  rootState,
  clonedState,
  statesMap 
)