edu.ntnu.cikmr.arbitration.cbr
Class CaseUtils

java.lang.Object
  extended by edu.ntnu.cikmr.arbitration.cbr.CaseUtils

public class CaseUtils
extends java.lang.Object


Field Summary
static java.lang.String CASE_STRUCTURE_FILE
           
 
Constructor Summary
CaseUtils()
           
 
Method Summary
static CBRCaseRecord convert(Case c)
           
static Case convert(CBRCase cbrCase)
           
static Conflict convertConflict(CBRCase cbrCase, double similarity)
           
static CBRQuery createQuery(Case c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CASE_STRUCTURE_FILE

public static final java.lang.String CASE_STRUCTURE_FILE
See Also:
Constant Field Values
Constructor Detail

CaseUtils

public CaseUtils()
Method Detail

createQuery

public static CBRQuery createQuery(Case c)

convert

public static CBRCaseRecord convert(Case c)

convert

public static Case convert(CBRCase cbrCase)

convertConflict

public static Conflict convertConflict(CBRCase cbrCase,
                                       double similarity)