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 typesSimpleModelPort
or {code PMMLPort}.- See Also:
AbstractModelPort
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractModelPortFactory()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pervasive.datarush.graphs.internal.LogicalPortProvider
getProvider()
Public only as a matter of implementation; clients should not use this method directly.-
Methods inherited from class com.pervasive.datarush.ports.LogicalPortFactory
newPort
-
-
-
-
Method Detail
-
getProvider
public com.pervasive.datarush.graphs.internal.LogicalPortProvider getProvider()
Description copied from class:LogicalPortFactory
Public only as a matter of implementation; clients should not use this method directly.- Specified by:
getProvider
in classLogicalPortFactory<P extends AbstractModelPort<T>>
- Returns:
- a provider
-
-