|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.meta.impl.NiteOntology
public class NiteOntology
An ontology as referred to in the metadata
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 |
---|
public NiteOntology(java.lang.String name, java.lang.String description, java.lang.String filename, java.lang.String elementname, java.lang.String attributename)
Method Detail |
---|
public java.lang.String getName()
getName
in interface NOntology
public java.lang.String getDescription()
getDescription
in interface NOntology
public java.lang.String getFileName()
getFileName
in interface NOntology
public java.lang.String getElementName()
getElementName
in interface NOntology
public java.lang.String getAttributeName()
getAttributeName
in interface NOntology
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |