Package org.kie.internal.pmml
Interface PMMLCommandExecutorFactory
-
- All Superinterfaces:
java.lang.Comparable<org.kie.api.internal.utils.KieService>,org.kie.api.internal.utils.KieService
public interface PMMLCommandExecutorFactory extends org.kie.api.internal.utils.KieService
-
-
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()
-
-