|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--time_constraint.constr_eval.request
The request class represents the request of a service.
A request is [client, server, method, parameter].
An example of request:
[A; T; x; 5].
| Field Summary | |
char |
m
represents the service requested. |
char |
o1
represents the client of the request. |
char |
o2
represents the intended server to satisfy the request. |
int |
p
represents the parameter of the method m. |
| Constructor Summary | |
request(char o1,
char o2,
char m,
int p)
Initializes a new request. |
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public char o1
public char o2
public char m
public int p
m.| Constructor Detail |
public request(char o1,
char o2,
char m,
int p)
request. o1 represents the client
of the request, o2 represents the intended server to satisfy the request,
m represents the service requested, p represents
the parameter of the method m.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||