org.knime.base.node.preproc.autobinner.pmml
Class PMMLDiscretizePreprocPortObject

java.lang.Object
  extended by org.knime.core.node.port.AbstractPortObject
      extended by org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
          extended by org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject
All Implemented Interfaces:
PortObject

public class PMMLDiscretizePreprocPortObject
extends PMMLPreprocPortObject

Author:
Heiko Hofer

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.knime.core.node.port.PortObject
PortObject.PortObjectSerializer<T extends PortObject>
 
Field Summary
 
Fields inherited from class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
CDATA, LOCAL_TRANS, TYPE
 
Constructor Summary
PMMLDiscretizePreprocPortObject()
           
PMMLDiscretizePreprocPortObject(PMMLPreprocDiscretize operation)
           
 
Method Summary
 PMMLPreprocPortObjectSpec getSpec()
          Get specification to this port object.
 JComponent[] getViews()
          The returned views are displayed in the out port view of the referring node.
 
Methods inherited from class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
getOperations, getSummary, load, save
 
Methods inherited from class org.knime.core.node.port.AbstractPortObject
getPortObjectSerializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMMLDiscretizePreprocPortObject

public PMMLDiscretizePreprocPortObject()

PMMLDiscretizePreprocPortObject

public PMMLDiscretizePreprocPortObject(PMMLPreprocDiscretize operation)
Method Detail

getSpec

public PMMLPreprocPortObjectSpec getSpec()
Get specification to this port object. That is, the corresponding PortObjectSpec which is used to configure any successor node after execution, e.g. a BufferedDataTable can return a DataTableSpec.

Subclasses should narrow the return type if possible.

Specified by:
getSpec in interface PortObject
Overrides:
getSpec in class PMMLPreprocPortObject
Returns:
underlying PortObjectSpec or any derived spec, never null.

getViews

public JComponent[] getViews()
Description copied from class: PMMLPreprocPortObject
The returned views are displayed in the out port view of the referring node. Each component is displayed in an extra tab. The name of the component is used as the title for the tab. It is important that no external members are kept in the component so it can be deleted, when the port object is deleted. If the port object has no view return an empty array.

Specified by:
getViews in interface PortObject
Overrides:
getViews in class PMMLPreprocPortObject
Returns:
an array of views for the port object, each displayed as a tab in the out port view


Copyright, 2003 - 2012. 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.