- T - Class in sparql.base
-
the ordered tree of clauses rooted at the WHERE clause of Q.
- T(TtreeNode) - Constructor for class sparql.base.T
-
Constructor to initiate the nodes, edges lists and root object.
- Tables - Class in database
-
- temporal - package temporal
-
- TemporalBean - Class in controller
-
- TemporalBean() - Constructor for class controller.TemporalBean
-
- TemporalEntityStore - Variable in class database.Tables
-
- TemporalFolderStore - Variable in class database.Tables
-
- TemporalGraphStore - Variable in class database.Tables
-
- TemporalPathHelper - Class in temporal
-
- TemporalPathHelper() - Constructor for class temporal.TemporalPathHelper
-
- TemporalPathSTore - Variable in class database.Tables
-
- testConnection() - Method in class database.ExecuteCommand
-
- Triple - Class in sparql.base
-
Represent the triple of subject, predicate and object used in path node.
- Triple() - Constructor for class sparql.base.Triple
-
Default constructor.
- Triple(String, String, String) - Constructor for class sparql.base.Triple
-
Constructor to initiate subject, predicate and object.
- TtreeEdge - Class in sparql.base
-
Edge that represents the containment relationship between two clauses.
- TtreeEdge(TtreeNode, TtreeNode) - Constructor for class sparql.base.TtreeEdge
-
Constructor that initiate the first and last node of edge.
- TtreeNode - Class in sparql.base
-
Node representing clauses in Q;
- TtreeNode(TtreeNode, BGP) - Constructor for class sparql.base.TtreeNode
-
Constructor to initiate bgp, parent node, varset and child list.