Interface NodeComponent

All Known Subinterfaces:
Completable, Functional, Selecting, Suggester
All Known Implementing Classes:
AbstractNodeComponent, DefaultSuggester, 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.