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 Details
-
getVertexLabel
-
getEdgeLabel
-
getMultiplicity
-
hashCode
public int hashCode() -
equals
-
getDirection
public org.apache.tinkerpop.gremlin.structure.Direction getDirection() -
remove
public void remove(boolean preserveData) Description copied from interface:TopologyInfremove the topology item- Specified by:
removein interfaceTopologyInf- Parameters:
preserveData- if true we don't delete at the SQL level
-
getName
- Specified by:
getNamein interfaceTopologyInf
-
toString
-