public interface EvidenceListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(Evidence source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Evidence source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
confidenceAdded(Evidence source,
Score newValue)
Called when a value of confidence has been added
|
void |
confidenceRemoved(Evidence source,
Score oldValue)
Called when a value of confidence has been removed
|
void |
evidenceCodeAdded(Evidence source,
EvidenceCodeVocabulary newValue)
Called when a value of evidenceCode has been added
|
void |
evidenceCodeRemoved(Evidence source,
EvidenceCodeVocabulary oldValue)
Called when a value of evidenceCode has been removed
|
void |
experimentalFormAdded(Evidence source,
ExperimentalForm newValue)
Called when a value of experimentalForm has been added
|
void |
experimentalFormRemoved(Evidence source,
ExperimentalForm oldValue)
Called when a value of experimentalForm has been removed
|
void |
xrefAdded(Evidence source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Evidence source,
Xref oldValue)
Called when a value of xref has been removed
|
void commentAdded(Evidence source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidencenewValue
- the object representing the new valuevoid commentRemoved(Evidence source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidenceoldValue
- the object representing the removed valuevoid confidenceAdded(Evidence source, Score newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidencenewValue
- the object representing the new valuevoid confidenceRemoved(Evidence source, Score oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidenceoldValue
- the object representing the removed valuevoid evidenceCodeAdded(Evidence source, EvidenceCodeVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidencenewValue
- the object representing the new valuevoid evidenceCodeRemoved(Evidence source, EvidenceCodeVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidenceoldValue
- the object representing the removed valuevoid experimentalFormAdded(Evidence source, ExperimentalForm newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidencenewValue
- the object representing the new valuevoid experimentalFormRemoved(Evidence source, ExperimentalForm oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidenceoldValue
- the object representing the removed valuevoid xrefAdded(Evidence source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EvidencenewValue
- the object representing the new value