![]() | PatternCondition Class |
Namespace: de.unika.ipd.grGen.lgsp
public class PatternCondition
The PatternCondition type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternCondition(PatternCondition, PatternGraphEmbedding, String) |
Instantiates a new PatternCondition object as a copy from an original condition, used for inlining.
|
![]() | PatternCondition(Expression, String, String, String, PatternNode, PatternEdge, PatternVariable) |
Constructs a PatternCondition object.
|
Name | Description | |
---|---|---|
![]() | Clone |
Instantiates a new PatternCondition object as a copy from the original condition; for parallelization.
|
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.
|