|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use bioSource | |
---|---|
fr.curie.BiNoM.pathways.biopax | Java mapping of BioPAX version 2 (generated by Jastor) |
Uses of bioSource in fr.curie.BiNoM.pathways.biopax |
---|
Classes in fr.curie.BiNoM.pathways.biopax that implement bioSource | |
---|---|
class |
bioSourceImpl
Implementation of bioSource
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class. |
Methods in fr.curie.BiNoM.pathways.biopax that return bioSource | |
---|---|
bioSource |
dnaImpl.addORGANISM()
|
bioSource |
dna.addORGANISM()
Adds an anonymous value for the 'ORGANISM' property |
bioSource |
complexImpl.addORGANISM()
|
bioSource |
complex.addORGANISM()
Adds an anonymous value for the 'ORGANISM' property |
bioSource |
dnaImpl.addORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
|
bioSource |
dna.addORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'ORGANISM' property. |
bioSource |
complexImpl.addORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
|
bioSource |
complex.addORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'ORGANISM' property. |
static bioSource |
biopax_DASH_level2_DOT_owlFactory.createbioSource(com.hp.hpl.jena.rdf.model.Resource resource,
com.hp.hpl.jena.rdf.model.Model model)
Create a new instance of bioSource. |
static bioSource |
biopax_DASH_level2_DOT_owlFactory.createbioSource(java.lang.String uri,
com.hp.hpl.jena.rdf.model.Model model)
Create a new instance of bioSource. |
static bioSource |
biopax_DASH_level2_DOT_owlFactory.getbioSource(com.hp.hpl.jena.rdf.model.Resource resource,
com.hp.hpl.jena.rdf.model.Model model)
Create a new instance of bioSource. |
static bioSource |
biopax_DASH_level2_DOT_owlFactory.getbioSource(java.lang.String uri,
com.hp.hpl.jena.rdf.model.Model model)
Create a new instance of bioSource. |
bioSource |
rnaImpl.getORGANISM()
|
bioSource |
rna.getORGANISM()
Gets the 'ORGANISM' property value |
bioSource |
proteinImpl.getORGANISM()
|
bioSource |
protein.getORGANISM()
Gets the 'ORGANISM' property value |
bioSource |
pathwayImpl.getORGANISM()
|
bioSource |
pathway.getORGANISM()
Gets the 'ORGANISM' property value |
bioSource |
rnaImpl.setORGANISM()
|
bioSource |
rna.setORGANISM()
Sets the 'ORGANISM' property value to an anonymous node |
bioSource |
proteinImpl.setORGANISM()
|
bioSource |
protein.setORGANISM()
Sets the 'ORGANISM' property value to an anonymous node |
bioSource |
pathwayImpl.setORGANISM()
|
bioSource |
pathway.setORGANISM()
Sets the 'ORGANISM' property value to an anonymous node |
bioSource |
rnaImpl.setORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
|
bioSource |
rna.setORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'ORGANISM' property value to the given resource, and add's rdf:type properties. |
bioSource |
proteinImpl.setORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
|
bioSource |
protein.setORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'ORGANISM' property value to the given resource, and add's rdf:type properties. |
bioSource |
pathwayImpl.setORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
|
bioSource |
pathway.setORGANISM(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'ORGANISM' property value to the given resource, and add's rdf:type properties. |
Methods in fr.curie.BiNoM.pathways.biopax with parameters of type bioSource | |
---|---|
void |
dnaImpl.addORGANISM(bioSource ORGANISM)
|
void |
dna.addORGANISM(bioSource ORGANISM)
Adds a value for the 'ORGANISM' property |
void |
complexImpl.addORGANISM(bioSource ORGANISM)
|
void |
complex.addORGANISM(bioSource ORGANISM)
Adds a value for the 'ORGANISM' property |
void |
bioSourceListener.CELLTYPEChanged(bioSource source)
Called when CELLTYPE has changed |
void |
bioSourceListener.COMMENTAdded(bioSource source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
bioSourceListener.COMMENTRemoved(bioSource source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
bioSourceListener.NAMEChanged(bioSource source)
Called when NAME has changed |
void |
complexListener.ORGANISMAdded(complex source,
bioSource newValue)
Called when a value of ORGANISM has been added |
void |
dnaListener.ORGANISMAdded(dna source,
bioSource newValue)
Called when a value of ORGANISM has been added |
void |
complexListener.ORGANISMRemoved(complex source,
bioSource oldValue)
Called when a value of ORGANISM has been removed |
void |
dnaListener.ORGANISMRemoved(dna source,
bioSource oldValue)
Called when a value of ORGANISM has been removed |
void |
dnaImpl.removeORGANISM(bioSource ORGANISM)
|
void |
dna.removeORGANISM(bioSource ORGANISM)
Removes a value for the 'ORGANISM' property. |
void |
complexImpl.removeORGANISM(bioSource ORGANISM)
|
void |
complex.removeORGANISM(bioSource ORGANISM)
Removes a value for the 'ORGANISM' property. |
void |
rnaImpl.setORGANISM(bioSource ORGANISM)
|
void |
rna.setORGANISM(bioSource ORGANISM)
Sets the 'ORGANISM' property value |
void |
proteinImpl.setORGANISM(bioSource ORGANISM)
|
void |
protein.setORGANISM(bioSource ORGANISM)
Sets the 'ORGANISM' property value |
void |
pathwayImpl.setORGANISM(bioSource ORGANISM)
|
void |
pathway.setORGANISM(bioSource ORGANISM)
Sets the 'ORGANISM' property value |
void |
bioSourceListener.TAXON_DASH_XREFChanged(bioSource source)
Called when TAXON_DASH_XREF has changed |
void |
bioSourceListener.TISSUEChanged(bioSource source)
Called when TISSUE has changed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |