Uses of Interface
org.knime.core.node.port.PortObject

Packages that use PortObject
org.knime.base.data.normalize This package contains the utility classes for normalization of DataRows. 
org.knime.base.node.flowvariable.appendvariabletotable   
org.knime.base.node.flowvariable.extractvariables   
org.knime.base.node.flowvariable.injectvariables   
org.knime.base.node.flowvariable.tablerowtovariable   
org.knime.base.node.flowvariable.variableloophead   
org.knime.base.node.flowvariable.variabletotablerow   
org.knime.base.node.io.database Contains nodes to access data via a database connection. 
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.io.pmml.read   
org.knime.base.node.io.pmml.write   
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.meta.looper The looper package contains all classes for building for loops. 
org.knime.base.node.mine.bayes.naivebayes.learner This package contains the classes of the learner node. 
org.knime.base.node.mine.bayes.naivebayes.port   
org.knime.base.node.mine.bayes.naivebayes.predictor This package contains the classes of the predictor node. 
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.cluster   
org.knime.base.node.mine.cluster.assign This package contains the classes for the Cluster Assigner Node. 
org.knime.base.node.mine.cluster.fuzzycmeans The fuzzycmeans package contains all classes for the Fuzzy c-means node. 
org.knime.base.node.mine.cluster.kmeans This package contains the classes needed from the KMeans Node. 
org.knime.base.node.mine.decisiontree2   
org.knime.base.node.mine.decisiontree2.learner   
org.knime.base.node.mine.decisiontree2.predictor This package contains code for a decision tree model and predictor. 
org.knime.base.node.mine.neural.mlp This package contains the classes for the MultiLayerPerceptron Predictor node. 
org.knime.base.node.mine.neural.rprop This package contains all classes for the RProp Node. 
org.knime.base.node.mine.pca This package contains all classes for the PCA (principal component analysis) Node. 
org.knime.base.node.mine.regression Contains nodes and utility classes for linear and polynomial regression. 
org.knime.base.node.mine.regression.linear.learn Node implementation performing linear regression. 
org.knime.base.node.mine.regression.polynomial.learner The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. 
org.knime.base.node.mine.regression.predict Node implementation performing regression prediction. 
org.knime.base.node.mine.sota Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree. 
org.knime.base.node.mine.sota.predictor Contains the Sotapredictor node, which can be used for class prediction of incoming data. 
org.knime.base.node.mine.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.base.node.mine.svm The scm package contains all classes necessary for Support Vector Machine learning (package learner) and prediction (predict). 
org.knime.base.node.mine.svm.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.mine.svm.predictor This subpackage contains all classes for the SVM Predictor 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.discretization.caim2.modelapply Contains the classes implementing a node that applies a discretization (binning) model to new data. 
org.knime.base.node.preproc.discretization.caim2.modelcreator Contains the classes implementing a node that learns a class supervised discretization (binning) model. 
org.knime.base.node.preproc.filter.hilite.collector Contains the HiLite Collector node with can be used to apply annotations to a set of hilit rows. 
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.preproc.normalize This package contains all classes for the Normalizer Node. 
org.knime.base.node.viz.histogram.node Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. 
org.knime.base.node.viz.pie.node This package contains the KNIME node classes for the fixed and interactive pie chart. 
org.knime.base.node.viz.property.color Contains the Color Manager and Color Appender node to set colors for a nominal or bounded (numeric) column. 
org.knime.base.node.viz.property.shape Contains the Shape Manager and Shape Appender node to set shapes for a nominal column. 
org.knime.base.node.viz.property.size Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column. 
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.exec   
org.knime.core.node.port   
org.knime.core.node.port.database   
org.knime.core.node.port.flowvariable   
org.knime.core.node.port.pmml   
org.knime.core.node.port.viewproperty   
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
org.knime.core.node.workflow.execresult   
 

Uses of PortObject in org.knime.base.data.normalize
 

Classes in org.knime.base.data.normalize that implement PortObject
 class NormalizerPortObject
          Port Object that is passed along a normalizer and a normalizer apply node.
 

Uses of PortObject in org.knime.base.node.flowvariable.appendvariabletotable
 

