Uses of Class
de.uni_marburg.mdo_over.model.CoSpan
-
-
Uses of CoSpan in de.uni_marburg.mdo_over.recombination
Methods in de.uni_marburg.mdo_over.recombination with parameters of type CoSpan Modifier and Type Method Description List<org.eclipse.emf.ecore.EObject>
IRecombinationStrategy. recombine(CoSpan firstSplit, CoSpan secondSplit)
Recombines two parent solutions (represented by splits) and creates two or more EMF models as offspring. -
Uses of CoSpan in de.uni_marburg.mdo_over.recombination.crossoverpoint
Methods in de.uni_marburg.mdo_over.recombination.crossoverpoint with parameters of type CoSpan Modifier and Type Method Description List<org.eclipse.emf.ecore.EObject>
CrossoverPointRecombination. recombine(CoSpan firstSplit, CoSpan secondSplit)
-
Uses of CoSpan in de.uni_marburg.mdo_over.recombination.crossoverpoint.inference
Methods in de.uni_marburg.mdo_over.recombination.crossoverpoint.inference with parameters of type CoSpan Modifier and Type Method Description Span
IInferenceStrategy. inferCrossoverPoint(CoSpan firstSplit, CoSpan secondSplit)
Calculates a crossover point for the splits of two solutions.Span
ProblemPartInference. inferCrossoverPoint(CoSpan firstSplit, CoSpan secondSplit)
-
Uses of CoSpan in de.uni_marburg.mdo_over.split
Methods in de.uni_marburg.mdo_over.split that return CoSpan 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 CoSpan in de.uni_marburg.mdo_over.split.emf
Methods in de.uni_marburg.mdo_over.split.emf that return CoSpan Modifier and Type Method Description CoSpan
ContainmentSubtreeSplit. split(ModelGraph graph)
-
Uses of CoSpan in de.uni_marburg.mdo_over.split.generic
Methods in de.uni_marburg.mdo_over.split.generic that return CoSpan Modifier and Type Method Description CoSpan
RandomElementwiseSplit. split(ModelGraph graph)
Splits each graph in the given list separately applying the strategy described inRandomElementwiseSplit
.
-