source: java/net/deterlab/abac/MapsKeyIDs.java @ 120b7d8

abac0-leakabac0-meitvf-new-xml
Last change on this file since 120b7d8 was 120b7d8, checked in by Ted Faber <faber@…>, 11 years ago

More name mapping

  • 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.4
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.