public interface EdgeLabel extends RelationType
RelationType for edges. Each edge in Titan has a label.
An edge label defines the following characteristics of an edge:
RelationType| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirected()
Checks whether this labels is defined as directed.
|
boolean |
isUnidirected()
Checks whether this labels is defined as unidirected.
|
Multiplicity |
multiplicity()
The
Multiplicity for this edge label. |
isEdgeLabel, isPropertyKeyaddEdge, isModified, label, property, property, property, query, vertexLabelgraph, hasId, id, isLoaded, isNew, isRemoved, longId, remove, valueOrNulledges, properties, property, verticesnameboolean isDirected()
boolean isUnidirected()
Multiplicity multiplicity()
Multiplicity for this edge label.Copyright © 2012–2015. All rights reserved.