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 Detail

      • check

        boolean check​(java.util.Map<T,​T> map)
        Checks a partial mapping.
        Parameters:
        map - the mapping to check
        Returns:
        true if the mapping is valid