![]() | IActionExecutionEnvironment Properties |
The IActionExecutionEnvironment type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions |
The actions employed by this graph processing environment
|
![]() | Backend |
The backend to be used for graph creation when a graph is imported
|
![]() | CustomCommandsAndDescriptions |
The action execution environment dependent commands that are available, and a description of each command.
|
![]() | EnableAssertions |
Allows to enable/disable assertions and find out about assertion state.
|
![]() | Graph |
Returns the graph currently focused in processing / sequence execution.
This may be the initial main graph, or a subgraph switched to, the current top element of the graph usage stack.
|
![]() | HighlightingUnderway |
Tells whether execution is interrupted because a highlight statement was hit.
Consequence: the timer that normally prints match statistics every second remains silent
|
![]() | MaxMatches |
The maximum number of matches to be returned for a RuleAll sequence element.
If it is zero or less, the number of matches is unlimited.
|
![]() | NamedGraph |
Returns the named graph currently focused in processing / sequence execution.
Returns null if this graph is not a named but an unnamed graph.
|
![]() | PerformanceInfo |
PerformanceInfo is used to accumulate information about needed time, found matches and applied rewrites.
And additionally search steps carried out if profiling instrumentation code was generated.
It must not be null.
The user is responsible for resetting the PerformanceInfo object.
This is typically done at the start of a rewrite sequence, to measure its performance.
|