axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 8780cbec was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
407 bytes
|
Line | |
---|
1 | package edu.stanford.peer.rbtm.credential; |
---|
2 | |
---|
3 | import edu.stanford.peer.rbtm.engine.*; |
---|
4 | |
---|
5 | /** |
---|
6 | * An EntityExpression can be one of the following: |
---|
7 | * <UL> |
---|
8 | * <LI>an Entity |
---|
9 | * <LI>a Role |
---|
10 | * <LI>a LinkedRole |
---|
11 | * <LI>an Intersection. |
---|
12 | * </UL> |
---|
13 | * Currently it is a marker interface |
---|
14 | */ |
---|
15 | public interface EntityExpression |
---|
16 | extends ForwardSolution, BackwardSolution, java.io.Serializable |
---|
17 | { |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.