- All Implemented Interfaces:
- java.util.Iterator<java.lang.String>
- Enclosing class:
- DinSetElem_FBcl
public class DinSetElem_FBcl.IteratorArrayIxForVarSet<T>
extends java.lang.Object
implements java.util.Iterator<java.lang.String>
Gets the next index, also a variable name, for an array element to the set it in the connected output variable.
For that the name of the pin has the structure "X1" or "XindexVariable" or "Xindex1Var_index2Var" etc.
It means the first character is ignored (usual "X"). The following String till end or till "_" is each one index.
This index can be numeric, or also a String which should be a variable in the module.
This operation need to be called successive till it delivers null. Then the next call delivers the first index again.
It means it is not proper for multi threading.