public abstract class ModelTransformUtility extends TransformUtility
CODE_OTHER, CODE_PROPERTY, CODE_SOURCE, CODE_TARGET, CODE_TARGET_CONTAINER, PROGRESS_MONITOR_WORK_UNITS
Constructor and Description |
---|
ModelTransformUtility(ITransformUtilityDescriptor descriptor)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
internalExecute(ITransformContext context)
The internal execution of the TransformUtility on the context.
|
createContext, doExecute, execute, getWorkUnitsPropertyId, handle, setPropertyInContext, validateContext
getProgressMonitorWorkUnits, getTransformationDescriptor
canAccept, getAcceptCondition, getDescription, getId, getName, getProgressMonitor, setAcceptCondition, setDescription, setId, setName
public ModelTransformUtility(ITransformUtilityDescriptor descriptor)
descriptor
- the ITransformUtilityDescriptor that describes this utilityprotected void internalExecute(ITransformContext context)
TransformUtility
internalExecute
in class TransformUtility
context
- The execution context.