Uses of Class
org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer

Packages that use PortObjectSpec.PortObjectSpecSerializer
org.knime.base.node.meta.feature.backwardelim   
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.core.data Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data. 
org.knime.core.node.port   
org.knime.core.node.port.database   
org.knime.core.node.port.flowvariable   
org.knime.core.node.port.pmml   
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.base.node.meta.feature.backwardelim
 

Methods in org.knime.base.node.meta.feature.backwardelim that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<BWElimModel> BWElimModel.getPortObjectSpecSerializer()
          Returns a serializer object for this model's spec (which is the model itself).
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.base.node.mine.pca
 

Methods in org.knime.base.node.mine.pca that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<PCAModelPortObjectSpec> PCAModelPortObjectSpec.getPortObjectSpecSerializer()
          Method required by the interface PortObjectSpec.
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.base.node.preproc.correlation.pmcc
 

Methods in org.knime.base.node.preproc.correlation.pmcc that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<PMCCPortObjectAndSpec> PMCCPortObjectAndSpec.getPortObjectSpecSerializer()
          Serializer required by the PortObjectSpec interface.
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.core.data
 

Methods in org.knime.core.data that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<DataTableSpec> DataTableSpec.getPortObjectSpecSerializer()
          Method required by the interface PortObjectSpec.
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.core.node.port
 

Methods in org.knime.core.node.port that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<AbstractSimplePortObjectSpec> AbstractSimplePortObjectSpec.getPortObjectSpecSerializer()
          Abstract serializer method as required by interface PortObjectSpec.
static
<T extends PortObjectSpec>
PortObjectSpec.PortObjectSpecSerializer<T>
PortUtil.getPortObjectSpecSerializer(Class<T> cl)
          Get the globally used serializer for PortObjectSpec objects represented by the class argument.
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.core.node.port.database
 

Methods in org.knime.core.node.port.database that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<DatabasePortObjectSpec> DatabasePortObjectSpec.getPortObjectSpecSerializer()
          Serializer used to save DatabasePortObjectSpec.
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.core.node.port.flowvariable
 

Methods in org.knime.core.node.port.flowvariable that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<FlowVariablePortObjectSpec> FlowVariablePortObjectSpec.getPortObjectSpecSerializer()
           
 

Uses of PortObjectSpec.PortObjectSpecSerializer in org.knime.core.node.port.pmml
 

Subclasses of PortObjectSpec.PortObjectSpecSerializer in org.knime.core.node.port.pmml
 class PMMLPortObjectSpecSerializer
           
 

Methods in org.knime.core.node.port.pmml that return PortObjectSpec.PortObjectSpecSerializer
static PortObjectSpec.PortObjectSpecSerializer<PMMLPortObjectSpec> PMMLPortObjectSpec.getPortObjectSpecSerializer()
           
 



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.