Click or drag to resize

SequenceRuleAllCall Constructor (List<SequenceExpression>, List<SequenceVariable>, SequenceVariable, Boolean, Boolean, Boolean, SequenceVariable, Boolean, SequenceVariable, Boolean)

Initializes a new instance of the SequenceRuleAllCall class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected SequenceRuleAllCall(
	List<SequenceExpression> argExprs,
	List<SequenceVariable> returnVars,
	SequenceVariable subgraph,
	bool special,
	bool test,
	bool chooseRandom,
	SequenceVariable varChooseRandom,
	bool chooseRandom2,
	SequenceVariable varChooseRandom2,
	bool choice
)

Parameters

argExprs
Type: System.Collections.Generic.List<SequenceExpression>
returnVars
Type: System.Collections.Generic.List<SequenceVariable>
subgraph
Type: de.unika.ipd.grGen.libGr.SequenceVariable
special
Type: System.Boolean
test
Type: System.Boolean
chooseRandom
Type: System.Boolean
varChooseRandom
Type: de.unika.ipd.grGen.libGr.SequenceVariable
chooseRandom2
Type: System.Boolean
varChooseRandom2
Type: de.unika.ipd.grGen.libGr.SequenceVariable
choice
Type: System.Boolean
See Also