Class TableNode

  • All Implemented Interfaces:
    NodeBase

    public class TableNode
    extends Object
    implements NodeBase
    Represents the node of table and conveting internal structure to DuetFunctions object.
    • Constructor Detail

      • TableNode

        public TableNode​(Object tableNode)
    • Method Detail

      • toDuetFunctions

        public DuetFunctions toDuetFunctions​(DataConductor dataConductor,
                                             ConductorConfig conductorConfig,
                                             ConfigNode configNode)
        Converts this node to DuetFunctions.
        Parameters:
        dataConductor - the data conductor
        conductorConfig - the configuration of conductor
        configNode - The node of configuration
        Returns:
        The functions to be used by conductor
      • getNodeType

        public NodeType getNodeType()
        Description copied from interface: NodeBase
        Gets type of node.
        Specified by:
        getNodeType in interface NodeBase
        Returns:
        The type of node