fr.curie.BiNoM.pathways.biopax
Class openControlledVocabularyImpl

java.lang.Object
  extended by com.hp.hpl.jena.rdf.listeners.StatementListener
      extended by com.ibm.adtech.jastor.ThingImpl
          extended by fr.curie.BiNoM.pathways.biopax.openControlledVocabularyImpl
All Implemented Interfaces:
com.hp.hpl.jena.rdf.model.ModelChangedListener, com.ibm.adtech.jastor.Thing, externalReferenceUtilityClass, openControlledVocabulary, utilityClass

public class openControlledVocabularyImpl
extends com.ibm.adtech.jastor.ThingImpl
implements openControlledVocabulary

Implementation of openControlledVocabulary Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class.

(URI: http://www.biopax.org/release/biopax-level2.owl#openControlledVocabulary)



Field Summary
 
Fields inherited from class com.ibm.adtech.jastor.ThingImpl
copyright
 
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
TYPE
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 void addCOMMENT(java.lang.String COMMENT)
          Add a 'COMMENT' property value
 void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
           
 void addTERM(java.lang.String TERM)
          Add a 'TERM' property value
 unificationXref addXREF_asunificationXref()
          Adds an anonymous value for the 'XREF' property
 unificationXref addXREF_asunificationXref(com.hp.hpl.jena.rdf.model.Resource resource)
          Adds a value for the 'XREF' property.
 xref addXREF()
          Adds an anonymous value for the 'XREF' property
 xref addXREF(com.hp.hpl.jena.rdf.model.Resource resource)
          Adds a value for the 'XREF' property.
 void addXREF(unificationXref XREF)
          Adds a value for the 'XREF' property
 void addXREF(xref XREF)
          Adds a value for the 'XREF' property
 void clearCache()
           
 java.util.Iterator getCOMMENT()
          Iterates through the 'COMMENT' property values.
 java.util.Iterator getTERM()
          Iterates through the 'TERM' property values.
 java.util.Iterator getXREF_asunificationXref()
          Get an Iterator the 'XREF' property values.
 java.util.Iterator getXREF()
          Get an Iterator the 'XREF' property values.
 java.util.List listStatements()
           
 void registerListener(com.ibm.adtech.jastor.ThingListener listener)
           
 void removeCOMMENT(java.lang.String COMMENT)
          Remove a 'COMMENT' property value.
 void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
           
 void removeTERM(java.lang.String TERM)
          Remove a 'TERM' property value.
 void removeXREF(unificationXref XREF)
          Removes a value for the 'XREF' property.
 void removeXREF(xref XREF)
          Removes a value for the 'XREF' property.
 void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
           
 
Methods inherited from class com.ibm.adtech.jastor.ThingImpl
equals, isRDFType, model, removeStatements, resource, toString, uri
 
Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
isRDFType, model, removeStatements, resource, uri
 

Method Detail

listStatements

public java.util.List listStatements()
Specified by:
listStatements in interface com.ibm.adtech.jastor.Thing
Overrides:
listStatements in class com.ibm.adtech.jastor.ThingImpl

clearCache

public void clearCache()
Specified by:
clearCache in interface com.ibm.adtech.jastor.Thing
Overrides:
clearCache in class com.ibm.adtech.jastor.ThingImpl

getCOMMENT

public java.util.Iterator getCOMMENT()
                              throws com.ibm.adtech.jastor.JastorException
Description copied from interface: utilityClass
Iterates through the 'COMMENT' property values. This Iteartor may be used to remove all such values.

Specified by:
getCOMMENT in interface utilityClass
Returns:
Iterator of String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
utilityClass.COMMENTProperty

addCOMMENT

public void addCOMMENT(java.lang.String COMMENT)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: utilityClass
Add a 'COMMENT' property value

Specified by:
addCOMMENT in interface utilityClass
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
utilityClass.COMMENTProperty

removeCOMMENT

public void removeCOMMENT(java.lang.String COMMENT)
                   throws com.ibm.adtech.jastor.JastorException
Description copied from interface: utilityClass
Remove a 'COMMENT' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeCOMMENT in interface utilityClass
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
utilityClass.COMMENTProperty

getTERM

public java.util.Iterator getTERM()
                           throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Iterates through the 'TERM' property values. This Iteartor may be used to remove all such values.

Specified by:
getTERM in interface openControlledVocabulary
Returns:
Iterator of String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.TERMProperty

addTERM

public void addTERM(java.lang.String TERM)
             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Add a 'TERM' property value

Specified by:
addTERM in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.TERMProperty

removeTERM

public void removeTERM(java.lang.String TERM)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Remove a 'TERM' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeTERM in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.TERMProperty

getXREF

public java.util.Iterator getXREF()
                           throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Get an Iterator the 'XREF' property values. This Iteartor may be used to remove all such values.

Specified by:
getXREF in interface openControlledVocabulary
Returns:
Iterator of xref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

addXREF

public void addXREF(xref XREF)
             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Adds a value for the 'XREF' property

Specified by:
addXREF in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

addXREF

public xref addXREF()
             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Adds an anonymous value for the 'XREF' property

Specified by:
addXREF in interface openControlledVocabulary
Returns:
The anoymous xref created
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

addXREF

public xref addXREF(com.hp.hpl.jena.rdf.model.Resource resource)
             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Adds a value for the 'XREF' property. This method is equivalent constructing a new instance of xref with the factory and calling addXREF(fr.curie.BiNoM.pathways.biopax.xref XREF) The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#xref. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addXREF in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

removeXREF

public void removeXREF(xref XREF)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Removes a value for the 'XREF' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeXREF in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

getXREF_asunificationXref

public java.util.Iterator getXREF_asunificationXref()
                                             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Get an Iterator the 'XREF' property values. This Iteartor may be used to remove all such values.

Specified by:
getXREF_asunificationXref in interface openControlledVocabulary
Returns:
Iterator of unificationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

addXREF

public void addXREF(unificationXref XREF)
             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Adds a value for the 'XREF' property

Specified by:
addXREF in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

addXREF_asunificationXref

public unificationXref addXREF_asunificationXref()
                                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Adds an anonymous value for the 'XREF' property

Specified by:
addXREF_asunificationXref in interface openControlledVocabulary
Returns:
The anoymous unificationXref created
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

addXREF_asunificationXref

public unificationXref addXREF_asunificationXref(com.hp.hpl.jena.rdf.model.Resource resource)
                                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Adds a value for the 'XREF' property. This method is equivalent constructing a new instance of unificationXref with the factory and calling addXREF(fr.curie.BiNoM.pathways.biopax.unificationXref XREF) The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#unificationXref. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addXREF_asunificationXref in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

removeXREF

public void removeXREF(unificationXref XREF)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: openControlledVocabulary
Removes a value for the 'XREF' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeXREF in interface openControlledVocabulary
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
openControlledVocabulary.XREFProperty

registerListener

public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
registerListener in interface com.ibm.adtech.jastor.Thing
Overrides:
registerListener in class com.ibm.adtech.jastor.ThingImpl

unregisterListener

public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
unregisterListener in interface com.ibm.adtech.jastor.Thing
Overrides:
unregisterListener in class com.ibm.adtech.jastor.ThingImpl

addedStatement

public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
Specified by:
addedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Overrides:
addedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListener

removedStatement

public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
Specified by:
removedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Overrides:
removedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListener