jcreek.examples
Class BuildJavaModel

java.lang.Object
  extended byjcreek.examples.BuildJavaModel

public class BuildJavaModel
extends java.lang.Object

Creates the the java source code to produce the knowledge model contained in a .km file.

Version:
1.0
Author:
Frode Sørmo

Constructor Summary
BuildJavaModel()
           
 
Method Summary
static java.lang.Object describeEntity(Entity ent)
           
static boolean hasRelation(KnowledgeModel km, Relation test)
           
static boolean isModelDifferent(KnowledgeModel km1, KnowledgeModel km2)
           
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

BuildJavaModel

public BuildJavaModel()
Method Detail

main

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

hasRelation

public static boolean hasRelation(KnowledgeModel km,
                                  Relation test)

isModelDifferent

public static boolean isModelDifferent(KnowledgeModel km1,
                                       KnowledgeModel km2)

describeEntity

public static java.lang.Object describeEntity(Entity ent)


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