This is oudated.
Please see
|
|
Panckoucke A Java TopicMap - Toolkit, to use with tm4j This document covers Panckoucke 0.1.0_alpha
Contents
Writing an Abstactor But if you really want to start playing around with panckoucke, you may have a look at the SimpleAbstractor class for a very simple implementation. A more detailed example ist the CompactAbstractor This class is currently used by the Hypergraph-View of TMNav. You find both implementations in the package org.tm4j.tmnav.panckoucke.impl.abstraction As a third example you may have a look at the IndexAbstractor and it's subclasses which are located in org.tm4j.tmnav.panckoucke.impl.abstraction.ix
If you have written an abstractor by your own and want to test it with
the TouchgraphRenderer in the HypergraphView of TMNav,
you need to edit the class HypergraphPanel.
You find it in the package org.tm4j.tmnav.app. |