|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortType | |
|---|---|
| org.knime.base.data.normalize | This package contains the utility classes for normalization of DataRows. |
| org.knime.base.node.flowvariable.extractvariables | |
| org.knime.base.node.flowvariable.injectvariables | |
| org.knime.base.node.io.database | Contains nodes to access data via a database connection. |
| org.knime.base.node.io.portobject | Contains node implementations for a prediction model reader and writer. |
| org.knime.base.node.meta.feature.backwardelim | |
| org.knime.base.node.mine.bayes.naivebayes.port | |
| org.knime.base.node.mine.bfn | Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. |
| org.knime.base.node.mine.bfn.fuzzy | Contains the learner and predictor to train fuzzy rules and apply them to unknown data. |
| org.knime.base.node.mine.bfn.radial | Contains the PNN learner and predictor. |
| org.knime.base.node.mine.pca | This package contains all classes for the PCA (principal component analysis) Node. |
| org.knime.base.node.preproc.correlation.pmcc | |
| org.knime.base.node.preproc.discretization.caim2 | Contains two nodes for class supervised binning and applying such a learned binning model to new data. |
| org.knime.base.node.preproc.normalize | This package contains all classes for the Normalizer Node. |
| org.knime.base.node.util.exttool | Provides functionality for nodes that want to launch external programs. The CommandExecution
can be used to run the external program. |
| org.knime.base.node.viz.table | Node implementation of the interactive table view. |
| org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
| org.knime.core.node.port | |
| org.knime.core.node.port.database | |
| org.knime.core.node.port.flowvariable | |
| org.knime.core.node.port.image | Defines simple image port type. |
| org.knime.core.node.port.pmml | |
| org.knime.core.node.port.pmml.preproc | |
| org.knime.core.node.port.viewproperty | |
| org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
| org.knime.core.node.workflow.virtual | |
| Uses of PortType in org.knime.base.data.normalize |
|---|
| Fields in org.knime.base.data.normalize declared as PortType | |
|---|---|
static PortType |
NormalizerPortObject.TYPE
Convenience accessor for the port type. |
| Uses of PortType in org.knime.base.node.flowvariable.extractvariables |
|---|
| Constructors in org.knime.base.node.flowvariable.extractvariables with parameters of type PortType | |
|---|---|
ExtractVariablesNodeFactory(PortType inOutType)
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument. |
|
ExtractVariablesNodeModel(PortType inType)
One input, one output. |
|
| Uses of PortType in org.knime.base.node.flowvariable.injectvariables |
|---|
| Constructors in org.knime.base.node.flowvariable.injectvariables with parameters of type PortType | |
|---|---|
InjectVariablesNodeFactory(PortType inOutType)
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument. |
|
InjectVariablesNodeModel(PortType inOutType)
Two inputs, one output. |
|
| Uses of PortType in org.knime.base.node.io.database |
|---|
| Constructors in org.knime.base.node.io.database with parameters of type PortType | |
|---|---|
DBNodeModel(PortType[] inPorts,
PortType[] outPorts)
Creates a new database reader. |
|
DBNodeModel(PortType[] inPorts,
PortType[] outPorts)
Creates a new database reader. |
|
| Uses of PortType in org.knime.base.node.io.portobject |
|---|
| Constructors in org.knime.base.node.io.portobject with parameters of type PortType | |
|---|---|
PortObjectReaderNodeFactory(PortType type)
|
|
PortObjectReaderNodeModel(PortType type)
Constructor: Create new NodeModel with only one Model Input Port. |
|
PortObjectWriterNodeFactory(PortType type)
|
|
PortObjectWriterNodeModel(PortType writeType)
Constructor: Create new NodeModel with only one Model Input Port. |
|
| Uses of PortType in org.knime.base.node.meta.feature.backwardelim |
|---|
| Fields in org.knime.base.node.meta.feature.backwardelim declared as PortType | |
|---|---|
static PortType |
BWElimModel.TYPE
The type of ports that create or consume such a model. |
| Uses of PortType in org.knime.base.node.mine.bayes.naivebayes.port |
|---|
| Fields in org.knime.base.node.mine.bayes.naivebayes.port declared as PortType | |
|---|---|
static PortType |
NaiveBayesPortObject.TYPE
The PortType. |
| Uses of PortType in org.knime.base.node.mine.bfn |
|---|
| Constructors in org.knime.base.node.mine.bfn with parameters of type PortType | |
|---|---|
BasisFunctionLearnerNodeModel(PortType model)
Creates a new model with one data in and out port, and model out-port. |
|
BasisFunctionPredictorNodeModel(PortType model)
Creates a new basisfunction predictor model with two inputs, the first one which contains the data and the second with the model. |
|
| Uses of PortType in org.knime.base.node.mine.bfn.fuzzy |
|---|
| Fields in org.knime.base.node.mine.bfn.fuzzy declared as PortType | |
|---|---|
static PortType |
FuzzyBasisFunctionPortObject.TYPE
The PortType for basisfunction models. |
| Uses of PortType in org.knime.base.node.mine.bfn.radial |
|---|
| Fields in org.knime.base.node.mine.bfn.radial declared as PortType | |
|---|---|
static PortType |
RadialBasisFunctionPortObject.TYPE
The PortType for basisfunction models. |
| Uses of PortType in org.knime.base.node.mine.pca |
|---|
| Fields in org.knime.base.node.mine.pca declared as PortType | |
|---|---|
static PortType |
PCAModelPortObject.TYPE
Define port type of objects of this class when used as PortObjects. |
| Uses of PortType in org.knime.base.node.preproc.correlation.pmcc |
|---|
| Fields in org.knime.base.node.preproc.correlation.pmcc declared as PortType | |
|---|---|
static PortType |
PMCCPortObjectAndSpec.TYPE
Convenience access field for the port type. |
| Uses of PortType in org.knime.base.node.preproc.discretization.caim2 |
|---|
| Fields in org.knime.base.node.preproc.discretization.caim2 declared as PortType | |
|---|---|
static PortType |
DiscretizationModel.TYPE
Convenience method to get the type of this port object. |
| Uses of PortType in org.knime.base.node.preproc.normalize |
|---|
| Constructors in org.knime.base.node.preproc.normalize with parameters of type PortType | |
|---|---|
NormalizerApplyNodeModel(PortType modelPortType)
|
|
NormalizerApplyNodeModel(PortType modelPortType,
boolean passThrough)
|
|
NormalizerNodeModel(PortType modelPortType)
|
|
| Uses of PortType in org.knime.base.node.util.exttool |
|---|
| Constructors in org.knime.base.node.util.exttool with parameters of type PortType | |
|---|---|
ExtToolOutputNodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Constructor for a node with data and model ports. |
|
ExtToolOutputNodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Constructor for a node with data and model ports. |
|
| Uses of PortType in org.knime.base.node.viz.table |
|---|
| Constructors in org.knime.base.node.viz.table with parameters of type PortType | |
|---|---|
TableNodeModel(PortType[] inPortTypes)
Subclass constructor which overrides the port types. |
|
| Uses of PortType in org.knime.core.node |
|---|
| Fields in org.knime.core.node declared as PortType | |
|---|---|
(package private) PortType |
Node.Output.type
|
static PortType |
BufferedDataTable.TYPE
Define port type of objects of this class when used as PortObjects. |
| Methods in org.knime.core.node that return PortType | |
|---|---|
(package private) PortType |
NodeModel.getInPortType(int index)
|
PortType |
Node.getInputType(int index)
Return type of input connector. |
(package private) PortType |
NodeModel.getOutPortType(int index)
|
PortType |
Node.getOutputType(int index)
Return type of output connector. |
PortType |
Node.Input.getType()
|
| Constructors in org.knime.core.node with parameters of type PortType | |
|---|---|
Node.Input(String n,
PortType t)
|
|
NodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Creates a new model with the given number (and types!) of input and output types. |
|
NodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Creates a new model with the given number (and types!) of input and output types. |
|
| Uses of PortType in org.knime.core.node.port |
|---|
| Methods in org.knime.core.node.port that return PortType | |
|---|---|
static PortType |
PortType.load(NodeSettingsRO settings)
|
| Methods in org.knime.core.node.port with parameters of type PortType | |
|---|---|
boolean |
PortType.isSuperTypeOf(PortType subType)
Determines if the argument type is a sub type of this type. |
| Uses of PortType in org.knime.core.node.port.database |
|---|
| Fields in org.knime.core.node.port.database declared as PortType | |
|---|---|
static PortType |
DatabasePortObject.TYPE
Database port type formed PortObjectSpec.class and
PortObject.class from this class. |
| Uses of PortType in org.knime.core.node.port.flowvariable |
|---|
| Fields in org.knime.core.node.port.flowvariable declared as PortType | |
|---|---|
static PortType |
FlowVariablePortObject.TYPE
Type representing this port object. |
static PortType |
FlowVariablePortObject.TYPE_OPTIONAL
Type representing this port object as optional. |
| Uses of PortType in org.knime.core.node.port.image |
|---|
| Fields in org.knime.core.node.port.image declared as PortType | |
|---|---|
static PortType |
ImagePortObject.TYPE
Convenience accessor for the port type. |
| Uses of PortType in org.knime.core.node.port.pmml |
|---|
| Fields in org.knime.core.node.port.pmml declared as PortType | |
|---|---|
static PortType |
PMMLPortObject.TYPE
Convenience accessor for the port type. |
| Uses of PortType in org.knime.core.node.port.pmml.preproc |
|---|
| Fields in org.knime.core.node.port.pmml.preproc declared as PortType | |
|---|---|
static PortType |
PMMLPreprocPortObject.TYPE
Deprecated. Convenience accessor for the port type. |
| Uses of PortType in org.knime.core.node.port.viewproperty |
|---|
| Fields in org.knime.core.node.port.viewproperty declared as PortType | |
|---|---|
static PortType |
SizeHandlerPortObject.TYPE
Convenience access method for port type. |
static PortType |
ShapeHandlerPortObject.TYPE
Convenience access method for port type. |
static PortType |
ColorHandlerPortObject.TYPE
Convenience access method for port type. |
| Uses of PortType in org.knime.core.node.workflow |
|---|
| Methods in org.knime.core.node.workflow that return PortType | |
|---|---|
(package private) PortType |
WorkflowPersistor.WorkflowPortTemplate.getPortType()
|
PortType |
NodePortAdaptor.getPortType()
|
PortType |
NodePort.getPortType()
|
| Methods in org.knime.core.node.workflow with parameters of type PortType | |
|---|---|
WorkflowManager |
WorkflowManager.createAndAddSubWorkflow(PortType[] inPorts,
PortType[] outPorts,
String name)
Creates new meta node. |
WorkflowManager |
WorkflowManager.createAndAddSubWorkflow(PortType[] inPorts,
PortType[] outPorts,
String name)
Creates new meta node. |
| Constructors in org.knime.core.node.workflow with parameters of type PortType | |
|---|---|
NodeInPort(int portIndex,
PortType type)
Creates a new input port with index and type assigned from the node. |
|
NodeOutPortWrapper(int portIndex,
PortType pType)
Creates a new output port with a fixed type and index (should unique to all other output ports of this node) for the given node. |
|
NodePortAdaptor(int portID,
PortType pType)
Creates a new node port with an ID assigned from the underlying node. |
|
WorkflowInPort(int index,
PortType pType)
|
|
WorkflowOutPort(WorkflowManager wm,
int portIndex,
PortType pType)
Creates a new output port with a fixed type and index (should unique to all other output ports of this node) for the given node. |
|
WorkflowPersistor.WorkflowPortTemplate(int index,
PortType type)
|
|
| Uses of PortType in org.knime.core.node.workflow.virtual |
|---|
| Constructors in org.knime.core.node.workflow.virtual with parameters of type PortType | |
|---|---|
VirtualPortObjectInNodeFactory(PortType[] outTypes)
|
|
VirtualPortObjectInNodeModel(PortType[] outPortTypes)
|
|
VirtualPortObjectOutNodeFactory(PortType[] inTypes)
|
|
VirtualPortObjectOutNodeModel(PortType[] inTypes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||