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
-
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
-