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:
270 bytes
|
Line | |
---|
1 | package edu.stanford.peer.rbtm.engine; |
---|
2 | |
---|
3 | import edu.stanford.peer.rbtm.credential.*; |
---|
4 | |
---|
5 | public interface SolutionFilter |
---|
6 | { |
---|
7 | ForwardSolution getForwardSolution(EntityExpression re); |
---|
8 | BackwardSolution getBackwardSolution(EntityExpression re); |
---|
9 | } |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.