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, notifyError
public 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)
CompositeOperator
OperatorComposable.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 CompositeOperator
ctx
- the contextCopyright © 2020 Actian Corporation. All rights reserved.