Package net.ontopia.topicmaps.viz
Class TopicMapView.Debug
- java.lang.Object
-
- net.ontopia.topicmaps.viz.TopicMapView.Debug
-
- Enclosing class:
- TopicMapView
protected class TopicMapView.Debug extends Object
INTERNAL: PRIVATE: Purpose: Output debug information
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Debug()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute(String operation)
Collection
getNodesOfType(Class type, boolean distinct)
Collection
getObjectsOfType(Class type, boolean distinct)
protected Collection
getTGEdgesOfType(Class aClass, boolean distinct)
protected Collection
getTGEdgesOfType(Class aClass, boolean distinct, boolean visible)
protected Collection
getTGNodesOfType(Class aClass, boolean distinct)
protected Collection
getTGNodesOfType(Class aClass, boolean distinct, boolean visible)
void
integrityCheck()
-
-
-
Method Detail
-
execute
protected void execute(String operation)
-
getTGNodesOfType
protected Collection getTGNodesOfType(Class aClass, boolean distinct, boolean visible)
-
getTGEdgesOfType
protected Collection getTGEdgesOfType(Class aClass, boolean distinct, boolean visible)
-
getTGEdgesOfType
protected Collection getTGEdgesOfType(Class aClass, boolean distinct)
-
getTGNodesOfType
protected Collection getTGNodesOfType(Class aClass, boolean distinct)
-
getObjectsOfType
public Collection getObjectsOfType(Class type, boolean distinct)
-
getNodesOfType
public Collection getNodesOfType(Class type, boolean distinct)
-
integrityCheck
public void integrityCheck()
-
-