Package com.nomagic.magicdraw.uml
Interface ConvertElementInfo.DisposeSourceValidator
-
- Enclosing class:
- ConvertElementInfo
public static interface ConvertElementInfo.DisposeSourceValidator
Validates whether source should be disposed after conversion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDisposeSource()
Validates whether source should be disposed after conversion.
-