public interface NodeWithName<N extends Node>
The main reason for this interface is to permit users to manipulate homogeneously all nodes with a getName method.
Modifier and Type | Method and Description |
---|---|
Name |
getName() |
default java.lang.String |
getNameAsString() |
N |
setName(Name name) |
default N |
setName(java.lang.String name) |