Package weka.gui.graphvisualizer
Class GraphNode
java.lang.Object
weka.gui.graphvisualizer.GraphNode
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionint
Type of node.int
The x and y position of the nodeint
The x and y position of the nodeFields inherited from interface weka.gui.graphvisualizer.GraphConstants
DIRECTED, DOUBLE, NORMAL, PLURAL_DUMMY, REVERSED, SINGULAR_DUMMY
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int xThe x and y position of the node -
y
public int yThe x and y position of the node -
nodeType
public int nodeTypeType of node. Default is Normal node type
-
-
Constructor Details
-
GraphNode
Constructor -
GraphNode
Constructor
-
-
Method Details