Methods in org.knime.base.node.flowvariable.appendvariabletotable that return PortObject
protected  PortObject[] AppendVariableToTableNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.flowvariable.appendvariabletotable with parameters of type PortObject
protected  PortObject[] AppendVariableToTableNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.flowvariable.extractvariables
 

Methods in org.knime.base.node.flowvariable.extractvariables that return PortObject
protected  PortObject[] ExtractVariablesNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.flowvariable.extractvariables with parameters of type PortObject
protected  PortObject[] ExtractVariablesNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.flowvariable.injectvariables
 

Methods in org.knime.base.node.flowvariable.injectvariables that return PortObject
protected  PortObject[] InjectVariablesNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.flowvariable.injectvariables with parameters of type PortObject
protected  PortObject[] InjectVariablesNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.flowvariable.tablerowtovariable
 

Methods in org.knime.base.node.flowvariable.tablerowtovariable that return PortObject
protected  PortObject[] TableToVariableNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.flowvariable.tablerowtovariable with parameters of type PortObject
protected  PortObject[] TableToVariableNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.flowvariable.variableloophead
 

Methods in org.knime.base.node.flowvariable.variableloophead that return PortObject
protected  PortObject[] LoopStartVariableNodeModel.execute(PortObject[] inPOs, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.flowvariable.variableloophead with parameters of type PortObject
protected  PortObject[] LoopStartVariableNodeModel.execute(PortObject[] inPOs, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.flowvariable.variabletotablerow
 

Methods in org.knime.base.node.flowvariable.variabletotablerow that return PortObject
protected  PortObject[] VariableToTableNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.flowvariable.variabletotablerow with parameters of type PortObject
protected  PortObject[] VariableToTableNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.io.database
 

Methods in org.knime.base.node.io.database that return PortObject
protected  PortObject[] DBRowFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBConnectionNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBColumnFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBQueryNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBReaderConnectionNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBConnectionWriterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.io.database with parameters of type PortObject
protected  PortObject[] DBRowFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBConnectionNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBColumnFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBQueryNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBReaderConnectionNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] DBConnectionWriterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.io.filereader
 

Methods in org.knime.base.node.io.filereader that return PortObject
protected  PortObject[] VariableFileReaderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.io.filereader with parameters of type PortObject
protected  PortObject[] VariableFileReaderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.io.pmml.read
 

Methods in org.knime.base.node.io.pmml.read that return PortObject
protected  PortObject[] PMMLReaderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.io.pmml.read with parameters of type PortObject
protected  PortObject[] PMMLReaderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.io.pmml.write
 

Methods in org.knime.base.node.io.pmml.write that return PortObject
protected  PortObject[] PMMLWriterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.io.pmml.write with parameters of type PortObject
protected  PortObject[] PMMLWriterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.io.portobject
 

Methods in org.knime.base.node.io.portobject that return PortObject
protected  PortObject[] PortObjectWriterNodeModel.execute(PortObject[] portObject, ExecutionContext exec)
          Writes model as ModelContent to file.
protected  PortObject[] PortObjectReaderNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Execute does nothing - the reading of the file and writing to the NodeSettings object has already happened during savePredictorParams.
 

Methods in org.knime.base.node.io.portobject with parameters of type PortObject
protected  PortObject[] PortObjectWriterNodeModel.execute(PortObject[] portObject, ExecutionContext exec)
          Writes model as ModelContent to file.
protected  PortObject[] PortObjectReaderNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Execute does nothing - the reading of the file and writing to the NodeSettings object has already happened during savePredictorParams.
 

Uses of PortObject in org.knime.base.node.meta.feature.backwardelim
 

Classes in org.knime.base.node.meta.feature.backwardelim that implement PortObject
 class BWElimModel
          This the model that holds the result of a backward elimination loop.
 

Methods in org.knime.base.node.meta.feature.backwardelim that return PortObject
protected  PortObject[] BWElimFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] BWElimLoopEndNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.meta.feature.backwardelim with parameters of type PortObject
protected  PortObject[] BWElimFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] BWElimLoopEndNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.meta.looper
 

Methods in org.knime.base.node.meta.looper that return PortObject
protected  PortObject[] LoopStartIntervalNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] LoopStartCountNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.meta.looper with parameters of type PortObject
protected  PortObject[] LoopStartIntervalNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] LoopStartCountNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.bayes.naivebayes.learner
 

