Package | Description |
---|---|
com.thinkaurelius.titan.core |
Modifier and Type | Interface and Description |
---|---|
interface |
TitanEdge
A TitanEdge connects two
TitanVertex . |
interface |
TitanKey
TitanKey is an extension of
TitanType for properties. |
interface |
TitanLabel
TitanLabel is an extension of
TitanType for edges. |
interface |
TitanProperty
TitanProperty is a
TitanRelation connecting a vertex to an attribute value. |
interface |
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.
|
interface |
TitanType
TitanType defines the schema for
TitanRelation . |
interface |
TitanVertex
TitanVertex is the basic unit of a
TitanGraph . |
Modifier and Type | Method and Description |
---|---|
TitanElement |
InvalidElementException.getElement()
Returns the element causing the exception
|
Constructor and Description |
---|
InvalidElementException(String msg,
TitanElement element) |
Copyright © 2012-2013. All Rights Reserved.