Class | Description |
---|---|
BGP |
This class represents the Basic Graph Pattern.
|
Edge |
This class represents the edge of graph include subject, predicate and
object.
|
Entity | |
Filter |
Represents the filter clause of SPARQL Query.
|
Node |
This class represents the node of graph include incoming and outgoing edges,
label, variable name and type of node.
|
Path |
Represents the result of path queries.
|
Q |
Represents the SPARQL query.
|
Ssel |
Represents the ordered list of variables in the SELECT clause.
|
T |
the ordered tree of clauses rooted at the WHERE clause of Q.
|
Triple |
Represent the triple of subject, predicate and object used in path node.
|
TtreeEdge |
Edge that represents the containment relationship between two clauses.
|
TtreeNode |
Node representing clauses in Q;
|
Enum | Description |
---|---|
Filter.ConditionType |