Click or drag to resize

SequenceDefinitionCompiledApply Method (IGraphProcessingEnvironment, Object, Object)

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

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
arguments
Type: SystemObject
returnValues
Type: SystemObject

Return Value

Type: Boolean

Implements

ISequenceDefinitionApply(IGraphProcessingEnvironment, Object, Object)
See Also