Package org.umlg.sqlg.structure.topology
Class Graph
java.lang.Object
org.umlg.sqlg.structure.topology.Graph
- All Implemented Interfaces:
 TopologyInf
- Author:
 - Pieter Martin Date: 2017/11/14
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.umlg.sqlg.structure.TopologyInf
isUncommitted, remove, rename, updatePropertyDefinition 
- 
Constructor Details
- 
Graph
public Graph() 
 - 
 - 
Method Details
- 
isCommitted
public boolean isCommitted()- Specified by:
 isCommittedin interfaceTopologyInf
 - 
getName
- Specified by:
 getNamein 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
 
 -