net.xqhs.graphs.graph
Interface Node
- All Superinterfaces:
- GraphComponent
- All Known Implementing Classes:
- HyperNode, NodeP, SimpleNode
public interface Node
- extends GraphComponent
Interface for a simple, labeled graph node.
- Author:
- Andrei Olaru
Method Summary |
java.lang.String |
getLabel()
If in need of a readable rendition of the node's features, use the toString function. |
getLabel
java.lang.String getLabel()
- If in need of a readable rendition of the node's features, use the
toString
function.
- Returns:
- the label of the node