CSPM-FiringRules-0.4.4.0: Firing rules semantic of CSPM

Copyright(c) Fontaine 2010 - 2011
LicenseBSD
Maintainerfontaine@cs.uni-duesseldorf.de
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

CSPM.FiringRules.FieldConstraints

Description

Reexport of the functions from FieldConstraintsSearch with a List interface.

Synopsis

Documentation

computeTransitions :: forall i. BF i => Sigma i -> Process i -> [Rule i] Source #

Compute all possible transitions of the process.

eventTransitions :: forall i. BF i => Sigma i -> Process i -> [RuleEvent i] Source #

Compute all (event)- transitions of the process.

tauTransitions :: forall i. BF i => Process i -> [RuleTau i] Source #

Compute all tau-transitions of the process

tickTransitions :: BF i => Process i -> [RuleTick i] Source #

Compute all tick-transitions of the process