public interface GraphConstants
| Modifier and Type | Field and Description | 
|---|---|
| static int | DIRECTEDTypes of Edges | 
| static int | DOUBLETypes of Edges | 
| static int | NORMALNORMAL node - node actually contained in graphs description | 
| static int | PLURAL_DUMMYPLURAL_DUMMY node - node with more than one outgoing edge
 i.e. | 
| static int | REVERSEDTypes of Edges | 
| static int | SINGULAR_DUMMYSINGULAR_DUMMY node - node with only one outgoing edge
 i.e. | 
static final int DIRECTED
static final int REVERSED
static final int DOUBLE
static final int SINGULAR_DUMMY
static final int PLURAL_DUMMY
static final int NORMAL