Module datarush.library
Class AbstractModelPortFactory<T,P extends AbstractModelPort<T>>
java.lang.Object
com.pervasive.datarush.ports.LogicalPortFactory<P>
com.pervasive.datarush.ports.model.AbstractModelPortFactory<T,P>
- Type Parameters:
T- the type of modelP- the type of model port
- Direct Known Subclasses:
SimpleModelPort.Factory
public abstract class AbstractModelPortFactory<T,P extends AbstractModelPort<T>>
extends LogicalPortFactory<P>
Base class for model port factories.
Client's should generally not
need to extend since there are predefined factories associated with the
built-in types
SimpleModelPort or {code PMMLPort}.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.pervasive.datarush.graphs.internal.LogicalPortProviderPublic only as a matter of implementation; clients should not use this method directly.Methods inherited from class com.pervasive.datarush.ports.LogicalPortFactory
newPort
-
Constructor Details
-
AbstractModelPortFactory
protected AbstractModelPortFactory()Default constructor.
-
-
Method Details
-
getProvider
public com.pervasive.datarush.graphs.internal.LogicalPortProvider getProvider()Description copied from class:LogicalPortFactoryPublic only as a matter of implementation; clients should not use this method directly.- Specified by:
getProviderin classLogicalPortFactory<P extends AbstractModelPort<T>>- Returns:
- a provider
-