Uses of Class
com.pervasive.datarush.ports.model.AbstractModelPort
Packages that use AbstractModelPort
Package
Description
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides classes and interfaces for developing dataflow operators.
Provides operators for handling models.
Provides implementations of port objects dealing with the flow of single objects
between operators.
-
Uses of AbstractModelPort in com.pervasive.datarush.analytics.pmml
Subclasses of AbstractModelPort in com.pervasive.datarush.analytics.pmmlModifier and TypeClassDescriptionfinal classSpecialization of model ports for handling PMML models. -
Uses of AbstractModelPort in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return AbstractModelPortMethods in com.pervasive.datarush.operators that return types with arguments of type AbstractModelPortModifier and TypeMethodDescriptionOpenMultiModelSink.getInputs()OpenMultiModelSource.getOutputs()Methods in com.pervasive.datarush.operators with parameters of type AbstractModelPortModifier and TypeMethodDescriptionvoidOpenModelSink.connectInput(AbstractModelPort<T> to) voidOpenMultiModelSink.connectInput(int index, AbstractModelPort<T> to) voidOpenModelSource.connectOutput(AbstractModelPort<T> from) voidOpenMultiModelSource.connectOutput(AbstractModelPort<T> from, int index) voidMetadataCalculationContext.setOutputMetadataDynamic(AbstractModelPort<?> port, boolean dynamic) Indicates that the metadata for the given output port is dynamic.Constructor parameters in com.pervasive.datarush.operators with type arguments of type AbstractModelPortModifierConstructorDescriptionOpenModelSink(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory) Create a model sink for the given model port type.OpenModelSource(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory) Create a model source for the given model port type.OpenMultiModelSink(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory, int numInputs) Create a model sink for the given model port type.OpenMultiModelSource(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory, int numOutputs) Create a model source for the given model port type. -
Uses of AbstractModelPort in com.pervasive.datarush.operators.model
Methods in com.pervasive.datarush.operators.model that return AbstractModelPortModifier and TypeMethodDescriptionfinal AbstractModelPort<T>GetModel.getInput()The input portfinal AbstractModelPort<T>MergeModel.getInput()Returns the input port for the partial modelfinal AbstractModelPort<T>MergeModel.getOutput()Returns the output port that will produce the final modelfinal AbstractModelPort<T>PutModel.getOutput()Returns the output port which will transmit the model during graph executionConstructor parameters in com.pervasive.datarush.operators.model with type arguments of type AbstractModelPortModifierConstructorDescriptionGetModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory) Gets a model from a graph.MergeModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory, ModelMergeHandler<T> mergeHandler) Merge the input modelPutModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory) Injects a model into a graph.PutModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory, T model) Injects a model into a graph -
Uses of AbstractModelPort in com.pervasive.datarush.ports.model
Classes in com.pervasive.datarush.ports.model with type parameters of type AbstractModelPortModifier and TypeClassDescriptionclassAbstractModelPortFactory<T,P extends AbstractModelPort<T>> Base class for model port factories.Subclasses of AbstractModelPort in com.pervasive.datarush.ports.modelModifier and TypeClassDescriptionfinal classUsed to coordinate processing between operators that have a processing dependency but no explicit data dependency.final classSimpleModelPort<T extends Serializable>A simple implementation for model ports.Methods in com.pervasive.datarush.ports.model that return types with arguments of type AbstractModelPortModifier and TypeMethodDescriptionabstract LogicalPortFactory<? extends AbstractModelPort<?>>AbstractModelPort.getFactory()LogicalPortFactory<? extends AbstractModelPort<?>>DoneSignalPort.getFactory()