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.


Constructor Index

 o Declaration()

Method Index

 o getPredicateText()
Returns a string that formats the declaration as a predicate.
 o getTextBySubject(OntManager)
Returns a phrase suitable for describing the declaration given that its subject is already known.

Constructors

 o Declaration
 public Declaration()

Methods

 o getPredicateText
 public abstract String getPredicateText()
Returns a string that formats the declaration as a predicate.

 o 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