Interface DRGElementHandler
-
- All Known Implementing Classes:
DMNIncludedModelHandler,ItemDefinitionHandler,PMMLIncludedModelHandler
public interface DRGElementHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy(String oldModelName)DestroysDRGElementwhen an imported model is removed.voidupdate(String oldModelName, String newModelName)UpdatesDRGElementwhen an imported model name changes.
-