|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface conversion
Interface for conversion ontology class
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this interface.
(URI: http://www.biopax.org/release/biopax-level2.owl#conversion)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
LEFTProperty
The Jena Property for LEFT |
static com.hp.hpl.jena.rdf.model.Property |
RIGHTProperty
The Jena Property for RIGHT |
static com.hp.hpl.jena.rdf.model.Property |
SPONTANEOUSProperty
The Jena Property for SPONTANEOUS |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.physicalInteraction |
---|
INTERACTION_DASH_TYPEProperty |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.interaction |
---|
EVIDENCEProperty, PARTICIPANTSProperty |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.entity |
---|
AVAILABILITYProperty, COMMENTProperty, DATA_DASH_SOURCEProperty, NAMEProperty, SHORT_DASH_NAMEProperty, SYNONYMSProperty, XREFProperty |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
physicalEntityParticipant |
addLEFT()
Adds an anonymous value for the 'LEFT' property |
void |
addLEFT(physicalEntityParticipant LEFT)
Adds a value for the 'LEFT' property |
physicalEntityParticipant |
addLEFT(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'LEFT' property. |
physicalEntityParticipant |
addPARTICIPANTS_asphysicalEntityParticipant()
Adds an anonymous value for the 'PARTICIPANTS' property |
physicalEntityParticipant |
addPARTICIPANTS_asphysicalEntityParticipant(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'PARTICIPANTS' property. |
void |
addPARTICIPANTS(physicalEntityParticipant PARTICIPANTS)
Adds a value for the 'PARTICIPANTS' property |
physicalEntityParticipant |
addRIGHT()
Adds an anonymous value for the 'RIGHT' property |
void |
addRIGHT(physicalEntityParticipant RIGHT)
Adds a value for the 'RIGHT' property |
physicalEntityParticipant |
addRIGHT(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'RIGHT' property. |
java.util.Iterator |
getLEFT()
Get an Iterator the 'LEFT' property values. |
java.util.Iterator |
getPARTICIPANTS_asphysicalEntityParticipant()
Get an Iterator the 'PARTICIPANTS' property values. |
java.util.Iterator |
getRIGHT()
Get an Iterator the 'RIGHT' property values. |
java.lang.String |
getSPONTANEOUS()
Gets the 'SPONTANEOUS' property value |
void |
removeLEFT(physicalEntityParticipant LEFT)
Removes a value for the 'LEFT' property. |
void |
removePARTICIPANTS(physicalEntityParticipant PARTICIPANTS)
Removes a value for the 'PARTICIPANTS' property. |
void |
removeRIGHT(physicalEntityParticipant RIGHT)
Removes a value for the 'RIGHT' property. |
void |
setSPONTANEOUS(java.lang.String SPONTANEOUS)
Sets the 'SPONTANEOUS' property value |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.physicalInteraction |
---|
addINTERACTION_DASH_TYPE, addINTERACTION_DASH_TYPE, addINTERACTION_DASH_TYPE, getINTERACTION_DASH_TYPE, removeINTERACTION_DASH_TYPE |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.interaction |
---|
addEVIDENCE, addEVIDENCE, addEVIDENCE, addPARTICIPANTS_asentity, addPARTICIPANTS_asentity, addPARTICIPANTS, getEVIDENCE, getPARTICIPANTS_asentity, removeEVIDENCE, removePARTICIPANTS |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.entity |
---|
addAVAILABILITY, addCOMMENT, addDATA_DASH_SOURCE, addDATA_DASH_SOURCE, addDATA_DASH_SOURCE, addSYNONYMS, addXREF, addXREF, addXREF, getAVAILABILITY, getCOMMENT, getDATA_DASH_SOURCE, getNAME, getSHORT_DASH_NAME, getSYNONYMS, getXREF, removeAVAILABILITY, removeCOMMENT, removeDATA_DASH_SOURCE, removeSYNONYMS, removeXREF, setNAME, setSHORT_DASH_NAME |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property LEFTProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#LEFT)
static final com.hp.hpl.jena.rdf.model.Property SPONTANEOUSProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#SPONTANEOUS)
static final com.hp.hpl.jena.rdf.model.Property RIGHTProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#RIGHT)
Method Detail |
---|
java.util.Iterator getPARTICIPANTS_asphysicalEntityParticipant() throws com.ibm.adtech.jastor.JastorException
getPARTICIPANTS_asphysicalEntityParticipant
in interface interaction
getPARTICIPANTS_asphysicalEntityParticipant
in interface physicalInteraction
Iterator
of physicalEntityParticipant
com.ibm.adtech.jastor.JastorException
interaction.PARTICIPANTSProperty
void addPARTICIPANTS(physicalEntityParticipant PARTICIPANTS) throws com.ibm.adtech.jastor.JastorException
addPARTICIPANTS
in interface interaction
addPARTICIPANTS
in interface physicalInteraction
The
- physicalEntityParticipant
to add
com.ibm.adtech.jastor.JastorException
interaction.PARTICIPANTSProperty
physicalEntityParticipant addPARTICIPANTS_asphysicalEntityParticipant() throws com.ibm.adtech.jastor.JastorException
addPARTICIPANTS_asphysicalEntityParticipant
in interface interaction
addPARTICIPANTS_asphysicalEntityParticipant
in interface physicalInteraction
physicalEntityParticipant
created
com.ibm.adtech.jastor.JastorException
interaction.PARTICIPANTSProperty
physicalEntityParticipant addPARTICIPANTS_asphysicalEntityParticipant(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
with the factory
and calling addPARTICIPANTS(fr.curie.BiNoM.pathways.biopax.physicalEntityParticipant PARTICIPANTS)
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.
addPARTICIPANTS_asphysicalEntityParticipant
in interface interaction
addPARTICIPANTS_asphysicalEntityParticipant
in interface physicalInteraction
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
interaction.PARTICIPANTSProperty
void removePARTICIPANTS(physicalEntityParticipant PARTICIPANTS) throws com.ibm.adtech.jastor.JastorException
removePARTICIPANTS
in interface interaction
removePARTICIPANTS
in interface physicalInteraction
The
- physicalEntityParticipant
to remove
com.ibm.adtech.jastor.JastorException
interaction.PARTICIPANTSProperty
java.util.Iterator getLEFT() throws com.ibm.adtech.jastor.JastorException
Iterator
of physicalEntityParticipant
com.ibm.adtech.jastor.JastorException
LEFTProperty
void addLEFT(physicalEntityParticipant LEFT) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to add
com.ibm.adtech.jastor.JastorException
LEFTProperty
physicalEntityParticipant addLEFT() throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
created
com.ibm.adtech.jastor.JastorException
LEFTProperty
physicalEntityParticipant addLEFT(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
with the factory
and calling addLEFT(fr.curie.BiNoM.pathways.biopax.physicalEntityParticipant LEFT)
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.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
LEFTProperty
void removeLEFT(physicalEntityParticipant LEFT) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to remove
com.ibm.adtech.jastor.JastorException
LEFTProperty
java.lang.String getSPONTANEOUS() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
SPONTANEOUSProperty
void setSPONTANEOUS(java.lang.String SPONTANEOUS) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
SPONTANEOUSProperty
java.util.Iterator getRIGHT() throws com.ibm.adtech.jastor.JastorException
Iterator
of physicalEntityParticipant
com.ibm.adtech.jastor.JastorException
RIGHTProperty
void addRIGHT(physicalEntityParticipant RIGHT) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to add
com.ibm.adtech.jastor.JastorException
RIGHTProperty
physicalEntityParticipant addRIGHT() throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
created
com.ibm.adtech.jastor.JastorException
RIGHTProperty
physicalEntityParticipant addRIGHT(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
with the factory
and calling addRIGHT(fr.curie.BiNoM.pathways.biopax.physicalEntityParticipant RIGHT)
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.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
RIGHTProperty
void removeRIGHT(physicalEntityParticipant RIGHT) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to remove
com.ibm.adtech.jastor.JastorException
RIGHTProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |