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 ModelGraphMapping
SubGraphConstructor. 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 ModelGraphMapping
Span. getDomainToFirstCodomain()
ModelGraphMapping
Span. getDomainToSecondCodomain()
ModelGraphMapping
Span. getFirstCodomainToPushout()
Returns the mapping from the first codomain to the pushout.ModelGraphMapping
CoSpan. getFirstDomainToCodomain()
ModelGraphMapping
CoSpan. getPullbackToFirstDomain()
Returns the mapping from the pullback to the first domain.ModelGraphMapping
CoSpan. getPullbackToSecondDomain()
Returns the mapping from the pullback to the second domain.ModelGraphMapping
Span. getSecondCodomainToPushout()
Returns the mapping from the second codomain to the pushout.ModelGraphMapping
CoSpan. 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)
-