Package weka.gui.graphvisualizer
Class GraphNode
- java.lang.Object
-
- weka.gui.graphvisualizer.GraphNode
-
- All Implemented Interfaces:
GraphConstants
public class GraphNode extends java.lang.Object implements GraphConstants
This class represents a node in the Graph.- Version:
- $Revision: 1.5 $ - 23 Apr 2003 - Initial version (Ashraf M. Kibriya)
- Author:
- Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
-
-
Field Summary
Fields Modifier and Type Field Description int
nodeType
Type of node.int
x
The x and y position of the nodeint
y
The x and y position of the node-
Fields inherited from interface weka.gui.graphvisualizer.GraphConstants
DIRECTED, DOUBLE, NORMAL, PLURAL_DUMMY, REVERSED, SINGULAR_DUMMY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object n)
Returns true if passed in argument is an instance of GraphNode and is equal to this node.
-