Class ProcessSystem.MeasurementHistory
java.lang.Object
neqsim.process.processmodel.ProcessSystem.MeasurementHistory
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessSystem
- Author:
- esol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) voidclear()(package private) ProcessSystem.MeasurementHistorycopy()boolean(package private) intinthashCode()(package private) voidsetMaxSize(int maxSize) (package private) intsize()(package private) String[][]toArray()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
maxSize
private int maxSize -
entries
-
-
Constructor Details
-
MeasurementHistory
private MeasurementHistory()
-
-
Method Details
-
add
-
clear
void clear() -
size
int size() -
getMaxSize
int getMaxSize() -
setMaxSize
void setMaxSize(int maxSize) -
copy
-
toArray
String[][] toArray() -
hashCode
-
equals
-