driver
Class CmpDriver

java.lang.Object
  extended bydriver.CmpDriver

public class CmpDriver
extends java.lang.Object

Class SimpleDriver: The main class for a program that runs Absurdist on two specified concept systems read from input files


Field Summary
(package private) static boolean debugMode
           
 
Constructor Summary
CmpDriver()
           
 
Method Summary
static void debug(java.lang.String s)
           
static void debugln(java.lang.String s)
           
static void error(java.lang.String s)
           
static void main(java.lang.String[] args)
           
(package private) static void showRelationBundle(java.util.Vector rso, java.io.PrintStream out)
          Print out brief information about a bundle of relations
(package private) static void test(ConceptSystem systemO, ConceptSystem systemN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugMode

static boolean debugMode
Constructor Detail

CmpDriver

public CmpDriver()
Method Detail

debug

public static void debug(java.lang.String s)

debugln

public static void debugln(java.lang.String s)

error

public static void error(java.lang.String s)

main

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

showRelationBundle

static void showRelationBundle(java.util.Vector rso,
                               java.io.PrintStream out)
Print out brief information about a bundle of relations


test

static void test(ConceptSystem systemO,
                 ConceptSystem systemN)