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 protectedDebug()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute(String operation)CollectiongetNodesOfType(Class type, boolean distinct)CollectiongetObjectsOfType(Class type, boolean distinct)protected CollectiongetTGEdgesOfType(Class aClass, boolean distinct)protected CollectiongetTGEdgesOfType(Class aClass, boolean distinct, boolean visible)protected CollectiongetTGNodesOfType(Class aClass, boolean distinct)protected CollectiongetTGNodesOfType(Class aClass, boolean distinct, boolean visible)voidintegrityCheck()
-
-
-
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()
-
-