Click or drag to resize

SequenceDefinitionApply(IGraphProcessingEnvironment, Object, Object) Method

Applies this sequence.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract bool Apply(
	IGraphProcessingEnvironment procEnv,
	Object[] arguments,
	out Object[] returnValues
)

Parameters

procEnv  IGraphProcessingEnvironment
The graph processing environment on which this sequence is to be applied. Contains especially the graph on which this sequence is to be applied. The rules will only be chosen during the Sequence object instantiation, so exchanging rules will have no effect for already existing Sequence objects.
arguments  Object
Input arguments
returnValues  Object
Output return values

Return Value

Boolean
True, iff the sequence succeeded

Implements

ISequenceDefinitionApply(IGraphProcessingEnvironment, Object, Object)
See Also