Package weka.gui.graphvisualizer
Interface GraphConstants
- All Known Implementing Classes:
BIFParser
,DotParser
,GraphNode
,GraphVisualizer
,HierarchicalBCEngine
public interface GraphConstants
GraphConstants.java
- Version:
- $Revision: 8034 $ - 24 Apr 2003 - Initial version (Ashraf M. Kibriya)
- Author:
- Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Types of Edgesstatic final int
Types of Edgesstatic final int
NORMAL node - node actually contained in graphs descriptionstatic final int
PLURAL_DUMMY node - node with more than one outgoing edge i.e.static final int
Types of Edgesstatic final int
SINGULAR_DUMMY node - node with only one outgoing edge i.e.
-
Field Details
-
DIRECTED
static final int DIRECTEDTypes of Edges- See Also:
-
REVERSED
static final int REVERSEDTypes of Edges- See Also:
-
DOUBLE
static final int DOUBLETypes of Edges- See Also:
-
SINGULAR_DUMMY
static final int SINGULAR_DUMMYSINGULAR_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:
-
PLURAL_DUMMY
static final int PLURAL_DUMMYPLURAL_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:
-
NORMAL
static final int NORMALNORMAL node - node actually contained in graphs description- See Also:
-