package net.deterlab.abac; /** * If this class constructs a key mapping, this interface gives access to it. * @author ISI ABAC team * @version 1.5 */ public interface MapsKeyIDs { /** * Return the keymap. * @return a KeyIDMap, this class's keymap */ public KeyIDMap getMapping(); }