public final class Q
extends java.lang.Object
Constructor and Description |
---|
Q(Ssel ssel,
T t)
Constructor to initiate Ssel and T.
|
Modifier and Type | Method and Description |
---|---|
void |
addToDistinctList(Node n)
Add node to distinct list of query.
|
Ssel |
getSsel()
Get Ssel object of query.
|
T |
getT()
Get the T object of query.
|
boolean |
isInDistinctList(Node n)
Check if an node is in distinct list.
|
public Ssel getSsel()
public T getT()
public void addToDistinctList(Node n)
n
- An node to be added to distinct list.public boolean isInDistinctList(Node n)
n
- An node object to be checked.