public class PropertyKeyVertex extends RelationTypeVertex implements PropertyKey
SchemaSource.Entry| Constructor and Description |
|---|
PropertyKeyVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
getCardinality()
The
Cardinality of this property key. |
Class<?> |
getDataType()
Returns the data type for this property key.
|
boolean |
isEdgeLabel()
Checks if this relation type is an edge label
|
boolean |
isPropertyKey()
Checks if this relation type is a property key
|
boolean |
isUnidirected(com.tinkerpop.blueprints.Direction dir) |
getBaseType, getConsistencyModifier, getKeyIndexes, getMultiplicity, getRelationIndexes, getSignature, getSortKey, getSortOrder, isHiddenType, resetCacheasIndexType, getDefinition, getEdges, getEdges, getName, getRelated, getStatus, toStringaddToQueryCache, hasLoadedRelations, loadRelationsaddRelation, getAddedRelations, getLifeCycle, hasAddedRelations, hasRemovedRelations, remove, removeRelationaddEdge, addEdge, addEdge, addProperty, addProperty, getCompareId, getEdgeCount, getEdges, getEdges, getId, getLabel, getProperties, getProperties, getProperties, getProperty, getProperty, getPropertyCount, getPropertyKeys, getRelations, getTitanEdges, getVertexLabel, getVertexLabelInternal, getVertices, isConnected, isModified, it, query, removeProperty, removeProperty, setProperty, setProperty, txclone, compareTo, equals, getID, hashCode, hasId, isHidden, isImplicitId, isLoaded, isNew, isRemoved, isTemporaryId, setIDfinalize, getClass, notify, notifyAll, wait, wait, waitaddEdge, addEdge, addProperty, addProperty, getEdgeCount, getEdges, getEdges, getLabel, getProperties, getProperties, getProperties, getPropertyCount, getRelations, getTitanEdges, getVertexLabel, isConnected, isModified, querygetId, getID, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, remove, removeProperty, removeProperty, setProperty, setPropertycompareTogetNamegetStatusaddRelation, getAddedRelations, hasAddedRelations, hasLoadedRelations, hasRemovedRelations, it, loadRelations, query, removeRelationgetLifeCycle, isHidden, setID, txgetIDpublic PropertyKeyVertex(StandardTitanTx tx, long id, byte lifecycle)
public Class<?> getDataType()
PropertyKeygetDataType in interface PropertyKeypublic Cardinality getCardinality()
PropertyKeyCardinality of this property key.getCardinality in interface PropertyKeypublic final boolean isPropertyKey()
RelationTypeisPropertyKey in interface RelationTypePropertyKeypublic final boolean isEdgeLabel()
RelationTypeisEdgeLabel in interface RelationTypeEdgeLabelpublic boolean isUnidirected(com.tinkerpop.blueprints.Direction dir)
isUnidirected in interface InternalRelationTypeCopyright © 2012–2014. All rights reserved.