weka.gui.graphvisualizer |
|
Java Source File Name | Type | Comment |
BIFFormatException.java | Class | This is the Exception thrown by BIFParser, if there
was an error in parsing the XMLBIF string or input
stream.
author: Ashraf M. |
BIFParser.java | Class | This class parses an inputstream or a string in
XMLBIF ver. |
DotParser.java | Class | This class parses input in DOT format, and
builds the datastructures that are passed to it.
It is NOT 100% compatible with the DOT format. |
GraphConstants.java | Interface | GraphConstants.java
author: Ashraf M. |
GraphEdge.java | Class | This class represents an edge in the graph
author: Ashraf M. |
GraphNode.java | Class | This class represents a node in the Graph.
author: Ashraf M. |
GraphVisualizer.java | Class | This class displays the graph we want to visualize. |
HierarchicalBCEngine.java | Class | This class lays out the vertices of a graph in a
hierarchy of vertical levels, with a number of nodes
in each level. |
LayoutCompleteEvent.java | Class | This is an event which is fired by a LayoutEngine once
a LayoutEngine finishes laying out the graph, so
that the Visualizer can repaint the screen to show
the changes.
author: Ashraf M. |
LayoutCompleteEventListener.java | Interface | This interface should be implemented by any class
which needs to receive LayoutCompleteEvents from
the LayoutEngine. |
LayoutEngine.java | Interface | This interface class has been added to facilitate the addition
of other layout engines to this package. |