public class EdgeLabelVertex extends RelationTypeVertex implements EdgeLabel
org.apache.tinkerpop.gremlin.structure.Vertex.ExceptionsSchemaSource.EntryqueryCache| Constructor and Description |
|---|
EdgeLabelVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirected()
Checks whether this labels is defined as directed.
|
boolean |
isEdgeLabel()
Checks if this relation type is an edge label
|
boolean |
isPropertyKey()
Checks if this relation type is a property key
|
boolean |
isUnidirected()
Checks whether this labels is defined as unidirected.
|
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, waitmultiplicityaddEdge, 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 EdgeLabelVertex(StandardTitanTx tx, long id, byte lifecycle)
public boolean isDirected()
EdgeLabelisDirected in interface EdgeLabelpublic boolean isUnidirected()
EdgeLabelisUnidirected in interface EdgeLabelpublic boolean isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir)
isUnidirected in interface InternalRelationTypepublic final boolean isPropertyKey()
RelationTypeisPropertyKey in interface RelationTypePropertyKeypublic final boolean isEdgeLabel()
RelationTypeisEdgeLabel in interface RelationTypeEdgeLabelCopyright © 2012–2015. All rights reserved.