 | PatternCondition(Expression, String, String, String, PatternNode, PatternEdge, PatternVariable) Constructor |
Constructs a PatternCondition object.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic PatternCondition(
Expression conditionExpression,
string[] neededNodeNames,
string[] neededEdgeNames,
string[] neededVariableNames,
PatternNode[] neededNodes,
PatternEdge[] neededEdges,
PatternVariable[] neededVariables
)
Parameters
- conditionExpression Expression
- The condition expression to evaluate.
- neededNodeNames String
- An array of node names needed by this condition.
- neededEdgeNames String
- An array of edge names needed by this condition.
- neededVariableNames String
- An array of variable names needed by this condition.
- neededNodes PatternNode
- An array of nodes needed by this condition.
- neededEdges PatternEdge
- An array of edges needed by this condition.
- neededVariables PatternVariable
- An array of variables needed by this condition.
See Also