public class DigraphNodeLabeled extends DigraphNode
Constructor and Description |
---|
DigraphNodeLabeled(java.lang.String label)
Initializes a new DigraphNodeLabeled with a given label and
default estimated number of in-edges and of out-edges per node.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Returns the current label of the node.
|
void |
setLabel(java.lang.String newLabel)
Changes the label of the node to a given new value.
|
addInEdge, addOutEdge, ancestors, ancestors, connectedNodes, connectedNodes, descendants, descendants, getInEdges, getOutEdges, inDegree, neighboursIn, neighboursOut, outDegree, removeInEdge, removeOutEdge