Uses of Class
de.uni_marburg.mdo_over.model.ModelGraphMapping
-
Packages that use ModelGraphMapping Package Description de.uni_marburg.mdo_over.graphtools de.uni_marburg.mdo_over.graphtools.emf de.uni_marburg.mdo_over.model -
-
Uses of ModelGraphMapping in de.uni_marburg.mdo_over.graphtools
Methods in de.uni_marburg.mdo_over.graphtools that return ModelGraphMapping Modifier and Type Method Description ModelGraphMappingSubGraphConstructor. getMapping() -
Uses of ModelGraphMapping in de.uni_marburg.mdo_over.graphtools.emf
Constructors in de.uni_marburg.mdo_over.graphtools.emf with parameters of type ModelGraphMapping Constructor Description MappingRuleAdapter(org.eclipse.emf.henshin.interpreter.Engine engine, ModelGraphMapping mapping)Creates an adapter wrapping a rule implementing the givenmapping. -
Uses of ModelGraphMapping in de.uni_marburg.mdo_over.model
Methods in de.uni_marburg.mdo_over.model that return ModelGraphMapping Modifier and Type Method Description ModelGraphMappingSpan. getDomainToFirstCodomain()ModelGraphMappingSpan. getDomainToSecondCodomain()ModelGraphMappingSpan. getFirstCodomainToPushout()Returns the mapping from the first codomain to the pushout.ModelGraphMappingCoSpan. getFirstDomainToCodomain()ModelGraphMappingCoSpan. getPullbackToFirstDomain()Returns the mapping from the pullback to the first domain.ModelGraphMappingCoSpan. getPullbackToSecondDomain()Returns the mapping from the pullback to the second domain.ModelGraphMappingSpan. getSecondCodomainToPushout()Returns the mapping from the second codomain to the pushout.ModelGraphMappingCoSpan. getSecondDomainToCodomain()Constructors in de.uni_marburg.mdo_over.model with parameters of type ModelGraphMapping Constructor Description CoSpan(ModelGraphMapping firstDomainToCodomain, ModelGraphMapping secondDomainToCodomain)Span(ModelGraphMapping domainToFirstCodomain, ModelGraphMapping domainToSecondCodomain)
-