Class CompositeMapping


  • public class CompositeMapping
    extends MappingBase
    Composition of two mappings into a transitive mapping
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Constructor Detail

      • CompositeMapping

        public CompositeMapping​(MappingBase sourceMapping,
                                MappingBase targetMapping)
        Constructor
    • Method Detail

      • getSource

        public org.eclipse.emf.ecore.EObject getSource​(org.eclipse.emf.ecore.EObject target)
        Get the source element for a target element (to be implemented by subclasses)
        Specified by:
        getSource in class MappingBase
      • getTarget

        public org.eclipse.emf.ecore.EObject getTarget​(org.eclipse.emf.ecore.EObject source)
        Get the target element for a source element (to be implemented by subclasses)
        Specified by:
        getTarget in class MappingBase