|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractOverrideableCommand
org.eclipse.egf.model.edit.command.plugin.PluginChangeWrapperCommand
org.eclipse.egf.model.edit.command.plugin.mapping.AbstractMappingWrapperCommand
public abstract class AbstractMappingWrapperCommand
Base class to implement commands that wrap mapping modifications in a mapping extension.
Constructor Summary | |
---|---|
AbstractMappingWrapperCommand(EditingDomain domain_p,
EObject modelElement_p,
EStructuralFeature feature_p,
Object value_p)
Constructor. |
Method Summary | |
---|---|
protected void |
createMappingFile(String mappingFileFullPath_p)
Create the mapping file for current mapping model element. |
protected List<IPluginChangesCommand> |
getExecutablePluginChangeCommand()
Returns the extension changes command used in the execute call. |
protected abstract MappingModel |
getMapping()
Get the mapping model element. |
protected String |
getMappingPath(String mappingFilePath_p,
IProject project_p)
Return the full path relative to the workspace for specified mapping parameters. |
protected List<IPluginChangesCommand> |
getUndoablePluginChangeCommand()
Returns the extension changes command used in the undo call. |
protected abstract void |
handleMappingFile(String mappingFileFullPath_p)
Handle the mapping file for given parameters. |
protected void |
initializeInputOrOutput(Ecore2EcoreMappingRoot mappingRoot_p,
String resourcePath_p,
EReference containerReference_p,
ResourceSet resourceSet_p)
Initialize the input or output for specified mapping root. |
Methods inherited from class org.eclipse.egf.model.edit.command.plugin.PluginChangeWrapperCommand |
---|
doCanUndo, doExecute, doRedo, doUndo, getCommandRunner, getFeature, getMDSoFaPde, getModelElement, getPluginId, getRedoablePluginChangeCommand, getValue, prepare, setPluginId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMappingWrapperCommand(EditingDomain domain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
domain_p
- modelElement_p
- feature_p
- value_p
- Method Detail |
---|
protected List<IPluginChangesCommand> getExecutablePluginChangeCommand()
PluginChangeWrapperCommand
getExecutablePluginChangeCommand
in class PluginChangeWrapperCommand
PluginChangeWrapperCommand.getExecutablePluginChangeCommand()
protected abstract void handleMappingFile(String mappingFileFullPath_p)
mappingFileFullPath_p
- relative path to the workspace.protected String getMappingPath(String mappingFilePath_p, IProject project_p)
mappingFilePath_p
- project_p
-
protected void initializeInputOrOutput(Ecore2EcoreMappingRoot mappingRoot_p, String resourcePath_p, EReference containerReference_p, ResourceSet resourceSet_p)
mappingRoot_p
- resourcePath_p
- containerReference_p
- resourceSet_p
- protected void createMappingFile(String mappingFileFullPath_p)
mappingFileFullPath_p
- protected abstract MappingModel getMapping()
protected List<IPluginChangesCommand> getUndoablePluginChangeCommand()
PluginChangeWrapperCommand
getUndoablePluginChangeCommand
in class PluginChangeWrapperCommand
PluginChangeWrapperCommand.getUndoablePluginChangeCommand()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.