Uses of Interface
org.kie.workbench.common.dmn.api.editors.included.IncludedModel
-
Packages that use IncludedModel Package Description org.kie.workbench.common.dmn.api.editors.included -
-
Uses of IncludedModel in org.kie.workbench.common.dmn.api.editors.included
Classes in org.kie.workbench.common.dmn.api.editors.included that implement IncludedModel Modifier and Type Class Description classBaseIncludedModelclassDMNIncludedModelclassPMMLIncludedModelMethods in org.kie.workbench.common.dmn.api.editors.included that return types with arguments of type IncludedModel Modifier and Type Method Description List<IncludedModel>DMNIncludedModelsService. loadModels(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)This method loads all models (DMN and PMML) from a given project.
-