Class PMMLIncludedModelActiveRecord
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.common.persistence.ActiveRecord<BaseIncludedModelActiveRecord>
-
- org.kie.workbench.common.dmn.client.editors.included.BaseIncludedModelActiveRecord
-
- org.kie.workbench.common.dmn.client.editors.included.PMMLIncludedModelActiveRecord
-
public class PMMLIncludedModelActiveRecord extends BaseIncludedModelActiveRecord
-
-
Constructor Summary
Constructors Constructor Description PMMLIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetModelCount()voidsetModelCount(Integer modelCount)-
Methods inherited from class org.kie.workbench.common.dmn.client.editors.included.BaseIncludedModelActiveRecord
getImportType, getName, getNamespace, getPath, getRecord, getUUID, setImportType, setName, setNamespace, setPath, setUuid
-
Methods inherited from class org.kie.workbench.common.dmn.client.editors.common.persistence.ActiveRecord
create, destroy, getRecordEngine, isRecordEnginePresent, isValid, update
-
-
-
-
Constructor Detail
-
PMMLIncludedModelActiveRecord
public PMMLIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)
-
-