Methods in org.knime.base.node.mine.bayes.naivebayes.learner that return PortObject
protected  PortObject[] NaiveBayesLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.bayes.naivebayes.learner with parameters of type PortObject
protected  PortObject[] NaiveBayesLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.bayes.naivebayes.port
 

Classes in org.knime.base.node.mine.bayes.naivebayes.port that implement PortObject
 class NaiveBayesPortObject
          The Naive Bayes specific port object implementation.
 

Uses of PortObject in org.knime.base.node.mine.bayes.naivebayes.predictor
 

Methods in org.knime.base.node.mine.bayes.naivebayes.predictor that return PortObject
protected  PortObject[] NaiveBayesPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.bayes.naivebayes.predictor with parameters of type PortObject
protected  PortObject[] NaiveBayesPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.bfn
 

Classes in org.knime.base.node.mine.bfn that implement PortObject
 class BasisFunctionPortObject
           
 

Methods in org.knime.base.node.mine.bfn that return PortObject
 PortObject[] BasisFunctionLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Starts the learning algorithm in the learner.
 

Methods in org.knime.base.node.mine.bfn with parameters of type PortObject
 PortObject[] BasisFunctionLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Starts the learning algorithm in the learner.
 BufferedDataTable[] BasisFunctionPredictorNodeModel.execute(PortObject[] portObj, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.bfn.fuzzy
 

Classes in org.knime.base.node.mine.bfn.fuzzy that implement PortObject
 class FuzzyBasisFunctionPortObject
           
 

Methods in org.knime.base.node.mine.bfn.fuzzy that return PortObject
 PortObject[] FuzzyBasisFunctionLearnerNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Starts the learning algorithm in the learner.
 

Methods in org.knime.base.node.mine.bfn.fuzzy with parameters of type PortObject
 PortObject[] FuzzyBasisFunctionLearnerNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Starts the learning algorithm in the learner.
 

Uses of PortObject in org.knime.base.node.mine.bfn.radial
 

Classes in org.knime.base.node.mine.bfn.radial that implement PortObject
 class RadialBasisFunctionPortObject
           
 

Uses of PortObject in org.knime.base.node.mine.cluster
 

Classes in org.knime.base.node.mine.cluster that implement PortObject
 class PMMLClusterPortObject
           
 

Uses of PortObject in org.knime.base.node.mine.cluster.assign
 

Methods in org.knime.base.node.mine.cluster.assign that return PortObject
protected  PortObject[] ClusterAssignerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.cluster.assign with parameters of type PortObject
protected  PortObject[] ClusterAssignerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.cluster.fuzzycmeans
 

Methods in org.knime.base.node.mine.cluster.fuzzycmeans that return PortObject
protected  PortObject[] FuzzyClusterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Generate new clustering based on InputDataTable and specified number of clusters.
 

Methods in org.knime.base.node.mine.cluster.fuzzycmeans with parameters of type PortObject
protected  PortObject[] FuzzyClusterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Generate new clustering based on InputDataTable and specified number of clusters.
 

Uses of PortObject in org.knime.base.node.mine.cluster.kmeans
 

Methods in org.knime.base.node.mine.cluster.kmeans that return PortObject
protected  PortObject[] ClusterNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Generate new clustering based on InputDataTable and specified number of clusters.
 

Methods in org.knime.base.node.mine.cluster.kmeans with parameters of type PortObject
protected  PortObject[] ClusterNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Generate new clustering based on InputDataTable and specified number of clusters.
 

Uses of PortObject in org.knime.base.node.mine.decisiontree2
 

Classes in org.knime.base.node.mine.decisiontree2 that implement PortObject
 class PMMLDecisionTreePortObject
           
 

Uses of PortObject in org.knime.base.node.mine.decisiontree2.learner
 

Methods in org.knime.base.node.mine.decisiontree2.learner that return PortObject
protected  PortObject[] DecisionTreeLearnerNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Start of decision tree induction.
 

Methods in org.knime.base.node.mine.decisiontree2.learner with parameters of type PortObject
protected  PortObject[] DecisionTreeLearnerNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Start of decision tree induction.
 

Uses of PortObject in org.knime.base.node.mine.decisiontree2.predictor
 

Methods in org.knime.base.node.mine.decisiontree2.predictor that return PortObject
protected  PortObject[] DecTreePredictorNodeModel.execute(PortObject[] inPorts, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.decisiontree2.predictor with parameters of type PortObject
protected  PortObject[] DecTreePredictorNodeModel.execute(PortObject[] inPorts, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.neural.mlp
 

Classes in org.knime.base.node.mine.neural.mlp that implement PortObject
 class PMMLNeuralNetworkPortObject
          A PMMLPortObject responsible for transforming a MultiLayer Perceptron (MLP) into a PMML file.
 

Methods in org.knime.base.node.mine.neural.mlp that return PortObject
protected  PortObject[] MLPPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.neural.mlp with parameters of type PortObject
protected  PortObject[] MLPPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.neural.rprop
 

Methods in org.knime.base.node.mine.neural.rprop that return PortObject
protected  PortObject[] RPropNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          The execution consists of three steps: A neural network is build with the inputs and outputs according to the input datatable, number of hidden layers as specified. Input DataTables are converted into double-arrays so they can be attached to the neural net. The neural net is trained. Execute method for general port types.
 

Methods in org.knime.base.node.mine.neural.rprop with parameters of type PortObject
protected  PortObject[] RPropNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          The execution consists of three steps: A neural network is build with the inputs and outputs according to the input datatable, number of hidden layers as specified. Input DataTables are converted into double-arrays so they can be attached to the neural net. The neural net is trained. Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.pca
 

Classes in org.knime.base.node.mine.pca that implement PortObject
 class PCAModelPortObject
          Port model object transporting the pca transformation.
 

Methods in org.knime.base.node.mine.pca that return PortObject
protected  PortObject[] PCAApplyNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Performs the PCA.
protected  PortObject[] PCAReverseNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Performs the PCA.
protected  PortObject[] PCAComputeNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] PCANodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Performs the PCA.
 

Methods in org.knime.base.node.mine.pca with parameters of type PortObject
protected  PortObject[] PCAApplyNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Performs the PCA.
protected  PortObject[] PCAReverseNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Performs the PCA.
protected  PortObject[] PCAComputeNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] PCANodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Performs the PCA.
 

Uses of PortObject in org.knime.base.node.mine.regression
 

Subinterfaces of PortObject in org.knime.base.node.mine.regression
 interface RegressionPortObject
          Port object representing simple regression models.
 

Classes in org.knime.base.node.mine.regression that implement PortObject
 class PMMLRegressionPortObject
          This class wraps a PMML regression model that can then be transferred from one node to the other.
 

Uses of PortObject in org.knime.base.node.mine.regression.linear.learn
 

Methods in org.knime.base.node.mine.regression.linear.learn that return PortObject
protected  PortObject[] LinRegLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.regression.linear.learn with parameters of type PortObject
protected  PortObject[] LinRegLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.regression.polynomial.learner
 

Methods in org.knime.base.node.mine.regression.polynomial.learner that return PortObject
protected  PortObject[] PolyRegLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.regression.polynomial.learner with parameters of type PortObject
protected  PortObject[] PolyRegLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.regression.predict
 

Methods in org.knime.base.node.mine.regression.predict that return PortObject
protected  PortObject[] RegressionPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.regression.predict with parameters of type PortObject
protected  PortObject[] RegressionPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.sota
 

Classes in org.knime.base.node.mine.sota that implement PortObject
 class SotaPortObject
           
 

Methods in org.knime.base.node.mine.sota that return PortObject
protected  PortObject[] SotaNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.sota with parameters of type PortObject
protected  PortObject[] SotaNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.sota.predictor
 

Methods in org.knime.base.node.mine.sota.predictor that return PortObject
protected  PortObject[] SotaPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.sota.predictor with parameters of type PortObject
protected  PortObject[] SotaPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.subgroupminer
 

Classes in org.knime.base.node.mine.subgroupminer that implement PortObject
 class PMMLAssociationRulePortObject
           
 

Uses of PortObject in org.knime.base.node.mine.svm
 

Classes in org.knime.base.node.mine.svm that implement PortObject
 class PMMLSVMPortObject
          A PMMLPortObject responsible for transforming a SupportVectorMachine Svm into a PMML file.
 

Uses of PortObject in org.knime.base.node.mine.svm.learner
 

Methods in org.knime.base.node.mine.svm.learner that return PortObject
protected  PortObject[] SVMLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.svm.learner with parameters of type PortObject
protected  PortObject[] SVMLearnerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.mine.svm.predictor
 

Methods in org.knime.base.node.mine.svm.predictor that return PortObject
protected  PortObject[] SVMPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.mine.svm.predictor with parameters of type PortObject
protected  PortObject[] SVMPredictorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.preproc.correlation.pmcc
 

Classes in org.knime.base.node.preproc.correlation.pmcc that implement PortObject
 class PMCCPortObjectAndSpec
          PortObject and PortObjectSpec of the model that's passed between the correlation nodes.
 

Methods in org.knime.base.node.preproc.correlation.pmcc that return PortObject
protected  PortObject[] PMCCFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] PMCCNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.preproc.correlation.pmcc with parameters of type PortObject
protected  PortObject[] PMCCFilterNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] PMCCNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.preproc.discretization.caim2
 

