|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.port.AbstractPortObject
org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
@Deprecated public class PMMLPreprocPortObject
The PMML preprocessing operations can now be included directly in the
PMMLPortObject instead of handling them in a special port type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.knime.core.node.port.PortObject |
|---|
PortObject.PortObjectSerializer<T extends PortObject> |
| Field Summary | |
|---|---|
protected static String |
CDATA
Deprecated. Constant for CDATA. |
protected static String |
LOCAL_TRANS
Deprecated. |
static PortType |
TYPE
Deprecated. Convenience accessor for the port type. |
| Constructor Summary | |
|---|---|
PMMLPreprocPortObject()
Deprecated. |
|
PMMLPreprocPortObject(PMMLPreprocOperation... operations)
Deprecated. |
|
PMMLPreprocPortObject(PMMLPreprocPortObject... port)
Deprecated. |
|
| Method Summary | |
|---|---|
(package private) static TransformerHandler |
createTransformerHandlerForSave(OutputStream out)
Deprecated. |
List<PMMLPreprocOperation> |
getOperations()
Deprecated. |
PMMLPreprocPortObjectSpec |
getSpec()
Deprecated. Get specification to this port object. |
String |
getSummary()
Deprecated. Get a short summary of this PortObject. |
JComponent[] |
getViews()
Deprecated. The returned views are displayed in the out port view of the referring node. |
protected void |
load(PortObjectZipInputStream in,
PortObjectSpec spec,
ExecutionMonitor exec)
Deprecated. Loads the content into the freshly instantiated object. |
protected void |
save(PortObjectZipOutputStream out,
ExecutionMonitor exec)
Deprecated. Saves this object to an output stream. |
| 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 |
| Field Detail |
|---|
public static final PortType TYPE
protected static final String LOCAL_TRANS
protected static final String CDATA
| Constructor Detail |
|---|
public PMMLPreprocPortObject()
public PMMLPreprocPortObject(PMMLPreprocOperation... operations)
public PMMLPreprocPortObject(PMMLPreprocPortObject... port)
| Method Detail |
|---|
protected void load(PortObjectZipInputStream in,
PortObjectSpec spec,
ExecutionMonitor exec)
throws IOException,
CanceledExecutionException
load in class AbstractPortObjectin - To restore fromspec - The accompanying spec (which can be safely cast to the
expected class).exec - For progress/cancelation.
IOException - If reading fails.
CanceledExecutionException - If canceled.
protected void save(PortObjectZipOutputStream out,
ExecutionMonitor exec)
throws IOException,
CanceledExecutionException
#savePortObject(PortObject, PortObjectZipOutputStream,
ExecutionMonitor).
save in class AbstractPortObjectout - A clean directory to write to.exec - For progress/cancelation.
IOException - If writing fails
CanceledExecutionException - If canceled.
static TransformerHandler createTransformerHandlerForSave(OutputStream out)
throws TransformerConfigurationException,
SAXException
TransformerConfigurationException
SAXExceptionpublic PMMLPreprocPortObjectSpec getSpec()
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.
PortObjectSpec or any derived spec,
never null.public String getSummary()
PortObject.
The return value will be shown in a node port's tooltip, for instance.
public JComponent[] getViews()
public List<PMMLPreprocOperation> getOperations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||