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, waitMethods 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:
 isCommittedin interfaceTopologyInf
 - 
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
 
 -