uk.ac.ebi.microarray.zooma.track
Interface InformationTracker
- All Known Subinterfaces:
- HypothesisTracker
- All Known Implementing Classes:
- CurationTracker, HypothesisRankingTracker
public interface InformationTracker
A tracker that records the collection of OntologyMappingHypothesis
objects that require testing. This interface is an implementation of the
mediator pattern, decoupling a series of OntologyMappingHypothesis
objects from the OntologyMappingOutcome
they help to generate.
- Author:
- Tony Burdett
informationChanged
void informationChanged(Information information)
- Called by
Information
objects
acting as "mediator clients" whenever the information they encapsulate
changes. Implementations of this interface can then define how the new
information is used to update other dependent objects.
- Parameters:
information
- a reference to the information object that has changed
Copyright © 2010. All Rights Reserved.