All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jtelos.cpp.cppTest

java.lang.Object
   |
   +----jtelos.cpp.cppTest

public class cppTest
extends Object

Constructor Index

 o cppTest()

Method Index

 o addingAndRemovingParentsAndAncestorsTest()
This method does tests on the methods that add and remove ancestors from propositions.
 o basicOperationTest()
As this method's name implies, this method checks a variety of basic operations that can be done with the interface such as opening a KB, querting for propositions, querying propositions as well as altering the KB using UNTELL
 o deletedPropositionsRecognizedTest()
Method which checks that Java Proposition objects that reference a C++ Telos proposition that has been deleted (i.e., UNTELLed) return a DeletedObjectAccessedException when they are accessed.
 o main(String[])
 o sameObjectsHaveSameReferenceTests()
Method that checks that Java Proposition objects that reference the same C++ object in the same KB have the same Java reference.

Constructors

 o cppTest
 public cppTest()

Methods

 o main
 public static void main(String args[])
 o deletedPropositionsRecognizedTest
 public static boolean deletedPropositionsRecognizedTest()
Method which checks that Java Proposition objects that reference a C++ Telos proposition that has been deleted (i.e., UNTELLed) return a DeletedObjectAccessedException when they are accessed.

 o sameObjectsHaveSameReferenceTests
 public static boolean sameObjectsHaveSameReferenceTests()
Method that checks that Java Proposition objects that reference the same C++ object in the same KB have the same Java reference.

 o basicOperationTest
 public static boolean basicOperationTest()
As this method's name implies, this method checks a variety of basic operations that can be done with the interface such as opening a KB, querting for propositions, querying propositions as well as altering the KB using UNTELL

 o addingAndRemovingParentsAndAncestorsTest
 public static boolean addingAndRemovingParentsAndAncestorsTest()
This method does tests on the methods that add and remove ancestors from propositions.


All Packages  Class Hierarchy  This Package  Previous  Next  Index