Class IntegrationNode

java.lang.Object
ch.tocco.nice2.conditionals.api.tree.Node
ch.tocco.nice2.conditionals.api.tree.IntegrationNode
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JpaIntegrationNode

public abstract class IntegrationNode extends Node
Node that can be extended to integrate custom nodes and behaviour into the tree.
See Also:
  • Constructor Details

    • IntegrationNode

      public IntegrationNode()
  • Method Details

    • visitThis

      protected void visitThis(ch.tocco.nice2.conditionals.api.tree.CursorImpl cursor, NodeVisitor visitor)
      Overrides:
      visitThis in class Node