Class SinkNodeBase

    • Constructor Detail

      • SinkNodeBase

        public SinkNodeBase​(String name,
                            List<NodeInput> inputs)
        Creates an instance of SinkNodeBase class.
        Parameters:
        name - the name value to set.
        inputs - the inputs value to set.
    • Method Detail

      • getName

        public String getName()
        Get the name property: Node name. Must be unique within the topology.
        Returns:
        the name value.
      • getInputs

        public List<NodeInput> getInputs()
        Get the inputs property: An array of upstream node references within the topology to be used as inputs for this node.
        Returns:
        the inputs value.