net.sourceforge.nite.meta
Interface NOntology

All Superinterfaces:
NFile
All Known Implementing Classes:
NiteOntology

public interface NOntology
extends NFile

Information about an Ontology. An example is an ontology of gesture types. Only one element name is permitted in an ontology (but it is recursive. Only one significant attribute is permitted on ontology elements.

Author:
jonathan

Method Summary
 java.lang.String getAttributeName()
          returns the significant attribute name for this ontology.
 java.lang.String getDescription()
          returns a description of the ontology.
 java.lang.String getElementName()
          returns the element name of this ontology.
 
Methods inherited from interface net.sourceforge.nite.meta.NFile
getFileName, getName
 

Method Detail

getDescription

java.lang.String getDescription()
returns a description of the ontology.


getElementName

java.lang.String getElementName()
returns the element name of this ontology.


getAttributeName

java.lang.String getAttributeName()
returns the significant attribute name for this ontology.