All Implemented Interfaces:
Comparable<NodeType>

public class IsNullNode extends NodeTypeExtension
  • Constructor Details

    • IsNullNode

      public IsNullNode()
  • Method Details

    • getNodeLabel

      public String getNodeLabel()
      Overrides:
      getNodeLabel in class NodeType
    • getMenuGroup

      public List<String> getMenuGroup()
      Description copied from class: NodeType
      Override this method to change the group where the node will appear in the context menu.
      Overrides:
      getMenuGroup in class NodeType
      Returns:
      List of strings that organises the node in a hierarchy in the context menu.
    • isCollapsible

      public boolean isCollapsible()
      Description copied from class: NodeType
      Override this method to give a node the ability to be collapsible. If not overridden, the node is collapsible if it has 1 input socket and 1 output socket. Otherwise, the node is non-collapsible.
      Overrides:
      isCollapsible in class NodeType
      Returns:
      boolean that specifies if the node is collapsible.
    • writeInlineOutputMethod

      public String writeInlineOutputMethod(EditorNode node, String outputName)
      Overrides:
      writeInlineOutputMethod in class NodeTypeExtension
    • isOutputMethodInline

      public boolean isOutputMethodInline(EditorNode node)
      Overrides:
      isOutputMethodInline in class NodeTypeExtension