All Packages Class Hierarchy This Package Previous Next Index
Class SHOE.Declaration
java.lang.Object
|
+----SHOE.SHOE_Obj
|
+----SHOE.Declaration
- public abstract class Declaration
- extends SHOE_Obj
An abstract class that is the parent of the Relation and Category
classes.
-
Declaration()
-
-
getPredicateText()
- Returns a string that formats the declaration as a predicate.
-
getTextBySubject(OntManager)
- Returns a phrase suitable for describing the declaration given that
its subject is already known.
Declaration
public Declaration()
getPredicateText
public abstract String getPredicateText()
- Returns a string that formats the declaration as a predicate.
getTextBySubject
public abstract String getTextBySubject(OntManager ontman)
- Returns a phrase suitable for describing the declaration given that
its subject is already known.
All Packages Class Hierarchy This Package Previous Next Index