axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 866c983 was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
299 bytes
|
Rev | Line | |
---|
[8780cbec] | 1 | package edu.stanford.peer.rbtm; |
---|
| 2 | |
---|
| 3 | public interface RBTMConstants |
---|
| 4 | { |
---|
| 5 | static final public int TRACK_NONE = 0; |
---|
| 6 | static final public int TRACK_ANY = 1; |
---|
| 7 | static final public int TRACK_ALL = 2; |
---|
| 8 | |
---|
| 9 | static final int FACT_MAP_SIZE = 10; |
---|
| 10 | static final boolean DEBUG = true; |
---|
| 11 | |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.