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.
-
clone()
- This function generates a copy of this KRSentence that holds the same
knowledge in the same formalism.
-
toString()
- This function generates a String that is the printable version of this
KRSentence.
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
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