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 |
|---|---|
Multiplicity |
getMultiplicity()
The
Multiplicity for this edge label. |
boolean |
isDirected()
Checks whether this labels is defined as directed.
|
boolean |
isUnidirected()
Checks whether this labels is defined as unidirected.
|
isEdgeLabel, isPropertyKeyaddEdge, 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, setPropertycompareTogetNameboolean isDirected()
boolean isUnidirected()
Multiplicity getMultiplicity()
Multiplicity for this edge label.Copyright © 2012–2014. All rights reserved.