Package | Description |
---|---|
com.thinkaurelius.titan | |
com.thinkaurelius.titan.core | |
com.thinkaurelius.titan.core.util | |
com.thinkaurelius.titan.example |
Class and Description |
---|
TitanGraph
Titan graph database implementation of the Blueprint's interface.
|
Class and Description |
---|
TitanEdge
A TitanEdge connects two
TitanVertex . |
TitanElement
TitanElement represents the abstract concept of an entity in the graph and specifies basic methods for interacting
with entities.
|
TitanException
Most general type of exception thrown by the Titan graph database.
|
TitanGraph
Titan graph database implementation of the Blueprint's interface.
|
TitanGraphQuery
Constructs a query against an external index to retrieve all elements (either vertices or edges)
that match all conditions.
|
TitanKey
TitanKey is an extension of
TitanType for properties. |
TitanLabel
TitanLabel is an extension of
TitanType for edges. |
TitanProperty
TitanProperty is a
TitanRelation connecting a vertex to an attribute value. |
TitanRelation
TitanRelation is the most abstract form of a relation between a vertex and some other entity, where
relation is understood in its mathematical sense.
|
TitanTransaction
TitanTransaction defines a transactional context for a
TitanGraph . |
TitanType
TitanType defines the schema for
TitanRelation . |
TitanVertex
TitanVertex is the basic unit of a
TitanGraph . |
TitanVertexQuery
TitanQuery constructs and executes a query over incident edges from the perspective of a vertex.
|
TypeGroup
TypeGroup defines a group of
TitanType s. |
TypeMaker
TypeMaker is a factory for
TitanType s. |
TypeMaker.UniquenessConsistency |
VertexList
List of
TitanVertex s. |
Class and Description |
---|
TitanGraph
Titan graph database implementation of the Blueprint's interface.
|
Class and Description |
---|
TitanGraph
Titan graph database implementation of the Blueprint's interface.
|
Copyright © 2012-2013. All Rights Reserved.