Click or drag to resize

SequenceExpressionEvaluate Method

Evaluates this sequence expression. Implemented by calling execute, every expression is a computation.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public Object Evaluate(
	IGraphProcessingEnvironment procEnv
)

Parameters

procEnv  IGraphProcessingEnvironment
The graph processing environment on which this sequence expression is to be evaluated. Contains especially the graph on which this sequence expression is to be evaluated. And the user proxy queried when choices are due.

Return Value

Object
The value resulting from computing this sequence expression
See Also