jcreek.representation
Interface EpistemologicalModel

All Known Implementing Classes:
BasicModel, IsoPodModel

public interface EpistemologicalModel

The epistemological model is a top level model that establishes entities, relations and relation types that are required by the representation and basic inference system. The epistemological model usually also contains a structure and a "view of the world" as to how knowledge models should be built.

Version:
1.0
Author:
Frode Sørmo

Method Summary
 void generateEpistemologicalModel(KnowledgeModel km)
          Generate the epistemological in the (empty) supplied knowledge model.
 

Method Detail

generateEpistemologicalModel

public void generateEpistemologicalModel(KnowledgeModel km)
Generate the epistemological in the (empty) supplied knowledge model.

Parameters:
km - KnowledgeModel


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