 | SequenceRuleAllCallCompiled Constructor (String, String, String, ListSequenceExpression, ListSequenceVariable, SequenceVariable, Boolean, Boolean, Boolean, SequenceVariable, Boolean, SequenceVariable, Boolean) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic SequenceRuleAllCallCompiled(
string Name,
string Package,
string PackagePrefixedName,
List<SequenceExpression> argExprs,
List<SequenceVariable> returnVars,
SequenceVariable subgraph,
bool special,
bool test,
bool chooseRandom,
SequenceVariable varChooseRandom,
bool chooseRandom2,
SequenceVariable varChooseRandom2,
bool choice
)
Parameters
- Name
- Type: SystemString
- Package
- Type: SystemString
- PackagePrefixedName
- Type: SystemString
- argExprs
- Type: System.Collections.GenericListSequenceExpression
- returnVars
- Type: System.Collections.GenericListSequenceVariable
- subgraph
- Type: de.unika.ipd.grGen.libGrSequenceVariable
- special
- Type: SystemBoolean
- test
- Type: SystemBoolean
- chooseRandom
- Type: SystemBoolean
- varChooseRandom
- Type: de.unika.ipd.grGen.libGrSequenceVariable
- chooseRandom2
- Type: SystemBoolean
- varChooseRandom2
- Type: de.unika.ipd.grGen.libGrSequenceVariable
- choice
- Type: SystemBoolean
See Also