Classes in org.knime.base.node.preproc.discretization.caim2 that implement PortObject
 class DiscretizationModel
          Contains the DiscretizationSchemes for a given columns.
 

Uses of PortObject in org.knime.base.node.preproc.discretization.caim2.modelapply
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelapply that return PortObject
protected  PortObject[] DiscretizationApplyNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelapply with parameters of type PortObject
protected  PortObject[] DiscretizationApplyNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.preproc.discretization.caim2.modelcreator
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelcreator that return PortObject
protected  PortObject[] CAIMDiscretizationNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelcreator with parameters of type PortObject
protected  PortObject[] CAIMDiscretizationNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.preproc.filter.hilite.collector
 

Methods in org.knime.base.node.preproc.filter.hilite.collector that return PortObject
protected  PortObject[] HiLiteCollectorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.preproc.filter.hilite.collector with parameters of type PortObject
protected  PortObject[] HiLiteCollectorNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.preproc.groupby
 

Methods in org.knime.base.node.preproc.groupby that return PortObject
protected  PortObject[] GroupByNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.preproc.groupby with parameters of type PortObject
protected  PortObject[] GroupByNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.preproc.normalize
 

Methods in org.knime.base.node.preproc.normalize that return PortObject
protected  PortObject[] NormalizerApplyNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] NormalizerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          New normalized DataTable is created depending on the mode.
 

