jcreek.representation.cbr
Class CBRModel

java.lang.Object
  extended byjcreek.representation.BasicModel
      extended byjcreek.representation.cbr.CBRModel
All Implemented Interfaces:
EpistemologicalModel

public class CBRModel
extends BasicModel


Field Summary
static java.lang.String CASE
           
static java.lang.String CASE_COMPARISON
           
static java.lang.String CASE_STATUS
           
static java.lang.String CASE_STATUS_OF
           
static java.lang.String CAUSAL_RELATION
           
static java.lang.String CAUSED_BY
           
static java.lang.String CAUSES
           
static java.lang.String COMPARATOR_OF
           
static java.lang.String FINDING_RELATION
           
static java.lang.String HAS_CASE_STATUS
           
static java.lang.String HAS_COMPARATOR
           
static java.lang.String HAS_INVERSE
           
static java.lang.String HAS_SOLUTION
           
static java.lang.String IMPLIED_BY
           
static java.lang.String IMPLIES
           
static java.lang.String INVERSE_CAUSAL_RELATION
           
static java.lang.String INVERSE_FINDING_RELATION
           
static java.lang.String JAVA_CLASS
           
static java.lang.String NUMBER_COMPARISON
           
static java.lang.String PROCESSED_CASE
           
static java.lang.String SOLUTION_OF
           
static java.lang.String SOLVED_CASE
           
static java.lang.String STRING
           
static java.lang.String SYMBOL_COMPARIOSON
           
static java.lang.String UNSOLVED_CASE
           
static java.lang.String URL
           
 
Fields inherited from class jcreek.representation.BasicModel
DEFAULT_EXPLANATION_STRENGTH_OF, ENTITY, HAS_DEFAULT_EXPLANATION_STRENGTH, HAS_INSTANCE, HAS_SUBCLASS, HAS_VALUE_TYPE, INHERITS_OVER, INSTANCE_OF, INVERSE_RELATION, NO_VALUE, NUMBER, RELATION, SUBCLASS_OF, SYMBOL, THING, TRANSFERS, VALUE_TYPE_OF
 
Constructor Summary
CBRModel()
           
 
Method Summary
static void generateCBRModel(KnowledgeModel model)
           
 void generateEpistemologicalModel(KnowledgeModel model)
          Generate the epistemological in the (empty) supplied knowledge model.
 
Methods inherited from class jcreek.representation.BasicModel
generateBasicModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HAS_INVERSE

public static final java.lang.String HAS_INVERSE
See Also:
Constant Field Values

HAS_COMPARATOR

public static final java.lang.String HAS_COMPARATOR
See Also:
Constant Field Values

COMPARATOR_OF

public static final java.lang.String COMPARATOR_OF
See Also:
Constant Field Values

HAS_CASE_STATUS

public static final java.lang.String HAS_CASE_STATUS
See Also:
Constant Field Values

CASE_STATUS_OF

public static final java.lang.String CASE_STATUS_OF
See Also:
Constant Field Values

HAS_SOLUTION

public static final java.lang.String HAS_SOLUTION
See Also:
Constant Field Values

SOLUTION_OF

public static final java.lang.String SOLUTION_OF
See Also:
Constant Field Values

FINDING_RELATION

public static final java.lang.String FINDING_RELATION
See Also:
Constant Field Values

INVERSE_FINDING_RELATION

public static final java.lang.String INVERSE_FINDING_RELATION
See Also:
Constant Field Values

CAUSAL_RELATION

public static final java.lang.String CAUSAL_RELATION
See Also:
Constant Field Values

INVERSE_CAUSAL_RELATION

public static final java.lang.String INVERSE_CAUSAL_RELATION
See Also:
Constant Field Values

CAUSES

public static final java.lang.String CAUSES
See Also:
Constant Field Values

CAUSED_BY

public static final java.lang.String CAUSED_BY
See Also:
Constant Field Values

IMPLIES

public static final java.lang.String IMPLIES
See Also:
Constant Field Values

IMPLIED_BY

public static final java.lang.String IMPLIED_BY
See Also:
Constant Field Values

CASE

public static final java.lang.String CASE
See Also:
Constant Field Values

JAVA_CLASS

public static final java.lang.String JAVA_CLASS
See Also:
Constant Field Values

CASE_STATUS

public static final java.lang.String CASE_STATUS
See Also:
Constant Field Values

PROCESSED_CASE

public static final java.lang.String PROCESSED_CASE
See Also:
Constant Field Values

SOLVED_CASE

public static final java.lang.String SOLVED_CASE
See Also:
Constant Field Values

UNSOLVED_CASE

public static final java.lang.String UNSOLVED_CASE
See Also:
Constant Field Values

NUMBER_COMPARISON

public static final java.lang.String NUMBER_COMPARISON
See Also:
Constant Field Values

CASE_COMPARISON

public static final java.lang.String CASE_COMPARISON
See Also:
Constant Field Values

SYMBOL_COMPARIOSON

public static final java.lang.String SYMBOL_COMPARIOSON
See Also:
Constant Field Values

STRING

public static final java.lang.String STRING
See Also:
Constant Field Values

URL

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

CBRModel

public CBRModel()
Method Detail

generateEpistemologicalModel

public void generateEpistemologicalModel(KnowledgeModel model)
Description copied from interface: EpistemologicalModel
Generate the epistemological in the (empty) supplied knowledge model.

Specified by:
generateEpistemologicalModel in interface EpistemologicalModel
Overrides:
generateEpistemologicalModel in class BasicModel

generateCBRModel

public static void generateCBRModel(KnowledgeModel model)


Created at IDI, NTNU by the Artificial Intelligence and Learning group