org.eclipse.emf.mapping.ecore2ecore
Interface Ecore2EcoreMappingRoot

All Superinterfaces:
EObject, Mapping, MappingRoot, Notifier
All Known Implementing Classes:
Ecore2EcoreMappingRootImpl

public interface Ecore2EcoreMappingRoot
extends MappingRoot

A representation of the model object 'Mapping Root'.

See Also:
Ecore2EcorePackage.getEcore2EcoreMappingRoot()

Method Summary
 EPackage getInputEPackage()
           
 EPackage getOutputEPackage()
           
 
Methods inherited from interface org.eclipse.emf.mapping.MappingRoot
canCreateMapping, canRemoveMapping, createMapping, deregister, dispose, getAllMappings, getCommandStack, getDomain, getExactMappings, getMappedObjectState, getMappings, getParentMapping, getTypeMappingRoot, isAttachedObject, isBottomObject, isDirty, isInputObject, isOutputDirty, isOutputObject, isOutputReadOnly, isTopObject, isTopToBottom, refreshMappedObjectStates, register, resetDirty, setCommandStack, setDomain, setOutputDirty, setOutputReadOnly, setTopToBottom
 
Methods inherited from interface org.eclipse.emf.mapping.Mapping
getBottoms, getEffectiveHelper, getHelper, getInputs, getMappedObjects, getMappingRoot, getNested, getNestedIn, getOutputs, getReceivers, getSenders, getTops, getTypeMapping, isReverse, setHelper, setNestedIn, setTypeMapping, treeIterator, treeIterator
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getInputEPackage

EPackage getInputEPackage()

getOutputEPackage

EPackage getOutputEPackage()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.