Interface INode

All Superinterfaces:
IElement
All Known Implementing Classes:
NodeImpl

public interface INode extends IElement
Generic node interface.
Since:
2.0.0
Author:
Reiner Jung
  • Method Details

    • getChildGraph

      <N extends INode, E extends IEdge> IGraph<N,E> getChildGraph()
    • removeChildGraph

      void removeChildGraph()
    • hasChildGraph

      boolean hasChildGraph()
    • createChildGraph

      void createChildGraph()