|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface complex
Interface for complex 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#complex)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
COMPONENTSProperty
The Jena Property for COMPONENTS |
static com.hp.hpl.jena.rdf.model.Property |
ORGANISMProperty
The Jena Property for ORGANISM |
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 | |
---|---|
physicalEntityParticipant |
addCOMPONENTS()
Adds an anonymous value for the 'COMPONENTS' property |
void |
addCOMPONENTS(physicalEntityParticipant COMPONENTS)
Adds a value for the 'COMPONENTS' property |
physicalEntityParticipant |
addCOMPONENTS(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'COMPONENTS' property. |
bioSource |
addORGANISM()
Adds an anonymous value for the 'ORGANISM' property |
void |
addORGANISM(bioSource ORGANISM)
Adds a value for the 'ORGANISM' property |
bioSource |
addORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'ORGANISM' property. |
java.util.Iterator |
getCOMPONENTS()
Get an Iterator the 'COMPONENTS' property values. |
java.util.Iterator |
getORGANISM()
Get an Iterator the 'ORGANISM' property values. |
void |
removeCOMPONENTS(physicalEntityParticipant COMPONENTS)
Removes a value for the 'COMPONENTS' property. |
void |
removeORGANISM(bioSource ORGANISM)
Removes a value for the 'ORGANISM' 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 COMPONENTSProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#COMPONENTS)
static final com.hp.hpl.jena.rdf.model.Property ORGANISMProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#ORGANISM)
Method Detail |
---|
java.util.Iterator getCOMPONENTS() throws com.ibm.adtech.jastor.JastorException
Iterator
of physicalEntityParticipant
com.ibm.adtech.jastor.JastorException
COMPONENTSProperty
void addCOMPONENTS(physicalEntityParticipant COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to add
com.ibm.adtech.jastor.JastorException
COMPONENTSProperty
physicalEntityParticipant addCOMPONENTS() throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
created
com.ibm.adtech.jastor.JastorException
COMPONENTSProperty
physicalEntityParticipant addCOMPONENTS(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
physicalEntityParticipant
with the factory
and calling addCOMPONENTS(fr.curie.BiNoM.pathways.biopax.physicalEntityParticipant COMPONENTS)
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
COMPONENTSProperty
void removeCOMPONENTS(physicalEntityParticipant COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- physicalEntityParticipant
to remove
com.ibm.adtech.jastor.JastorException
COMPONENTSProperty
java.util.Iterator getORGANISM() throws com.ibm.adtech.jastor.JastorException
Iterator
of bioSource
com.ibm.adtech.jastor.JastorException
ORGANISMProperty
void addORGANISM(bioSource ORGANISM) throws com.ibm.adtech.jastor.JastorException
The
- bioSource
to add
com.ibm.adtech.jastor.JastorException
ORGANISMProperty
bioSource addORGANISM() throws com.ibm.adtech.jastor.JastorException
bioSource
created
com.ibm.adtech.jastor.JastorException
ORGANISMProperty
bioSource addORGANISM(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
bioSource
with the factory
and calling addORGANISM(fr.curie.BiNoM.pathways.biopax.bioSource ORGANISM)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#bioSource. 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
ORGANISMProperty
void removeORGANISM(bioSource ORGANISM) throws com.ibm.adtech.jastor.JastorException
The
- bioSource
to remove
com.ibm.adtech.jastor.JastorException
ORGANISMProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |