public interface DegradationListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Degradation source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Degradation source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(Degradation source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Degradation source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
conversionDirectionChanged(Degradation source)
Called when conversionDirection has changed
|
void |
dataSourceAdded(Degradation source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Degradation source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(Degradation source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Degradation source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(Degradation source)
Called when interactionType has changed
|
void |
leftAdded(Degradation source,
PhysicalEntity newValue)
Called when a value of left has been added
|
void |
leftRemoved(Degradation source,
PhysicalEntity oldValue)
Called when a value of left has been removed
|
void |
nameAdded(Degradation source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Degradation source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(Degradation source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantAdded(Degradation source,
PhysicalEntity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(Degradation source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
participantRemoved(Degradation source,
PhysicalEntity oldValue)
Called when a value of participant has been removed
|
void |
participantStoichiometryAdded(Degradation source,
Stoichiometry newValue)
Called when a value of participantStoichiometry has been added
|
void |
participantStoichiometryRemoved(Degradation source,
Stoichiometry oldValue)
Called when a value of participantStoichiometry has been removed
|
void |
rightAdded(Degradation source,
PhysicalEntity newValue)
Called when a value of right has been added
|
void |
rightRemoved(Degradation source,
PhysicalEntity oldValue)
Called when a value of right has been removed
|
void |
spontaneousChanged(Degradation source)
Called when spontaneous has changed
|
void |
xrefAdded(Degradation source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Degradation source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Degradation source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid dataSourceRemoved(Degradation source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid availabilityAdded(Degradation source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid availabilityRemoved(Degradation source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid commentAdded(Degradation source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid commentRemoved(Degradation source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid nameAdded(Degradation source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid nameRemoved(Degradation source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid evidenceAdded(Degradation source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid evidenceRemoved(Degradation source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid xrefAdded(Degradation source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid xrefRemoved(Degradation source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid interactionTypeChanged(Degradation source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Degradationvoid participantAdded(Degradation source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid participantRemoved(Degradation source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid participantAdded(Degradation source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid participantRemoved(Degradation source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid participantStoichiometryAdded(Degradation source, Stoichiometry newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid participantStoichiometryRemoved(Degradation source, Stoichiometry oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid spontaneousChanged(Degradation source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Degradationvoid leftAdded(Degradation source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid leftRemoved(Degradation source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed valuevoid conversionDirectionChanged(Degradation source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Degradationvoid rightAdded(Degradation source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationnewValue
- the object representing the new valuevoid rightRemoved(Degradation source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DegradationoldValue
- the object representing the removed value