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 ModelGraph
SubGraphConstructor. getCompleteGraph()
ModelGraph
SubGraphConstructor. getSubGraph()
Methods in de.uni_marburg.mdo_over.graphtools with parameters of type ModelGraph Modifier and Type Method Description void
DotSerializer. 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.void
DotSerializer. 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.EObject
ModelGraphToEmfModelConverter. 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 givengraph
as 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 ModelGraph
CoSpan. getCodomain()
ModelGraph
Span. getDomain()
ModelGraph
Span. getFirstCodomain()
ModelGraph
CoSpan. getFirstDomain()
ModelGraph
ModelGraphMapping. getImageGraph()
Get the graph used as image in this mapping.ModelGraph
ModelGraphMapping. getOriginGraph()
Get the graph used as origin for this mapping.ModelGraph
CoSpan. getPullback()
Returns the pullback graph for the cospan.ModelGraph
Span. getPushout()
Returns the pushout graph for the span.ModelGraph
Span. getSecondCodomain()
ModelGraph
CoSpan. 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 ModelGraph
ModelGraphFactory. createModelGraph(org.eclipse.emf.ecore.EObject model)
Considering the given EObject the root of an EMF model, creates aModelGraph
representing 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 CoSpan
ISplitStrategy. split(ModelGraph graph)
Splits the given graph returning aCoSpan
containing 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 CoSpan
ContainmentSubtreeSplit. 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 CoSpan
RandomElementwiseSplit. split(ModelGraph graph)
Splits each graph in the given list separately applying the strategy described inRandomElementwiseSplit
.
-