Interface NodeComponent

All Known Subinterfaces:
Completer, Functional, Primary, Suggester
All Known Implementing Classes:
AbstractNodeComponent, Executable, Flags, Parameter, Properties, Required, Secure

public interface NodeComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the node that holds this component.
  • Method Details

    • getNode

      Node getNode()
      Get the node that holds this component.
      Returns:
      The node.