Package dev.roanh.gmark.lang.cpq
Class QueryGraphCPQ.Pair
java.lang.Object
dev.roanh.gmark.lang.cpq.QueryGraphCPQ.Pair
- Enclosing class:
- QueryGraphCPQ
Represents a pair of vertices used for identity processing.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final QueryGraphCPQ.Vertex
The first vertex.private final QueryGraphCPQ.Vertex
The second vertex. -
Constructor Summary
ModifierConstructorDescriptionprivate
Pair
(QueryGraphCPQ.Vertex first, QueryGraphCPQ.Vertex second) Constructs a new pair of vertices. -
Method Summary
-
Field Details
-
first
The first vertex. -
second
The second vertex.
-
-
Constructor Details
-
Pair
Constructs a new pair of vertices.- Parameters:
first
- The first vertex.second
- The second vertex.
-
-
Method Details