public class REF extends STEP implements java.io.Serializable
object pool
. The Pool-ID of the picked
object will be remembered in this step.Modifier and Type | Field and Description |
---|---|
int |
index |
Modifier and Type | Method and Description |
---|---|
STEP_RT_info |
exec(java.lang.Class CUT,
Pool pool)
To execute a STEP.
|
boolean |
isCreationStep() |
java.lang.String |
toString() |
checkClassinv, clearOracle, execMany
public REF(int i)
i
- The Pool-ID of the object supplied by this step.public REF()
public STEP_RT_info exec(java.lang.Class CUT, Pool pool) throws java.lang.Exception
STEP
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isCreationStep()
isCreationStep
in class STEP