public interface BiochemicalReactionListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(BiochemicalReaction source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(BiochemicalReaction source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(BiochemicalReaction source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(BiochemicalReaction source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
conversionDirectionChanged(BiochemicalReaction source)
Called when conversionDirection has changed
|
void |
dataSourceAdded(BiochemicalReaction source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(BiochemicalReaction source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
deltaGAdded(BiochemicalReaction source,
DeltaG newValue)
Called when a value of deltaG has been added
|
void |
deltaGRemoved(BiochemicalReaction source,
DeltaG oldValue)
Called when a value of deltaG has been removed
|
void |
deltaHAdded(BiochemicalReaction source,
java.lang.Float newValue)
Called when a value of deltaH has been added
|
void |
deltaHRemoved(BiochemicalReaction source,
java.lang.Float oldValue)
Called when a value of deltaH has been removed
|
void |
deltaSAdded(BiochemicalReaction source,
java.lang.Float newValue)
Called when a value of deltaS has been added
|
void |
deltaSRemoved(BiochemicalReaction source,
java.lang.Float oldValue)
Called when a value of deltaS has been removed
|
void |
eCNumberAdded(BiochemicalReaction source,
java.lang.String newValue)
Called when a value of eCNumber has been added
|
void |
eCNumberRemoved(BiochemicalReaction source,
java.lang.String oldValue)
Called when a value of eCNumber has been removed
|
void |
evidenceAdded(BiochemicalReaction source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(BiochemicalReaction source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(BiochemicalReaction source)
Called when interactionType has changed
|
void |
kEQAdded(BiochemicalReaction source,
KPrime newValue)
Called when a value of kEQ has been added
|
void |
kEQRemoved(BiochemicalReaction source,
KPrime oldValue)
Called when a value of kEQ has been removed
|
void |
leftAdded(BiochemicalReaction source,
PhysicalEntity newValue)
Called when a value of left has been added
|
void |
leftRemoved(BiochemicalReaction source,
PhysicalEntity oldValue)
Called when a value of left has been removed
|
void |
nameAdded(BiochemicalReaction source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(BiochemicalReaction source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(BiochemicalReaction source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantAdded(BiochemicalReaction source,
PhysicalEntity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(BiochemicalReaction source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
participantRemoved(BiochemicalReaction source,
PhysicalEntity oldValue)
Called when a value of participant has been removed
|
void |
participantStoichiometryAdded(BiochemicalReaction source,
Stoichiometry newValue)
Called when a value of participantStoichiometry has been added
|
void |
participantStoichiometryRemoved(BiochemicalReaction source,
Stoichiometry oldValue)
Called when a value of participantStoichiometry has been removed
|
void |
rightAdded(BiochemicalReaction source,
PhysicalEntity newValue)
Called when a value of right has been added
|
void |
rightRemoved(BiochemicalReaction source,
PhysicalEntity oldValue)
Called when a value of right has been removed
|
void |
spontaneousChanged(BiochemicalReaction source)
Called when spontaneous has changed
|
void |
xrefAdded(BiochemicalReaction source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(BiochemicalReaction source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(BiochemicalReaction source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid dataSourceRemoved(BiochemicalReaction source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid availabilityAdded(BiochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid availabilityRemoved(BiochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid commentAdded(BiochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid commentRemoved(BiochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid nameAdded(BiochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid nameRemoved(BiochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid evidenceAdded(BiochemicalReaction source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid evidenceRemoved(BiochemicalReaction source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid xrefAdded(BiochemicalReaction source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid xrefRemoved(BiochemicalReaction source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid interactionTypeChanged(BiochemicalReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionvoid participantAdded(BiochemicalReaction source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid participantRemoved(BiochemicalReaction source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid participantAdded(BiochemicalReaction source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid participantRemoved(BiochemicalReaction source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid participantStoichiometryAdded(BiochemicalReaction source, Stoichiometry newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid participantStoichiometryRemoved(BiochemicalReaction source, Stoichiometry oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid spontaneousChanged(BiochemicalReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionvoid leftAdded(BiochemicalReaction source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid leftRemoved(BiochemicalReaction source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid conversionDirectionChanged(BiochemicalReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionvoid rightAdded(BiochemicalReaction source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid rightRemoved(BiochemicalReaction source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid deltaGAdded(BiochemicalReaction source, DeltaG newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid deltaGRemoved(BiochemicalReaction source, DeltaG oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid deltaHAdded(BiochemicalReaction source, java.lang.Float newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid deltaHRemoved(BiochemicalReaction source, java.lang.Float oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid kEQAdded(BiochemicalReaction source, KPrime newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid kEQRemoved(BiochemicalReaction source, KPrime oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid eCNumberAdded(BiochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid eCNumberRemoved(BiochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed valuevoid deltaSAdded(BiochemicalReaction source, java.lang.Float newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionnewValue
- the object representing the new valuevoid deltaSRemoved(BiochemicalReaction source, java.lang.Float oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BiochemicalReactionoldValue
- the object representing the removed value