de.cau.cs.kieler.kaom.text.ui
Class ConvertKaomModelHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
de.cau.cs.kieler.core.model.handlers.ConvertModelHandler
de.cau.cs.kieler.kaom.text.ui.ConvertKaomModelHandler
- All Implemented Interfaces:
- IHandler, IHandler2
public class ConvertKaomModelHandler
- extends ConvertModelHandler
A specialized conversion command handler that transforms the model prior to saving it
in the new file.
- Rating

Method Summary |
protected void |
transform(EObject model)
Transform the model before it is written to the new file format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertKaomModelHandler
public ConvertKaomModelHandler()
transform
protected void transform(EObject model)
- Transform the model before it is written to the new file format.
- Overrides:
transform
in class ConvertModelHandler
- Parameters:
model
- a model instance