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 class
ContainmentSubtreeSplit
A split strategy expecting the input graph to be a one-to-one representation of an EMF model, i.e., each node references anEObject
and each edge anEReference
between 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 class
RandomElementwiseSplit
A split strategy splitting a graph by keeping a specified problem part in both of the generated split parts.
-