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 Details
-
Graph
public Graph()
-
-
Method Details
-
isCommitted
public boolean isCommitted()- Specified by:
isCommitted
in interfaceTopologyInf
-
getName
- Specified by:
getName
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
-