Package org.jacop.fz
Class ArrayAccess
java.lang.Object
org.jacop.fz.ArrayAccess
It stores information about a single array access encountered during parsing flatzinc file.
- Version:
- 4.10
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArrayAccess
(String id, int index) It creates an array access storage object. -
Method Summary
-
Field Details
-
id
String id -
index
int index
-
-
Constructor Details
-
ArrayAccess
It creates an array access storage object.- Parameters:
id
- the string describing identity of the array being accessed.index
- the index of the element being accessed.
-
-
Method Details