Package org.kie.internal.pmml
Interface PMMLCommandExecutorFactory
-
public interface PMMLCommandExecutorFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPMMLCommandExecutorFactory.FactoryHolder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PMMLCommandExecutorFactoryget()PMMLCommandExecutornewPMMLCommandExecutor()
-
-
-
Method Detail
-
get
static PMMLCommandExecutorFactory get()
-
newPMMLCommandExecutor
PMMLCommandExecutor newPMMLCommandExecutor()
-
-