Package org.umlg.sqlg.structure.topology
Class EdgeRole
java.lang.Object
org.umlg.sqlg.structure.topology.EdgeRole
- All Implemented Interfaces:
TopologyInf
Represent a pair VertexLabel and EdgeLabel
- Author:
- jpmoresmau
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.umlg.sqlg.structure.TopologyInf
isUncommitted, remove, rename, updatePropertyDefinition
-
Method Details
-
getVertexLabel
-
getEdgeLabel
-
getMultiplicity
-
hashCode
public int hashCode() -
equals
-
getDirection
public org.apache.tinkerpop.gremlin.structure.Direction getDirection() -
isCommitted
public boolean isCommitted()- Specified by:
isCommitted
in interfaceTopologyInf
-
remove
public void remove(boolean preserveData) Description copied from interface:TopologyInf
remove the topology item- Specified by:
remove
in interfaceTopologyInf
- Parameters:
preserveData
- if true we don't delete at the SQL level
-
getName
- Specified by:
getName
in interfaceTopologyInf
-
toString
-