Searched defs:PatternNode (Results 1 – 4 of 4) sorted by relevance
81 struct PatternNode struct in ACU_Subproblem87 int multiplicity;88 Vector<Edge> edges;89 int selectedEdge;
411 struct PatternNode : public Node { struct426 Map<ConstantNode *, PatternNode *> dictionary; argument427 Vector<PatternNode *> array; argument
80 class PatternNode(object): class