Package de.uni_marburg.mdo_over.split
Interface ISplitStrategy
-
- All Known Implementing Classes:
ContainmentSubtreeSplit,RandomElementwiseSplit
public interface ISplitStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoSpansplit(ModelGraph graph)Splits the given graph returning aCoSpancontaining the split parts with mappings to the goven graph.
-
-
-
Method Detail
-
split
CoSpan split(ModelGraph graph)
Splits the given graph returning aCoSpancontaining the split parts with mappings to the goven graph.- Parameters:
graph- graph to split- Returns:
- cospan containing split parts and mappings
-
-