de.hedenus.graph
Interface Arc
- All Superinterfaces:
- GraphElement
- All Known Subinterfaces:
- Statement
- All Known Implementing Classes:
- BasicStatement
public interface Arc
- extends GraphElement
An edge of a graph. The edge is called arc because the edge is normally directed.
- Author:
- Michael Hedenus
UNDIRECTED
static final int UNDIRECTED
- See Also:
- Constant Field Values
LEFT_TO_RIGHT
static final int LEFT_TO_RIGHT
- See Also:
- Constant Field Values
RIGHT_TO_LEFT
static final int RIGHT_TO_LEFT
- See Also:
- Constant Field Values
BIDIRECTIONAL
static final int BIDIRECTIONAL
- See Also:
- Constant Field Values
leftNode
Node leftNode()
rightNode
Node rightNode()
orientation
int orientation()