All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JavaAgent.resource.cdl.KRSentence

public interface KRSentence
A KRSentence is a sentence in some formal knowledge representation language. Inheriting from this interface does not demand much from the inheriting class, but there are a number of functions that, if implemented should be declared as follows:


Method Index

 o clone()
This function generates a copy of this KRSentence that holds the same knowledge in the same formalism.
 o toString()
This function generates a String that is the printable version of this KRSentence.

Methods

 o clone
 public abstract Object clone()
This function generates a copy of this KRSentence that holds the same knowledge in the same formalism.

Overrides:
clone in class Object
 o toString
 public abstract String toString()
This function generates a String that is the printable version of this KRSentence.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index