public class FSTYrule extends YAWLReductionRule
Constructor and Description |
---|
FSTYrule() |
Modifier and Type | Method and Description |
---|---|
YNet |
reduceElement(YNet net,
YExternalNetElement netElement)
Innermost method for a reduction rule.
|
canReset, checkEqualConditions, hasAndJoin, hasAndSplit, hasMultiInAndOutFlows, hasMultiInFlows, hasMultiOutFlows, hasOneInAndOutFlow, hasOneInFlow, hasOneOutFlow, isInACancelSet, presetEqualsPostset, reduce, setLabel
public YNet reduceElement(YNet net, YExternalNetElement netElement)
reduceElement
in class YAWLReductionRule
net
- YNet to perform reductionnetElement
- an for consideration.
returns a reduced YNet or null if a given net cannot be reduced.