Uses of Interface
de.uni_marburg.mdo_over.split.ISplitStrategy
-
Packages that use ISplitStrategy Package Description de.uni_marburg.mdo_over.split.emf de.uni_marburg.mdo_over.split.generic -
-
Uses of ISplitStrategy in de.uni_marburg.mdo_over.split.emf
Classes in de.uni_marburg.mdo_over.split.emf that implement ISplitStrategy Modifier and Type Class Description classContainmentSubtreeSplitA split strategy expecting the input graph to be a one-to-one representation of an EMF model, i.e., each node references anEObjectand each edge anEReferencebetween such objects. -
Uses of ISplitStrategy in de.uni_marburg.mdo_over.split.generic
Classes in de.uni_marburg.mdo_over.split.generic that implement ISplitStrategy Modifier and Type Class Description classRandomElementwiseSplitA split strategy splitting a graph by keeping a specified problem part in both of the generated split parts.
-