jcreek.representation.cbr
Class IsoPodModel

java.lang.Object
  extended byjcreek.representation.cbr.IsoPodModel
All Implemented Interfaces:
EpistemologicalModel, IsoPod

public class IsoPodModel
extends java.lang.Object
implements IsoPod, EpistemologicalModel

Builds the basic model that is common to all jcreek models. This model is now deprecated. Use BasicModel if you only plan to use the

Version:
1.2
Author:
Frode Sørmo, changed by Elise Bakke

Field Summary
 
Fields inherited from interface jcreek.representation.cbr.IsoPod
CASE, CASE_COMPARISON, CASE_STATUS, CASE_STATUS_OF, CAUSAL_RELATION, CAUSED_BY, CAUSES, COMPARATOR_OF, CONCEPT, DEFAULT_EXPLANATION_STRENGTH_OF, ENTITY, FINDING_RELATION, FROM_TYPE_OF, HAS_CASE_STATUS, HAS_COMPARATOR, HAS_DEFAULT_EXPLANATION_STRENGTH, HAS_FROM_TYPE, HAS_INSTANCE, HAS_INVERSE, HAS_NATURAL_NAME, HAS_PART, HAS_SOLUTION, HAS_SUBCLASS, HAS_VALUE_TYPE, IMPLIED_BY, IMPLIES, INHERITS_OVER, INSTANCE_OF, INVERSE_CAUSAL_RELATION, INVERSE_FINDING_RELATION, INVERSE_RELATION, INVERSE_STRUCTURAL_RELATION, INVERSE_SYSTEM_RELATION, JAVA_CLASS, NATURAL_NAME_OF, NO_VALUE, NUMBER, NUMBER_COMPARISON, PART_OF, PROCESSED_CASE, RELATION, SOLUTION_OF, SOLVED_CASE, STRING, STRUCTURAL_RELATION, SUBCLASS_OF, SYMBOL, SYMBOL_COMPARIOSON, SYSTEM_RELATION, TRANSFERS, UNSOLVED_CASE, URL, VALUE_TYPE_OF
 
Constructor Summary
IsoPodModel()
           
 
Method Summary
static void generateCBRModel(KnowledgeModel model)
           
 void generateEpistemologicalModel(KnowledgeModel model)
          Generate the epistemological in the (empty) supplied knowledge model.
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsoPodModel

public IsoPodModel()
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
Parameters:
model - KnowledgeModel

generateCBRModel

public static void generateCBRModel(KnowledgeModel model)

main

public static void main(java.lang.String[] argv)


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