public final class ReadPMML extends CompositeOperator
| Constructor and Description | 
|---|
| ReadPMML()Default constructor; prior to compiling graph, the following
 property must be set:
 
    filePath | 
| ReadPMML(String filePath)Reads a PMML model from the given file | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | compose(CompositionContext ctx)Compose the body of this operator. | 
| String | getFilePath()Returns the file to read from | 
| PMMLPort | getOutput()Returns the output port that will contain the PMML model that
 is read from the file. | 
| void | setFilePath(String filePath)Sets the file to read from | 
disableParallelism, getInputPorts, getOutputPorts, newInput, newInput, newOutput, newRecordInput, newRecordInput, newRecordOutput, notifyErrorpublic ReadPMML()
public ReadPMML(String filePath)
filePath - the path to the filepublic String getFilePath()
public void setFilePath(String filePath)
filePath - the file to read frompublic PMMLPort getOutput()
protected void compose(CompositionContext ctx)
CompositeOperatorOperatorComposable.add(O)OperatorComposable.connect(P, P). This includes
    connections from the composite's input ports to sub-operators, connections between sub-operators, and
    connections from sub-operators output ports to the composite's output portscompose in class CompositeOperatorctx - the contextCopyright © 2016 Actian Corporation. All rights reserved.