public class PropertyKeyVertex extends RelationTypeVertex implements PropertyKey
org.apache.tinkerpop.gremlin.structure.Vertex.ExceptionsSchemaSource.EntryqueryCache| Constructor and Description |
|---|
PropertyKeyVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
cardinality()
The
Cardinality of this property key. |
Class<?> |
dataType()
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(org.apache.tinkerpop.gremlin.structure.Direction dir) |
getBaseType, getConsistencyModifier, getKeyIndexes, getRelationIndexes, getSignature, getSortKey, getSortOrder, getTTL, isInvisibleType, multiplicity, resetCacheasIndexType, getDefinition, getEdges, getEdges, getRelated, getStatus, getVertexLabelInternal, name, toStringaddToQueryCache, getQueryCacheSize, hasLoadedRelations, loadRelationsaddRelation, getAddedRelations, getLifeCycle, hasAddedRelations, hasRemovedRelations, remove, removeRelation, updateLifeCycleaddEdge, edges, getCompareId, id, isModified, it, label, properties, property, property, query, tx, valueOrNull, verifyAccess, vertexLabel, verticesclone, compare, compareTo, equals, hashCode, hasId, isInvisible, isLoaded, isNew, isRemoved, isTemporaryId, longId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitaddEdge, isModified, label, property, property, property, query, vertexLabelgraph, hasId, id, isLoaded, isNew, isRemoved, longId, remove, valueOrNulledges, properties, property, verticesnamegetStatusaddRelation, getAddedRelations, hasAddedRelations, hasLoadedRelations, hasRemovedRelations, it, loadRelations, query, removeRelationgetLifeCycle, graph, isInvisible, setId, txlongIdpublic PropertyKeyVertex(StandardTitanTx tx, long id, byte lifecycle)
public Class<?> dataType()
PropertyKeydataType in interface PropertyKeypublic Cardinality cardinality()
PropertyKeyCardinality of this property key.cardinality in interface PropertyKeypublic final boolean isPropertyKey()
RelationTypeisPropertyKey in interface RelationTypePropertyKeypublic final boolean isEdgeLabel()
RelationTypeisEdgeLabel in interface RelationTypeEdgeLabelpublic boolean isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir)
isUnidirected in interface InternalRelationTypeCopyright © 2012–2015. All rights reserved.