source: java/net/deterlab/abac/MapsKeyIDs.java @ a1a9a47

abac0-leakabac0-mei
Last change on this file since a1a9a47 was a1a9a47, checked in by Ted Faber <faber@…>, 11 years ago

Bump version

  • Property mode set to 100644
File size: 349 bytes
Line 
1package net.deterlab.abac;
2
3/**
4 * If this class constructs a key mapping, this interface gives access to it.
5 * @author <a href="http://abac.deterlab.net">ISI ABAC team</a>
6 * @version 1.5
7 */
8public interface MapsKeyIDs {
9    /**
10     * Return the keymap.
11     * @return a KeyIDMap, this class's keymap
12     */
13    public KeyIDMap getMapping();
14}
Note: See TracBrowser for help on using the repository browser.