Methods in org.knime.base.node.preproc.normalize with parameters of type PortObject
protected  PortObject[] NormalizerApplyNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] NormalizerNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          New normalized DataTable is created depending on the mode.
 

Uses of PortObject in org.knime.base.node.viz.histogram.node
 

Methods in org.knime.base.node.viz.histogram.node that return PortObject
protected  PortObject[] AbstractHistogramNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.viz.histogram.node with parameters of type PortObject
protected  PortObject[] AbstractHistogramNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.viz.pie.node
 

Methods in org.knime.base.node.viz.pie.node with parameters of type PortObject
protected  BufferedDataTable[] PieNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.viz.property.color
 

Methods in org.knime.base.node.viz.property.color that return PortObject
protected  PortObject[] ColorAppender2NodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] ColorManager2NodeModel.execute(PortObject[] data, ExecutionContext exec)
          Is invoked during the node's execution to make the color settings.
 

Methods in org.knime.base.node.viz.property.color with parameters of type PortObject
protected  PortObject[] ColorAppender2NodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] ColorManager2NodeModel.execute(PortObject[] data, ExecutionContext exec)
          Is invoked during the node's execution to make the color settings.
 

Uses of PortObject in org.knime.base.node.viz.property.shape
 

Methods in org.knime.base.node.viz.property.shape that return PortObject
protected  PortObject[] ShapeManagerNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Is invoked during the node's execution to make the shape settings.
protected  PortObject[] ShapeAppenderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Methods in org.knime.base.node.viz.property.shape with parameters of type PortObject
protected  PortObject[] ShapeManagerNodeModel.execute(PortObject[] data, ExecutionContext exec)
          Is invoked during the node's execution to make the shape settings.
protected  PortObject[] ShapeAppenderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
 

Uses of PortObject in org.knime.base.node.viz.property.size
 

Methods in org.knime.base.node.viz.property.size that return PortObject
protected  PortObject[] SizeAppenderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] SizeManager2NodeModel.execute(PortObject[] data, ExecutionContext exec)
          Is invoked during the node's execution to make the size settings.
 

