Click or drag to resize

SequenceRuleAllCallCompiled(String, String, String, ListSequenceExpression, ListSequenceVariable, SequenceVariable, Boolean, Boolean, Boolean, SequenceVariable, Boolean, SequenceVariable, Boolean) Constructor

Initializes a new instance of the SequenceRuleAllCallCompiled class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public 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  String
 
Package  String
 
PackagePrefixedName  String
 
argExprs  ListSequenceExpression
 
returnVars  ListSequenceVariable
 
subgraph  SequenceVariable
 
special  Boolean
 
test  Boolean
 
chooseRandom  Boolean
 
varChooseRandom  SequenceVariable
 
chooseRandom2  Boolean
 
varChooseRandom2  SequenceVariable
 
choice  Boolean
 
See Also