 | SequenceComputationExecute Method |
Executes this sequence computation.
Complete execution including execution infrastructure, the specific functionality is implemented by calling ExecuteImpl.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntaxpublic Object Execute(
IGraphProcessingEnvironment procEnv
)
Parameters
- procEnv
- Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
The graph processing environment on which this sequence computation is to be evaluated.
Contains especially the graph on which this sequence computation is to be evaluated.
And the user proxy queried when choices are due.
Return Value
Type:
ObjectThe value resulting from computing this sequence computation,
null if there is no result value
See Also