Class BaseIncludedModel
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.editors.included.BaseIncludedModel
-
- All Implemented Interfaces:
IncludedModel
- Direct Known Subclasses:
DMNIncludedModel,PMMLIncludedModel
public abstract class BaseIncludedModel extends Object implements IncludedModel
-
-
Constructor Summary
Constructors Constructor Description BaseIncludedModel(String modelName, String modelPackage, String path, String importType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImportType()StringgetModelName()StringgetModelPackage()StringgetPath()
-
-
-
Method Detail
-
getModelName
public String getModelName()
- Specified by:
getModelNamein interfaceIncludedModel
-
getModelPackage
public String getModelPackage()
- Specified by:
getModelPackagein interfaceIncludedModel
-
getPath
public String getPath()
- Specified by:
getPathin interfaceIncludedModel
-
getImportType
public String getImportType()
- Specified by:
getImportTypein interfaceIncludedModel
-
-