Methods in org.knime.base.node.viz.property.size with parameters of type PortObject
protected  PortObject[] SizeAppenderNodeModel.execute(PortObject[] inData, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] SizeManager2NodeModel.execute(PortObject[] data, ExecutionContext exec)
          Is invoked during the node's execution to make the size settings.
 

Uses of PortObject in org.knime.core.node
 

Classes in org.knime.core.node that implement PortObject
 class BufferedDataTable
          DataTable implementation that is passed along the KNIME workflow.
 

Fields in org.knime.core.node declared as PortObject
(package private)  PortObject Node.Output.object
           
 

Methods in org.knime.core.node that return PortObject
static PortObject Node.copyPortObject(PortObject portObject, ExecutionMonitor exec)
          Copies the PortObject so that the copy can be given to the node model implementation (and potentially modified).
protected  PortObject[] NodeModel.execute(PortObject[] inObjects, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] NodeModel.executeModel(PortObject[] data, ExecutionContext exec)
          Invokes the abstract #execute() method of this model.
 PortObject Node.getOutputObject(int index)
           
 PortObject NodePersistorVersion1xx.getPortObject(int outportIndex)
          
 PortObject NodeContentPersistor.getPortObject(int outportIndex)
           
 PortObject CopyNodePersistor.getPortObject(int outportIndex)
          
 

Methods in org.knime.core.node with parameters of type PortObject
static PortObject Node.copyPortObject(PortObject portObject, ExecutionMonitor exec)
          Copies the PortObject so that the copy can be given to the node model implementation (and potentially modified).
 boolean Node.execute(PortObject[] data, ExecutionContext exec)
          Starts executing this node.
protected  PortObject[] NodeModel.execute(PortObject[] inObjects, ExecutionContext exec)
          Execute method for general port types.
protected  PortObject[] NodeModel.executeModel(PortObject[] data, ExecutionContext exec)
          Invokes the abstract #execute() method of this model.
 void NodePersistorVersion1xx.setPortObject(int idx, PortObject portObject)
           
 Future<PortObject[]> ExecutionContext.submitJob(PortObject[] input, NodeSettingsRO settings, Class<? extends KNIMEJob> jobClass, ExecutionMonitor exec)
          Submits a job to an executor, which can be a threaded one, a cluster executor or anything else.
 

Uses of PortObject in org.knime.core.node.exec
 

Methods in org.knime.core.node.exec with parameters of type PortObject
 NodeExecutionJob ThreadNodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings, PortObject[] inports, NodeContainer snc)
          Read the information previously stored in the settings object and restore an executing job.
 NodeExecutionJob ThreadNodeExecutionJobManager.submitJob(NodeContainer nc, PortObject[] data)
          Executes the given node container with this job manager.
 

Constructors in org.knime.core.node.exec with parameters of type PortObject
LocalNodeExecutionJob(SingleNodeContainer snc, PortObject[] data)
          Creates new local job.
 

Uses of PortObject in org.knime.core.node.port
 

Classes in org.knime.core.node.port with type parameters of type PortObject
static class PortObject.PortObjectSerializer<T extends PortObject>
          Factory class that's used for writing and loading objects of class denoted by T.
 

Classes in org.knime.core.node.port that implement PortObject
 class AbstractPortObject
          Abstract implementation of general port objects.
 class AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
 

Methods in org.knime.core.node.port with type parameters of type PortObject
static
<T extends PortObject>
PortObject.PortObjectSerializer<T>
PortUtil.getPortObjectSerializer(Class<T> cl)
          Get the globally used serializer for PortObject objects represented by the class argument.
 

Methods in org.knime.core.node.port that return PortObject
static PortObject PortUtil.readObjectFromFile(File file, ExecutionMonitor exec)
           
 

Methods in org.knime.core.node.port that return types with arguments of type PortObject
 Class<? extends PortObject> PortType.getPortObjectClass()
           
 

Methods in org.knime.core.node.port with parameters of type PortObject
 boolean PortType.acceptsPortObject(PortObject obj)
           
static void PortUtil.writeObjectToFile(PortObject po, File file, ExecutionMonitor exec)
           
 

