Package jadex.rules.rulesystem.rules
Class ArraySelector
- java.lang.Object
-
- jadex.rules.rulesystem.rules.ArraySelector
-
public class ArraySelector extends java.lang.Object
Represents an access to an array.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
indexsource
The value source for the index.
-
Constructor Summary
Constructors Constructor Description ArraySelector(java.lang.Object indexsource)
Create a new array selector.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getIndexSource()
Get the index source.
-