public class EdgeLabelVertex extends RelationTypeVertex implements EdgeLabel
SchemaSource.Entry| 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(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, waitgetMultiplicityaddEdge, 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 EdgeLabelVertex(StandardTitanTx tx, long id, byte lifecycle)
public boolean isDirected()
EdgeLabelisDirected in interface EdgeLabelpublic boolean isUnidirected()
EdgeLabelisUnidirected in interface EdgeLabelpublic boolean isUnidirected(com.tinkerpop.blueprints.Direction dir)
isUnidirected in interface InternalRelationTypepublic final boolean isPropertyKey()
RelationTypeisPropertyKey in interface RelationTypePropertyKeypublic final boolean isEdgeLabel()
RelationTypeisEdgeLabel in interface RelationTypeEdgeLabelCopyright © 2012–2014. All rights reserved.