Interface GraphNode<J>

All Known Subinterfaces:
AttributeNode<J>, AttributeNodeImplementor<J>, Graph<J>, GraphImplementor<J>, GraphNodeImplementor<J>, RootGraph<J>, RootGraphImplementor<J>, SubGraph<J>, SubGraphImplementor<J>
All Known Implementing Classes:
AbstractGraph, AbstractGraphNode, AttributeNodeImpl, RootGraphImpl, SubGraphImpl

public interface GraphNode<J>
Common operations of AttributeNode and Graph.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    makeCopy(boolean mutable)
     
  • Method Details

    • isMutable

      boolean isMutable()
    • makeCopy

      GraphNode<J> makeCopy(boolean mutable)