Class InputSpecUtil

java.lang.Object
org.knime.core.webui.data.util.InputSpecUtil

public final class InputSpecUtil extends Object
Utilities around a nodes input PortObjectSpecs.
Author:
Paul Bärnreuther
  • Method Details

    • getInputSpecsExcludingVariablePort

      public static org.knime.core.node.port.PortObjectSpec[] getInputSpecsExcludingVariablePort(org.knime.core.node.workflow.NodeContainer nc)
      Parameters:
      nc - to extract the input specs from
      Returns:
      the associated array of input PortObjectSpecs excluding the flow variables port.