net.sourceforge.nite.meta.impl
Class NiteOntology

java.lang.Object
  extended by net.sourceforge.nite.meta.impl.NiteOntology
All Implemented Interfaces:
NOntology

public class NiteOntology
extends java.lang.Object
implements NOntology

An ontology as referred to in the metadata

Author:
jonathan

Constructor Summary
NiteOntology(java.lang.String name, java.lang.String description, java.lang.String filename, java.lang.String elementname, java.lang.String attributename)
          Constructor taking name, description, filename, element name and distinguished attribute name (the name of the subtypes in the ontology.
 
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.
 java.lang.String getFileName()
          returns the file name of this ontology.
 java.lang.String getName()
          returns the name of this ontology as used in filenames etc.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiteOntology

public NiteOntology(java.lang.String name,
                    java.lang.String description,
                    java.lang.String filename,
                    java.lang.String elementname,
                    java.lang.String attributename)
Constructor taking name, description, filename, element name and distinguished attribute name (the name of the subtypes in the ontology.

Method Detail

getName

public java.lang.String getName()
returns the name of this ontology as used in filenames etc.

Specified by:
getName in interface NOntology

getDescription

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

Specified by:
getDescription in interface NOntology

getFileName

public java.lang.String getFileName()
returns the file name of this ontology.

Specified by:
getFileName in interface NOntology

getElementName

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

Specified by:
getElementName in interface NOntology

getAttributeName

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

Specified by:
getAttributeName in interface NOntology