Interface NodeFactory

  • All Known Implementing Classes:
    NodeFactoryImpl

    public interface NodeFactory
    • Method Detail

      • createContainerNode

        <NodeType> Node<NodeType> createContainerNode()
      • createNodeLiteral

        <NodeType> Node<NodeType> createNodeLiteral​(NodeType nodeType)