Package org.knime.core.webui.data.util
Class InputSpecUtil
java.lang.Object
org.knime.core.webui.data.util.InputSpecUtil
Utilities around a nodes input
PortObjectSpecs.- Author:
- Paul Bärnreuther
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.knime.core.node.port.PortObjectSpec[]getInputSpecsExcludingVariablePort(org.knime.core.node.workflow.NodeContainer nc)
-
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
PortObjectSpecsexcluding the flow variables port.
-