Last change
on this file since 99e5bfd was
a1a9a47,
checked in by Ted Faber <faber@…>, 11 years ago
|
Bump version
|
-
Property mode set to
100644
|
File size:
349 bytes
|
Line | |
---|
1 | package 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 | */ |
---|
8 | public 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.