Package org.drip.spaces.iterator
Class RdReceedingStateSpaceScan
java.lang.Object
org.drip.spaces.iterator.RdSpanningStateSpaceScan
org.drip.spaces.iterator.RdReceedingStateSpaceScan
public class RdReceedingStateSpaceScan extends RdSpanningStateSpaceScan
RdReceedingStateSpaceScan is the Abstract Iterator Class that contains the Functionality to conduct
a Receeding Scan through a Rd Space.
It provides the following Functionality:
- RdReceedingStateSpaceScan Constructor
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description RdReceedingStateSpaceScan(int[] terminalStateIndexArray, boolean cyclicalScan)RdReceedingStateSpaceScan Constructor -
Method Summary
Modifier and Type Method Description int[]nextStateIndexCursor()Move to the Subsequent Index Cursorint[]resetStateIndexCursor()Reset and retrieve the State Index CursorMethods inherited from class org.drip.spaces.iterator.RdSpanningStateSpaceScan
cyclicalScan, dimension, stateIndexCursor, terminalStateIndexMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RdReceedingStateSpaceScan
public RdReceedingStateSpaceScan(int[] terminalStateIndexArray, boolean cyclicalScan) throws java.lang.ExceptionRdReceedingStateSpaceScan Constructor- Parameters:
terminalStateIndexArray- Upper Array Bounds for each DimensioncyclicalScan- TRUE - Cycle Post a Full Scan- Throws:
java.lang.Exception- Thrown if the Inputs are Invalid
-
-
Method Details
-
resetStateIndexCursor
public int[] resetStateIndexCursor()Description copied from class:RdSpanningStateSpaceScanReset and retrieve the State Index Cursor- Specified by:
resetStateIndexCursorin classRdSpanningStateSpaceScan- Returns:
- The Reset State Index Cursor
-
nextStateIndexCursor
public int[] nextStateIndexCursor()Description copied from class:RdSpanningStateSpaceScanMove to the Subsequent Index Cursor- Specified by:
nextStateIndexCursorin classRdSpanningStateSpaceScan- Returns:
- The Subsequent Index Cursor
-