Package | Description |
---|---|
com.thinkaurelius.titan.core |
Modifier and Type | Interface and Description |
---|---|
interface |
TitanKey
TitanKey is an extension of
TitanType for properties. |
interface |
TitanLabel
TitanLabel is an extension of
TitanType for edges. |
Modifier and Type | Method and Description |
---|---|
TitanType |
TitanRelation.getType()
Returns the type of this relation.
|
TitanType |
TitanTransaction.getType(String name)
Returns the type with the given name.
|
TitanType |
TitanGraph.getType(String name)
Returns the
TitanType uniquely identified by the given name, or NULL if such does not exist. |
Modifier and Type | Method and Description |
---|---|
TypeMaker |
TypeMaker.primaryKey(TitanType... types)
Configures the composite primary key for this type.
|
<O> O |
TitanElement.removeProperty(TitanType type)
Removes the value associated with the given key for this vertex (if exists).
|
TypeMaker |
TypeMaker.signature(TitanType... types)
Configures the signature of this type.
|
TitanVertexQuery |
TitanVertexQuery.types(TitanType... type)
Query for only those relations matching one of the given types.
|
Copyright © 2012-2013. All Rights Reserved.