All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JavaAgent.resource.fopl.KRSentence

public interface KRSentence
A KRSentence is a sentence in some formal knowledge representation language.


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