|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--time_constraint.constr_eval.vardom
The vardom class represents variables and domains of existential and universal
quantifier.
| Field Summary | |
char[] |
dom
Represents the variable domain. |
char |
funz
Represents the identifier of the existential or universal operator. |
char |
var
Represents the variable name. |
| Constructor Summary | |
vardom()
Creates a vardom object. |
|
| Method Summary | |
void |
createdom(java.lang.String st_var)
Initializes a vardom using the informations contained in st_var. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public char var
public char funz
public char[] dom
| Constructor Detail |
public vardom()
vardom object.| Method Detail |
public void createdom(java.lang.String st_var)
vardom using the informations contained in st_var.st_var - is a String containing variables and domain information.
An example of st_var:
"X{A/B/C}"
where X is the variable and A, B, C are possible
values of X, names of client or server.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||