Uses of Class
org.kie.workbench.common.dmn.api.definition.model.Import
-
Packages that use Import Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of Import in org.kie.workbench.common.dmn.api.definition.model
Subclasses of Import in org.kie.workbench.common.dmn.api.definition.model Modifier and Type Class Description classImportDMNSpecialisation ofImportthat has definitions and elements counts.classImportedValuesclassImportPMMLSpecialisation ofImportthat has a model count property.Methods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type Import Modifier and Type Method Description List<Import>Definitions. getImport()Constructor parameters in org.kie.workbench.common.dmn.api.definition.model with type arguments of type Import Constructor Description Definitions(Id id, Description description, Name name, List<Import> _import, List<ItemDefinition> itemDefinition, List<DRGElement> drgElement, List<Artifact> artifact, List<ElementCollection> elementCollection, List<BusinessContextElement> businessContextElement, ExpressionLanguage expressionLanguage, String typeLanguage, Text namespace, String exporter, String exporterVersion)
-