Package com.molecular_java
Class DataRange
java.lang.Object
com.molecular_java.DataRange
A simple class used in the
CountErrBlockMethod(SimSpace s)
method to select ranges in data file for each block.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
public int fromTells in which cycle the block starts. -
to
public int toTells in which cycle the block ends.
-
-
Constructor Details
-
DataRange
public DataRange(int From, int To) Straith forward constructor of the data range. From and to cycles are stored in the object.- Parameters:
From- tells from which cycle the block startsTo- tells the number of cycle where the block ends.
-