public interface TemplateReactionRegulationListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(TemplateReactionRegulation source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(TemplateReactionRegulation source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(TemplateReactionRegulation source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(TemplateReactionRegulation source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
controlledChanged(TemplateReactionRegulation source)
Called when controlled has changed
|
void |
controllerAdded(TemplateReactionRegulation source,
Pathway newValue)
Called when a value of controller has been added
|
void |
controllerAdded(TemplateReactionRegulation source,
PhysicalEntity newValue)
Called when a value of controller has been added
|
void |
controllerRemoved(TemplateReactionRegulation source,
Pathway oldValue)
Called when a value of controller has been removed
|
void |
controllerRemoved(TemplateReactionRegulation source,
PhysicalEntity oldValue)
Called when a value of controller has been removed
|
void |
controlTypeChanged(TemplateReactionRegulation source)
Called when controlType has changed
|
void |
dataSourceAdded(TemplateReactionRegulation source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(TemplateReactionRegulation source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(TemplateReactionRegulation source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(TemplateReactionRegulation source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(TemplateReactionRegulation source)
Called when interactionType has changed
|
void |
nameAdded(TemplateReactionRegulation source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(TemplateReactionRegulation source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(TemplateReactionRegulation source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(TemplateReactionRegulation source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
xrefAdded(TemplateReactionRegulation source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(TemplateReactionRegulation source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(TemplateReactionRegulation source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid dataSourceRemoved(TemplateReactionRegulation source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid availabilityAdded(TemplateReactionRegulation source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid availabilityRemoved(TemplateReactionRegulation source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid commentAdded(TemplateReactionRegulation source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid commentRemoved(TemplateReactionRegulation source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid nameAdded(TemplateReactionRegulation source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid nameRemoved(TemplateReactionRegulation source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid evidenceAdded(TemplateReactionRegulation source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid evidenceRemoved(TemplateReactionRegulation source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid xrefAdded(TemplateReactionRegulation source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid xrefRemoved(TemplateReactionRegulation source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid interactionTypeChanged(TemplateReactionRegulation source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationvoid participantAdded(TemplateReactionRegulation source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid participantRemoved(TemplateReactionRegulation source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid controlledChanged(TemplateReactionRegulation source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationvoid controllerAdded(TemplateReactionRegulation source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid controllerRemoved(TemplateReactionRegulation source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid controllerAdded(TemplateReactionRegulation source, Pathway newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationnewValue
- the object representing the new valuevoid controllerRemoved(TemplateReactionRegulation source, Pathway oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulationoldValue
- the object representing the removed valuevoid controlTypeChanged(TemplateReactionRegulation source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionRegulation