org.dbe.studio.tools.ontologyviewer.metamodels.odm
Class OdmOntologyHeader

java.lang.Object
  extended byorg.dbe.studio.tools.ontologyviewer.metamodels.odm.OdmOntologyHeader

public class OdmOntologyHeader
extends java.lang.Object

An ontology property relates ontologies to other ontologies. Instances of this class must be associated with specific ontologies (instances of the class ontology). Examples of ontology intances are the properties "imports", "priorVersion", "backwardCompatibleWith" and "incompatibleWith" that define specific relationships between ontologies


Field Summary
(package private)  java.lang.String backwardCompatibleWith
          An owl:backwardCompatibleWith statement contains a reference to another ontology.
(package private)  java.lang.String id
           
(package private)  java.lang.String imports
          An owl:imports statement references another OWL ontology containing definitions, whose meaning is considered to be part of the meaning of the importing ontology.
(package private)  java.lang.String incompatibleWith
          An owl:incompatibleWith statement contains a reference to another ontology.
(package private)  java.lang.String name
           
(package private)  java.lang.String priorVersion
          An owl:priorVersion statement contains a reference to another ontology.
(package private)  java.lang.String versionInfo
          An owl:versionInfo statement generally has as its object a string giving information about this version, for example RCS/CVS keywords.
 
Constructor Summary
OdmOntologyHeader()
           
OdmOntologyHeader(java.lang.String name, java.lang.String id, java.lang.String imports, java.lang.String verInfo, java.lang.String priorVer, java.lang.String backwardCompWith, java.lang.String incompatibleWith)
           
 
Method Summary
 java.lang.String getBackwardCompatibleWith()
           
 java.lang.String getId()
           
 java.lang.String getImports()
           
 java.lang.String getIncompatibleWith()
           
 java.lang.String getName()
           
 java.lang.String getPriorVersion()
           
 void setBackwardCompatibleWith(java.lang.String backwardCompatibleWith)
           
 void setId(java.lang.String id)
           
 void setImports(java.lang.String imports)
           
 void setIncompatibleWith(java.lang.String incompatibleWith)
           
 void setName(java.lang.String name)
           
 void setPriorVersion(java.lang.String priorVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

id

java.lang.String id

imports

java.lang.String imports
An owl:imports statement references another OWL ontology containing definitions, whose meaning is considered to be part of the meaning of the importing ontology. Each reference consists of a URI specifying from where the ontology is to be imported


versionInfo

java.lang.String versionInfo
An owl:versionInfo statement generally has as its object a string giving information about this version, for example RCS/CVS keywords. This statement does not contribute to the logical meaning of the ontology other than that given by the RDF(S) model theory


priorVersion

java.lang.String priorVersion
An owl:priorVersion statement contains a reference to another ontology. This identifies the specified ontology as a prior version of the containing ontology. This has no meaning in the model-theoretic semantics other than that given by the RDF(S) model theory. However, it may be used by software to organize ontologies by versions.


backwardCompatibleWith

java.lang.String backwardCompatibleWith
An owl:backwardCompatibleWith statement contains a reference to another ontology. This identifies the specified ontology as a prior version of the containing ontology, and further indicates that it is backward compatible with it


incompatibleWith

java.lang.String incompatibleWith
An owl:incompatibleWith statement contains a reference to another ontology. This indicates that the containing ontology is a later version of the referenced ontology, but is not backward compatible with it

Constructor Detail

OdmOntologyHeader

public OdmOntologyHeader()

OdmOntologyHeader

public OdmOntologyHeader(java.lang.String name,
                         java.lang.String id,
                         java.lang.String imports,
                         java.lang.String verInfo,
                         java.lang.String priorVer,
                         java.lang.String backwardCompWith,
                         java.lang.String incompatibleWith)
Method Detail

setName

public void setName(java.lang.String name)

setId

public void setId(java.lang.String id)

setImports

public void setImports(java.lang.String imports)

setPriorVersion

public void setPriorVersion(java.lang.String priorVersion)

setBackwardCompatibleWith

public void setBackwardCompatibleWith(java.lang.String backwardCompatibleWith)

setIncompatibleWith

public void setIncompatibleWith(java.lang.String incompatibleWith)

getName

public java.lang.String getName()

getId

public java.lang.String getId()

getImports

public java.lang.String getImports()

getPriorVersion

public java.lang.String getPriorVersion()

getBackwardCompatibleWith

public java.lang.String getBackwardCompatibleWith()

getIncompatibleWith

public java.lang.String getIncompatibleWith()


Copyright © 2004-2005 Digital Business Ecosystem. All Rights Reserved.