Public Member Functions | |
String | getColumnName (int column) |
int | getColumnCount () |
int | getRowCount () |
Object | getValueAt (int rowIndex, int columnIndex) |
void | addFS (FaultState faultState) |
Private Attributes | |
Vector< FaultState > | faultStates = new Vector<FaultState>() |
Static Private Attributes | |
final int | MAX_FAULTSTATES = 10000 |
final String[] | headerNames |
|
Add an alarm to the model. Add an alarm to the vector of fault states. If the alarms in memory are more then the limit, an alarm is deleted from the vector.
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|
|
|