Method parameters in org.knime.core.node.port with type arguments of type PortObject
static Class<? extends PortObjectSpec> PortType.getPortObjectSpecClass(Class<? extends PortObject> objectClass)
           
 

Constructor parameters in org.knime.core.node.port with type arguments of type PortObject
PortType(Class<? extends PortObject> objectClass)
           
 

Uses of PortObject in org.knime.core.node.port.database
 

Classes in org.knime.core.node.port.database that implement PortObject
 class DatabasePortObject
          Class used as database port object holding a BufferedDataTable and a ModelContentRO to create a database connection.
 

Uses of PortObject in org.knime.core.node.port.flowvariable
 

Classes in org.knime.core.node.port.flowvariable that implement PortObject
 class FlowVariablePortObject
           
 

Uses of PortObject in org.knime.core.node.port.pmml
 

Classes in org.knime.core.node.port.pmml that implement PortObject
 class PMMLPortObject
           
 

Uses of PortObject in org.knime.core.node.port.viewproperty
 

Classes in org.knime.core.node.port.viewproperty that implement PortObject
 class ColorHandlerPortObject
          PortObject implementation for ColorHandlerPortObject which are part of a DataTableSpec.
 class ShapeHandlerPortObject
          PortObject implementation for ShapeHandlerPortObject which are part of a DataTableSpec.
 class SizeHandlerPortObject
          PortObject implementation for SizeHandlerPortObject which are part of a DataTableSpec.
 class ViewPropertyPortObject
          PortObject used to represent visual properties such as color, shape and size information attached to a table.
 

Uses of PortObject in org.knime.core.node.util
 

Methods in org.knime.core.node.util that return PortObject
 PortObject[] KNIMEJob.run(PortObject[] input, NodeSettingsRO settings, ExecutionContext exec)
          Runs the job somewhere.
 

Methods in org.knime.core.node.util with parameters of type PortObject
 PortObject[] KNIMEJob.run(PortObject[] input, NodeSettingsRO settings, ExecutionContext exec)
          Runs the job somewhere.
 

Uses of PortObject in org.knime.core.node.workflow
 

Methods in org.knime.core.node.workflow that return PortObject
 PortObject WorkflowOutPort.getPortObject()
          Returns the DataTable for this port, as set by the node this port is output for.
 PortObject NodeOutPortWrapper.getPortObject()
          Returns the DataTable for this port, as set by the node this port is output for.
 PortObject NodeOutPort.getPortObject()
          Returns the DataTable for this port, as set by the node this port is output for.
 PortObject NodeContainerOutPort.getPortObject()
          Returns the DataTable for this port, as set by the node this port is output for.
protected  PortObject[] NodeExecutionJob.getPortObjects()
          Access method for the input port objects.
 

Methods in org.knime.core.node.workflow with parameters of type PortObject
(package private)  void NodeContainer.continueExecutionOnLoad(PortObject[] inData, NodeSettingsRO settings)
          Called upon load when the node has been saved as remotely executing.
 NodeExecutionJob NodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings, PortObject[] inports, NodeContainer nc)
          Read the information previously stored in the settings object and restore an executing job.
 NodeContainerExecutionStatus SingleNodeContainer.performExecuteNode(PortObject[] inObjects)
          Execute underlying Node asynchronously.
(package private)  void NodeContainer.queue(PortObject[] inData)
          Change state of marked (for execution) node to queued once it has been assigned to a NodeExecutionJobManager.
 NodeExecutionJob NodeExecutionJobManager.submitJob(NodeContainer nc, PortObject[] data)
          Executes the given node container with this job manager.
(package private)  void OutPortView.update(PortObject portObject, PortObjectSpec portObjectSpec, FlowObjectStack stack)
          Sets the content of the view.
 

Constructors in org.knime.core.node.workflow with parameters of type PortObject
NodeExecutionJob(NodeContainer nc, PortObject[] data)
          Creates a new execution job for a given node.
 

Uses of PortObject in org.knime.core.node.workflow.execresult
 

Methods in org.knime.core.node.workflow.execresult that return PortObject
 PortObject NodeExecutionResult.getPortObject(int outportIndex)
          
 

Methods in org.knime.core.node.workflow.execresult with parameters of type PortObject
 void NodeExecutionResult.setPortObjects(PortObject[] portObjects)
           
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.