Click or drag to resize

IActionCore Methods

The IActionCore type exposes the following members.

Methods
  NameDescription
Public methodFilter
Filters the matches found by this action
Public methodMatch
Searches for a graph pattern as specified by RulePattern in the current graph of the graph processing environment.
Public methodModify
Performs the rule specific modifications to the current graph of the graph processing environment with the given match. The graph and match object must have the correct type for the used backend (and this action).
Public methodReserve
Returns a list of arrays with the given number of list elements; the array size is as needed for storing the return values. The list/its members are only valid until the next allocate or graph rewrite with this rule. Internal memory optimization.
Top
See Also