|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface interaction
Interface for interaction 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#interaction)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
EVIDENCEProperty
The Jena Property for EVIDENCE |
static com.hp.hpl.jena.rdf.model.Property |
PARTICIPANTSProperty
The Jena Property for PARTICIPANTS |
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.entity |
---|
AVAILABILITYProperty, COMMENTProperty, DATA_DASH_SOURCEProperty, NAMEProperty, SHORT_DASH_NAMEProperty, SYNONYMSProperty, XREFProperty |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
evidence |
addEVIDENCE()
Adds an anonymous value for the 'EVIDENCE' property |
void |
addEVIDENCE(evidence EVIDENCE)
Adds a value for the 'EVIDENCE' property |
evidence |
addEVIDENCE(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'EVIDENCE' property. |
entity |
addPARTICIPANTS_asentity()
Adds an anonymous value for the 'PARTICIPANTS' property |
entity |
addPARTICIPANTS_asentity(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'PARTICIPANTS' 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(entity PARTICIPANTS)
Adds a value for the 'PARTICIPANTS' property |
void |
addPARTICIPANTS(physicalEntityParticipant PARTICIPANTS)
Adds a value for the 'PARTICIPANTS' property |
java.util.Iterator |
getEVIDENCE()
Get an Iterator the 'EVIDENCE' property values. |
java.util.Iterator |
getPARTICIPANTS_asentity()
Get an Iterator the 'PARTICIPANTS' property values. |
java.util.Iterator |
getPARTICIPANTS_asphysicalEntityParticipant()
Get an Iterator the 'PARTICIPANTS' property values. |
void |
removeEVIDENCE(evidence EVIDENCE)
Removes a value for the 'EVIDENCE' property. |
void |
removePARTICIPANTS(entity PARTICIPANTS)
Removes a value for the 'PARTICIPANTS' property. |
void |
removePARTICIPANTS(physicalEntityParticipant PARTICIPANTS)
Removes a value for the 'PARTICIPANTS' property. |
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 PARTICIPANTSProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#PARTICIPANTS)
static final com.hp.hpl.jena.rdf.model.Property EVIDENCEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#EVIDENCE)
Method Detail |
---|
java.util.Iterator getPARTICIPANTS_asentity() throws com.ibm.adtech.jastor.JastorException
Iterator
of entity
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
void addPARTICIPANTS(entity PARTICIPANTS) throws com.ibm.adtech.jastor.JastorException
The
- entity
to add
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
entity addPARTICIPANTS_asentity() throws com.ibm.adtech.jastor.JastorException
entity
created
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
entity addPARTICIPANTS_asentity(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
entity
with the factory
and calling addPARTICIPANTS(fr.curie.BiNoM.pathways.biopax.entity PARTICIPANTS)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#entity. 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
PARTICIPANTSProperty
void removePARTICIPANTS(entity PARTICIPANTS) throws com.ibm.adtech.jastor.JastorException
The
- entity
to remove
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
java.util.Iterator getPARTICIPANTS_asphysicalEntityParticipant() throws com.ibm.adtech.jastor.JastorException
Iterator
of physicalEntityParticipant
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
void addPARTICIPANTS(physicalEntityParticipant PARTICIPANTS) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to add
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
physicalEntityParticipant addPARTICIPANTS_asphysicalEntityParticipant() throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
created
com.ibm.adtech.jastor.JastorException
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.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
void removePARTICIPANTS(physicalEntityParticipant PARTICIPANTS) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to remove
com.ibm.adtech.jastor.JastorException
PARTICIPANTSProperty
java.util.Iterator getEVIDENCE() throws com.ibm.adtech.jastor.JastorException
Iterator
of evidence
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
void addEVIDENCE(evidence EVIDENCE) throws com.ibm.adtech.jastor.JastorException
The
- evidence
to add
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
evidence addEVIDENCE() throws com.ibm.adtech.jastor.JastorException
evidence
created
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
evidence addEVIDENCE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
evidence
with the factory
and calling addEVIDENCE(fr.curie.BiNoM.pathways.biopax.evidence EVIDENCE)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#evidence. 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
EVIDENCEProperty
void removeEVIDENCE(evidence EVIDENCE) throws com.ibm.adtech.jastor.JastorException
The
- evidence
to remove
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |