SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CycleBasedPointSet.CycleBasedPointSetIterator Class Reference
Inheritance diagram for CycleBasedPointSet.CycleBasedPointSetIterator:
[legend]
Collaboration diagram for CycleBasedPointSet.CycleBasedPointSetIterator:
[legend]

Public Member Functions

void resetCurCycle (int index)
 
void setCurCoordIndex (int i)
 
void resetCurCoordIndex ()
 
boolean hasNextCoordinate ()
 
double nextDouble ()
 
double nextCoordinate ()
 
void nextCoordinates (double p[], int dim)
 
void setCurPointIndex (int i)
 
void resetCurPointIndex ()
 
int resetToNextPoint ()
 
int nextPoint (double p[], int dim)
 
String formatState ()
 

Protected Member Functions

void init ()
 

Protected Attributes

int startPointInCycle = 0
 
int curCoordInCycle = 0
 
int curCycleIndex = 0
 
AbstractList curCycle
 
double [] curCycleD
 

The documentation for this class was generated from the following file: