com.ashridgetech.jamda.transform
Interface ElementTransformer
- All Known Implementing Classes:
- UmlTypeCreator, ValueObjectCreator
- public interface ElementTransformer
Interface for a class which can perform an operation
on a UML ModelElement
. This may include making
changes to the elment itself or to other parts of the its Model
.
Each instance must be capable of being reused many times.
- Author:
- Paul Boocock
version 1.0
transform
public void transform(ModelElement element)
throws ModelTransformer.TransformException
- Transform a given
ModelElement
.
- Parameters:
element
- the ModelElement
on which to operate
ModelTransformer.TransformException
Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.