Package de.swa.fuh.qrefinement.logic
Class RefinementGCGenerator
java.lang.Object
de.swa.fuh.qrefinement.logic.RefinementGCGenerator
public class RefinementGCGenerator
extends java.lang.Object
Single thread implementation of the construction of GCs from user relevance marks
- Author:
- Nicolas Boch
-
Method Summary
Modifier and Type Method Description static java.io.FileexistsDuplicate(java.util.Vector<RefinementPanel> uiassets)static booleanexistsSelection(java.util.Vector<RefinementPanel> uiassets)static java.util.Vector<GraphCode>getNonRelevantGCs()static java.util.Vector<GraphCode>getRelevantGCs()static GraphCodesubtractGCs(GraphCode gc1, GraphCode gc2)static GraphCodeunionofGC(java.util.Vector<GraphCode> gc)
-
Method Details
-
getRelevantGCs
public static java.util.Vector<GraphCode> getRelevantGCs() throws DuplicateRelevanceMarkException, NoRelevanceMarkException -
getNonRelevantGCs
public static java.util.Vector<GraphCode> getNonRelevantGCs() throws DuplicateRelevanceMarkException, NoRelevanceMarkException -
unionofGC
-
subtractGCs
-
existsDuplicate
-
existsSelection
-