Class CasePair
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.eval.CasePair
-
public class CasePair extends Object
Utility class for representing a pair of two cases.- Author:
- Maximilian Hoffmann
-
-
Constructor Summary
Constructors Constructor Description CasePair(NESTWorkflowObject queryGraph, NESTWorkflowObject caseGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NESTWorkflowObjectgetCaseGraph()NESTWorkflowObjectgetQueryGraph()inthashCode()
-
-
-
Constructor Detail
-
CasePair
public CasePair(NESTWorkflowObject queryGraph, NESTWorkflowObject caseGraph)
-
-
Method Detail
-
getQueryGraph
public NESTWorkflowObject getQueryGraph()
-
getCaseGraph
public NESTWorkflowObject getCaseGraph()
-
-