Class ImportPMML
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.DMNElement
-
- org.kie.workbench.common.dmn.api.definition.model.NamedElement
-
- org.kie.workbench.common.dmn.api.definition.model.Import
-
- org.kie.workbench.common.dmn.api.definition.model.ImportPMML
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
DMNElement.ExtensionElements
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.Import
importType, locationURI, namespace
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
nameHolder
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description ImportPMML()ImportPMML(String namespace, LocationURI locationURI, String importType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetModelCount()NamegetName()Returns theNameConvenience method replicatingHasValue.getValue()to honour DMN model semantics.StringgetNamespace()voidsetModelCount(int modelCount)voidsetName(Name name)Sets theNameConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.voidsetNamespace(String namespace)-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.Import
equals, getImportType, getLocationURI, hashCode, setImportType, setLocationURI
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
getNameHolder, setNameHolder
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
-
-
-
Constructor Detail
-
ImportPMML
public ImportPMML()
-
ImportPMML
public ImportPMML(String namespace, LocationURI locationURI, String importType)
-
-
Method Detail
-
getModelCount
public int getModelCount()
-
setModelCount
public void setModelCount(int modelCount)
-
getNamespace
public String getNamespace()
- Overrides:
getNamespacein classImport
-
setNamespace
public void setNamespace(String namespace)
- Overrides:
setNamespacein classImport
-
getName
public Name getName()
Description copied from interface:HasNameReturns theNameConvenience method replicatingHasValue.getValue()to honour DMN model semantics.- Specified by:
getNamein interfaceHasName- Overrides:
getNamein classNamedElement- Returns:
-
setName
public void setName(Name name)
Description copied from interface:HasNameSets theNameConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.- Specified by:
setNamein interfaceHasName- Overrides:
setNamein classNamedElement
-
-