weka.gui.graphvisualizer
Interface GraphConstants

All Known Implementing Classes:
BIFParser, DotParser, GraphNode, GraphVisualizer, HierarchicalBCEngine

public interface GraphConstants

GraphConstants.java

Version:
1.0 - 24 Apr 2003 - Initial version (Ashraf M. Kibriya)
Author:
Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)

Field Summary
static int DIRECTED
          Types of Edges
static int DOUBLE
          Types of Edges
static int NORMAL
          NORMAL node - node actually contained in graphs description
static int PLURAL_DUMMY
          PLURAL_DUMMY node - node with more than one outgoing edge i.e. which represents an edge split and is inserted to close a gap
static int REVERSED
          Types of Edges
static int SINGULAR_DUMMY
          SINGULAR_DUMMY node - node with only one outgoing edge i.e. one which represents a single edge and is inserted to close a gap
 

Field Detail

DIRECTED

public static final int DIRECTED
Types of Edges

See Also:
Constant Field Values

REVERSED

public static final int REVERSED
Types of Edges

See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
Types of Edges

See Also:
Constant Field Values

SINGULAR_DUMMY

public static final int SINGULAR_DUMMY
SINGULAR_DUMMY node - node with only one outgoing edge i.e. one which represents a single edge and is inserted to close a gap

See Also:
Constant Field Values

PLURAL_DUMMY

public static final int PLURAL_DUMMY
PLURAL_DUMMY node - node with more than one outgoing edge i.e. which represents an edge split and is inserted to close a gap

See Also:
Constant Field Values

NORMAL

public static final int NORMAL
NORMAL node - node actually contained in graphs description

See Also:
Constant Field Values