Pattern |
The PatternCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| ConditionExpression | The condition expression to evaluate | |
| NeededEdgeNames | An array of edge names needed by this condition. | |
| NeededEdges | An array of edges needed by this condition. | |
| NeededNodeNames | An array of node names needed by this condition. | |
| NeededNodes | An array of nodes needed by this condition. | |
| NeededVariableNames | An array of variable names needed by this condition. | |
| NeededVariables | An array of variables needed by this condition. | |
| originalCondition | Links to the original pattern condition in case this condition was inlined, otherwise null | |
| originalSubpatternEmbedding | Links to the original subpattern embedding which was inlined in case this condition was inlined, otherwise null. |