Uses of Class
de.uni_marburg.mdo_over.model.modelgraph.ModelGraph
-
-
Uses of ModelGraph in de.uni_marburg.mdo_over.graphtools
Methods in de.uni_marburg.mdo_over.graphtools that return ModelGraph Modifier and Type Method Description ModelGraphSubGraphConstructor. getCompleteGraph()ModelGraphSubGraphConstructor. getSubGraph()Methods in de.uni_marburg.mdo_over.graphtools with parameters of type ModelGraph Modifier and Type Method Description voidDotSerializer. saveAsDot(ModelGraph graph, String filename)Save the graph in a DOT file and afterwards clear the IDs used for labeling the graph elements in the DOT format.voidDotSerializer. saveAsDot(ModelGraph graph, String filename, boolean resetIds)/** Save the graph in a DOT file.Constructors in de.uni_marburg.mdo_over.graphtools with parameters of type ModelGraph Constructor Description SubGraphConstructor(ModelGraph completeGraph) -
Uses of ModelGraph in de.uni_marburg.mdo_over.graphtools.emf
Methods in de.uni_marburg.mdo_over.graphtools.emf with parameters of type ModelGraph Modifier and Type Method Description org.eclipse.emf.ecore.EObjectModelGraphToEmfModelConverter. createEmfModel(ModelGraph graph)Creates a new EMF model from the givengraph.Constructors in de.uni_marburg.mdo_over.graphtools.emf with parameters of type ModelGraph Constructor Description GraphRuleAdapter(org.eclipse.emf.henshin.interpreter.Engine engine, ModelGraph graph)Creates an adapter wrapping a rule implementing the elements of the givengraphas preserved elements. -
Uses of ModelGraph in de.uni_marburg.mdo_over.model
Methods in de.uni_marburg.mdo_over.model that return ModelGraph Modifier and Type Method Description ModelGraphCoSpan. getCodomain()ModelGraphSpan. getDomain()ModelGraphSpan. getFirstCodomain()ModelGraphCoSpan. getFirstDomain()ModelGraphModelGraphMapping. getImageGraph()Get the graph used as image in this mapping.ModelGraphModelGraphMapping. getOriginGraph()Get the graph used as origin for this mapping.ModelGraphCoSpan. getPullback()Returns the pullback graph for the cospan.ModelGraphSpan. getPushout()Returns the pushout graph for the span.ModelGraphSpan. getSecondCodomain()ModelGraphCoSpan. getSecondDomain()Constructors in de.uni_marburg.mdo_over.model with parameters of type ModelGraph Constructor Description ModelGraphMapping(ModelGraph originGraph, ModelGraph imageGraph) -
Uses of ModelGraph in de.uni_marburg.mdo_over.model.modelgraph
Methods in de.uni_marburg.mdo_over.model.modelgraph that return ModelGraph Modifier and Type Method Description ModelGraphModelGraphFactory. createModelGraph(org.eclipse.emf.ecore.EObject model)Considering the given EObject the root of an EMF model, creates aModelGraphrepresenting that model. -
Uses of ModelGraph in de.uni_marburg.mdo_over.split
Methods in de.uni_marburg.mdo_over.split with parameters of type ModelGraph Modifier and Type Method Description CoSpanISplitStrategy. split(ModelGraph graph)Splits the given graph returning aCoSpancontaining the split parts with mappings to the goven graph. -
Uses of ModelGraph in de.uni_marburg.mdo_over.split.emf
Methods in de.uni_marburg.mdo_over.split.emf with parameters of type ModelGraph Modifier and Type Method Description CoSpanContainmentSubtreeSplit. split(ModelGraph graph) -
Uses of ModelGraph in de.uni_marburg.mdo_over.split.generic
Methods in de.uni_marburg.mdo_over.split.generic with parameters of type ModelGraph Modifier and Type Method Description CoSpanRandomElementwiseSplit. split(ModelGraph graph)Splits each graph in the given list separately applying the strategy described inRandomElementwiseSplit.
-