Package org.kie.pmml.compiler.model
Class EfestoCallableOutputPMMLClassesContainer
java.lang.Object
org.kie.efesto.compilationmanager.api.model.AbstractEfestoCallableCompilationOutput
org.kie.efesto.compilationmanager.api.model.EfestoCallableOutputClassesContainer
org.kie.pmml.compiler.model.EfestoCallableOutputPMMLClassesContainer
- All Implemented Interfaces:
EfestoCallableOutput,EfestoClassesContainer,EfestoCompilationOutput
-
Constructor Summary
ConstructorsConstructorDescriptionEfestoCallableOutputPMMLClassesContainer(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, String fullClassName, Map<String, byte[]> compiledClassMap) -
Method Summary
Methods inherited from class org.kie.efesto.compilationmanager.api.model.EfestoCallableOutputClassesContainer
getCompiledClassesMapMethods inherited from class org.kie.efesto.compilationmanager.api.model.AbstractEfestoCallableCompilationOutput
getFullClassNames, getModelLocalUriId
-
Constructor Details
-
EfestoCallableOutputPMMLClassesContainer
-