dtypes
Class EAVectorElement

java.lang.Object
  extended bydtypes.EAVectorElement

public class EAVectorElement
extends java.lang.Object

Execution Engine maintanance mechanism for execArrays. This class is used by the execExecutableArray to know which exexcutable array is executed


Field Summary
 int counter
           
 PSExecArray psEA
           
 int size
           
 
Constructor Summary
EAVectorElement(PSExecArray psEA)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

psEA

public PSExecArray psEA

counter

public int counter

size

public int size
Constructor Detail

EAVectorElement

public EAVectorElement(PSExecArray psEA)