|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.rdf.listeners.StatementListener
com.ibm.adtech.jastor.ThingImpl
fr.curie.BiNoM.pathways.biopax.experimentalFormImpl
public class experimentalFormImpl
Implementation of experimentalForm
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#experimentalForm)
Field Summary |
---|
Fields inherited from class com.ibm.adtech.jastor.ThingImpl |
---|
copyright |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.experimentalForm |
---|
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)
|
openControlledVocabulary |
addEXPERIMENTAL_DASH_FORM_DASH_TYPE()
Adds an anonymous value for the 'EXPERIMENTAL_DASH_FORM_DASH_TYPE' property |
void |
addEXPERIMENTAL_DASH_FORM_DASH_TYPE(openControlledVocabulary EXPERIMENTAL_DASH_FORM_DASH_TYPE)
Adds a value for the 'EXPERIMENTAL_DASH_FORM_DASH_TYPE' property |
openControlledVocabulary |
addEXPERIMENTAL_DASH_FORM_DASH_TYPE(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'EXPERIMENTAL_DASH_FORM_DASH_TYPE' property. |
void |
clearCache()
|
java.util.Iterator |
getCOMMENT()
Iterates through the 'COMMENT' property values. |
java.util.Iterator |
getEXPERIMENTAL_DASH_FORM_DASH_TYPE()
Get an Iterator the 'EXPERIMENTAL_DASH_FORM_DASH_TYPE' property values. |
physicalEntityParticipant |
getPARTICIPANT()
Gets the 'PARTICIPANT' property value |
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 |
removeEXPERIMENTAL_DASH_FORM_DASH_TYPE(openControlledVocabulary EXPERIMENTAL_DASH_FORM_DASH_TYPE)
Removes a value for the 'EXPERIMENTAL_DASH_FORM_DASH_TYPE' property. |
physicalEntityParticipant |
setPARTICIPANT()
Sets the 'PARTICIPANT' property value to an anonymous node |
void |
setPARTICIPANT(physicalEntityParticipant PARTICIPANT)
Sets the 'PARTICIPANT' property value |
physicalEntityParticipant |
setPARTICIPANT(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'PARTICIPANT' property value to the given resource, and add's rdf:type properties. |
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 |
---|
public java.util.List listStatements()
listStatements
in interface com.ibm.adtech.jastor.Thing
listStatements
in class com.ibm.adtech.jastor.ThingImpl
public void clearCache()
clearCache
in interface com.ibm.adtech.jastor.Thing
clearCache
in class com.ibm.adtech.jastor.ThingImpl
public java.util.Iterator getCOMMENT() throws com.ibm.adtech.jastor.JastorException
utilityClass
getCOMMENT
in interface utilityClass
Iterator
of String
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public void addCOMMENT(java.lang.String COMMENT) throws com.ibm.adtech.jastor.JastorException
utilityClass
addCOMMENT
in interface utilityClass
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public void removeCOMMENT(java.lang.String COMMENT) throws com.ibm.adtech.jastor.JastorException
utilityClass
removeCOMMENT
in interface utilityClass
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public physicalEntityParticipant getPARTICIPANT() throws com.ibm.adtech.jastor.JastorException
experimentalForm
getPARTICIPANT
in interface experimentalForm
physicalEntityParticipant
com.ibm.adtech.jastor.JastorException
experimentalForm.PARTICIPANTProperty
public void setPARTICIPANT(physicalEntityParticipant PARTICIPANT) throws com.ibm.adtech.jastor.JastorException
experimentalForm
setPARTICIPANT
in interface experimentalForm
com.ibm.adtech.jastor.JastorException
experimentalForm.PARTICIPANTProperty
public physicalEntityParticipant setPARTICIPANT() throws com.ibm.adtech.jastor.JastorException
experimentalForm
setPARTICIPANT
in interface experimentalForm
physicalEntityParticipant
, the created value
com.ibm.adtech.jastor.JastorException
experimentalForm.PARTICIPANTProperty
public physicalEntityParticipant setPARTICIPANT(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
experimentalForm
physicalEntityParticipant
with the factory.
and calling setPARTICIPANT(fr.curie.BiNoM.pathways.biopax.physicalEntityParticipant PARTICIPANT)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#physicalEntityParticipant. That is, this method
should not be used as a shortcut for creating new objects in the model.
setPARTICIPANT
in interface experimentalForm
physicalEntityParticipant
, the newly created value
com.ibm.adtech.jastor.JastorException
experimentalForm.PARTICIPANTProperty
public java.util.Iterator getEXPERIMENTAL_DASH_FORM_DASH_TYPE() throws com.ibm.adtech.jastor.JastorException
experimentalForm
getEXPERIMENTAL_DASH_FORM_DASH_TYPE
in interface experimentalForm
Iterator
of openControlledVocabulary
com.ibm.adtech.jastor.JastorException
experimentalForm.EXPERIMENTAL_DASH_FORM_DASH_TYPEProperty
public void addEXPERIMENTAL_DASH_FORM_DASH_TYPE(openControlledVocabulary EXPERIMENTAL_DASH_FORM_DASH_TYPE) throws com.ibm.adtech.jastor.JastorException
experimentalForm
addEXPERIMENTAL_DASH_FORM_DASH_TYPE
in interface experimentalForm
com.ibm.adtech.jastor.JastorException
experimentalForm.EXPERIMENTAL_DASH_FORM_DASH_TYPEProperty
public openControlledVocabulary addEXPERIMENTAL_DASH_FORM_DASH_TYPE() throws com.ibm.adtech.jastor.JastorException
experimentalForm
addEXPERIMENTAL_DASH_FORM_DASH_TYPE
in interface experimentalForm
openControlledVocabulary
created
com.ibm.adtech.jastor.JastorException
experimentalForm.EXPERIMENTAL_DASH_FORM_DASH_TYPEProperty
public openControlledVocabulary addEXPERIMENTAL_DASH_FORM_DASH_TYPE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
experimentalForm
openControlledVocabulary
with the factory
and calling addEXPERIMENTAL_DASH_FORM_DASH_TYPE(fr.curie.BiNoM.pathways.biopax.openControlledVocabulary EXPERIMENTAL_DASH_FORM_DASH_TYPE)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#openControlledVocabulary. That is, this method
should not be used as a shortcut for creating new objects in the model.
addEXPERIMENTAL_DASH_FORM_DASH_TYPE
in interface experimentalForm
com.ibm.adtech.jastor.JastorException
experimentalForm.EXPERIMENTAL_DASH_FORM_DASH_TYPEProperty
public void removeEXPERIMENTAL_DASH_FORM_DASH_TYPE(openControlledVocabulary EXPERIMENTAL_DASH_FORM_DASH_TYPE) throws com.ibm.adtech.jastor.JastorException
experimentalForm
removeEXPERIMENTAL_DASH_FORM_DASH_TYPE
in interface experimentalForm
com.ibm.adtech.jastor.JastorException
experimentalForm.EXPERIMENTAL_DASH_FORM_DASH_TYPEProperty
public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
registerListener
in interface com.ibm.adtech.jastor.Thing
registerListener
in class com.ibm.adtech.jastor.ThingImpl
public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
unregisterListener
in interface com.ibm.adtech.jastor.Thing
unregisterListener
in class com.ibm.adtech.jastor.ThingImpl
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
addedStatement
in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
addedStatement
in class com.hp.hpl.jena.rdf.listeners.StatementListener
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
removedStatement
in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
removedStatement
in class com.hp.hpl.jena.rdf.listeners.StatementListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |