Interface INode<N extends Identifiable>
-
- All Known Implementing Classes:
Collection,Node,Topic,Webpage
public interface INode<N extends Identifiable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaddChild(N child)List<N>getChildren()LocalizedTextgetLabel()NgetParent()UUIDgetUuid()voidsetChildren(List<N> children)voidsetParent(N parent)
-