fr.curie.BiNoM.pathways.biopax
Class kPrimeImpl

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.kPrimeImpl
All Implemented Interfaces:
com.hp.hpl.jena.rdf.model.ModelChangedListener, com.ibm.adtech.jastor.Thing, kPrime, utilityClass

public class kPrimeImpl
extends com.ibm.adtech.jastor.ThingImpl
implements kPrime

Implementation of kPrime 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#kPrime)



Field Summary
 
Fields inherited from class com.ibm.adtech.jastor.ThingImpl
copyright
 
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.kPrime
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 addIONIC_DASH_STRENGTH(java.lang.Float IONIC_DASH_STRENGTH)
          Add a 'IONIC_DASH_STRENGTH' property value
 void addPH(java.lang.Float PH)
          Add a 'PH' property value
 void addPMG(java.lang.Float PMG)
          Add a 'PMG' property value
 void addTEMPERATURE(java.lang.Float TEMPERATURE)
          Add a 'TEMPERATURE' property value
 void clearCache()
           
 java.util.Iterator getCOMMENT()
          Iterates through the 'COMMENT' property values.
 java.util.Iterator getIONIC_DASH_STRENGTH()
          Iterates through the 'IONIC_DASH_STRENGTH' property values.
 java.lang.Float getK_DASH_PRIME()
          Gets the 'K_DASH_PRIME' property value
 java.util.Iterator getPH()
          Iterates through the 'PH' property values.
 java.util.Iterator getPMG()
          Iterates through the 'PMG' property values.
 java.util.Iterator getTEMPERATURE()
          Iterates through the 'TEMPERATURE' 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 removeIONIC_DASH_STRENGTH(java.lang.Float IONIC_DASH_STRENGTH)
          Remove a 'IONIC_DASH_STRENGTH' property value.
 void removePH(java.lang.Float PH)
          Remove a 'PH' property value.
 void removePMG(java.lang.Float PMG)
          Remove a 'PMG' property value.
 void removeTEMPERATURE(java.lang.Float TEMPERATURE)
          Remove a 'TEMPERATURE' property value.
 void setK_DASH_PRIME(java.lang.Float K_DASH_PRIME)
          Sets the 'K_DASH_PRIME' property value
 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

getK_DASH_PRIME

public java.lang.Float getK_DASH_PRIME()
                                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Gets the 'K_DASH_PRIME' property value

Specified by:
getK_DASH_PRIME in interface kPrime
Returns:
Float
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.K_DASH_PRIMEProperty

setK_DASH_PRIME

public void setK_DASH_PRIME(java.lang.Float K_DASH_PRIME)
                     throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Sets the 'K_DASH_PRIME' property value

Specified by:
setK_DASH_PRIME in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.K_DASH_PRIMEProperty

getTEMPERATURE

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

Specified by:
getTEMPERATURE in interface kPrime
Returns:
Iterator of Float
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.TEMPERATUREProperty

addTEMPERATURE

public void addTEMPERATURE(java.lang.Float TEMPERATURE)
                    throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Add a 'TEMPERATURE' property value

Specified by:
addTEMPERATURE in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.TEMPERATUREProperty

removeTEMPERATURE

public void removeTEMPERATURE(java.lang.Float TEMPERATURE)
                       throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Remove a 'TEMPERATURE' 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:
removeTEMPERATURE in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.TEMPERATUREProperty

getPH

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

Specified by:
getPH in interface kPrime
Returns:
Iterator of Float
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.PHProperty

addPH

public void addPH(java.lang.Float PH)
           throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Add a 'PH' property value

Specified by:
addPH in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.PHProperty

removePH

public void removePH(java.lang.Float PH)
              throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Remove a 'PH' 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:
removePH in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.PHProperty

getIONIC_DASH_STRENGTH

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

Specified by:
getIONIC_DASH_STRENGTH in interface kPrime
Returns:
Iterator of Float
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.IONIC_DASH_STRENGTHProperty

addIONIC_DASH_STRENGTH

public void addIONIC_DASH_STRENGTH(java.lang.Float IONIC_DASH_STRENGTH)
                            throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Add a 'IONIC_DASH_STRENGTH' property value

Specified by:
addIONIC_DASH_STRENGTH in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.IONIC_DASH_STRENGTHProperty

removeIONIC_DASH_STRENGTH

public void removeIONIC_DASH_STRENGTH(java.lang.Float IONIC_DASH_STRENGTH)
                               throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Remove a 'IONIC_DASH_STRENGTH' 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:
removeIONIC_DASH_STRENGTH in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.IONIC_DASH_STRENGTHProperty

getPMG

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

Specified by:
getPMG in interface kPrime
Returns:
Iterator of Float
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.PMGProperty

addPMG

public void addPMG(java.lang.Float PMG)
            throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Add a 'PMG' property value

Specified by:
addPMG in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.PMGProperty

removePMG

public void removePMG(java.lang.Float PMG)
               throws com.ibm.adtech.jastor.JastorException
Description copied from interface: kPrime
Remove a 'PMG' 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:
removePMG in interface kPrime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
kPrime.PMGProperty

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