Package org.intermine.util
Interface MappingUtilChecker<T>
-
- Type Parameters:
T
- The element type
- All Known Implementing Classes:
OptimiserMappingChecker
public interface MappingUtilChecker<T>
Interface providing the capability to check partial mappings for validity for the MappingUtil.- Author:
- Matthew Wakeling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
check(java.util.Map<T,T> map)
Checks a partial mapping.
-