|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface physicalInteraction
Interface for physicalInteraction 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#physicalInteraction)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
INTERACTION_DASH_TYPEProperty
The Jena Property for INTERACTION_DASH_TYPE |
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.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 | |
---|---|
openControlledVocabulary |
addINTERACTION_DASH_TYPE()
Adds an anonymous value for the 'INTERACTION_DASH_TYPE' property |
void |
addINTERACTION_DASH_TYPE(openControlledVocabulary INTERACTION_DASH_TYPE)
Adds a value for the 'INTERACTION_DASH_TYPE' property |
openControlledVocabulary |
addINTERACTION_DASH_TYPE(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'INTERACTION_DASH_TYPE' 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 |
java.util.Iterator |
getINTERACTION_DASH_TYPE()
Get an Iterator the 'INTERACTION_DASH_TYPE' property values. |
java.util.Iterator |
getPARTICIPANTS_asphysicalEntityParticipant()
Get an Iterator the 'PARTICIPANTS' property values. |
void |
removeINTERACTION_DASH_TYPE(openControlledVocabulary INTERACTION_DASH_TYPE)
Removes a value for the 'INTERACTION_DASH_TYPE' property. |
void |
removePARTICIPANTS(physicalEntityParticipant PARTICIPANTS)
Removes a value for the 'PARTICIPANTS' property. |
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 INTERACTION_DASH_TYPEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#INTERACTION-TYPE)
Method Detail |
---|
java.util.Iterator getPARTICIPANTS_asphysicalEntityParticipant() throws com.ibm.adtech.jastor.JastorException
getPARTICIPANTS_asphysicalEntityParticipant
in interface interaction
Iterator
of physicalEntityParticipant
com.ibm.adtech.jastor.JastorException
interaction.PARTICIPANTSProperty
void addPARTICIPANTS(physicalEntityParticipant PARTICIPANTS) throws com.ibm.adtech.jastor.JastorException
addPARTICIPANTS
in interface interaction
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
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
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
The
- physicalEntityParticipant
to remove
com.ibm.adtech.jastor.JastorException
interaction.PARTICIPANTSProperty
java.util.Iterator getINTERACTION_DASH_TYPE() throws com.ibm.adtech.jastor.JastorException
Iterator
of openControlledVocabulary
com.ibm.adtech.jastor.JastorException
INTERACTION_DASH_TYPEProperty
void addINTERACTION_DASH_TYPE(openControlledVocabulary INTERACTION_DASH_TYPE) throws com.ibm.adtech.jastor.JastorException
The
- openControlledVocabulary
to add
com.ibm.adtech.jastor.JastorException
INTERACTION_DASH_TYPEProperty
openControlledVocabulary addINTERACTION_DASH_TYPE() throws com.ibm.adtech.jastor.JastorException
openControlledVocabulary
created
com.ibm.adtech.jastor.JastorException
INTERACTION_DASH_TYPEProperty
openControlledVocabulary addINTERACTION_DASH_TYPE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
openControlledVocabulary
with the factory
and calling addINTERACTION_DASH_TYPE(fr.curie.BiNoM.pathways.biopax.openControlledVocabulary INTERACTION_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.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
INTERACTION_DASH_TYPEProperty
void removeINTERACTION_DASH_TYPE(openControlledVocabulary INTERACTION_DASH_TYPE) throws com.ibm.adtech.jastor.JastorException
The
- openControlledVocabulary
to remove
com.ibm.adtech.jastor.JastorException
INTERACTION_DASH_TYPEProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |