|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EventEvaluator.Resource.ParameterValue
Current value of a parameter beeing monitored on an entity.
Constructor Summary | |
ParameterValue(java.lang.String pid,
int initial_range)
Receives the initial value for the parameter beeing monitored on an entity. |
Method Summary | |
java.lang.String |
get_pid()
Returns the parameter identification |
int |
get_range()
Returns the current value of the parameter |
boolean |
is_suspended()
Check if the monitoring of the paramter is suspended |
void |
resume()
Inform that the monitoring process of this parameter was resumed. |
void |
set_range(int new_range)
Updates the current value of the parameter |
void |
suspend()
Inform that the monitoring process of this parameter is suspended. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParameterValue(java.lang.String pid, int initial_range)
pid
- parameter identificationinitial_range
- the initial range of this parameterMethod Detail |
public void set_range(int new_range)
new_range
- the new value of the parameterpublic int get_range()
public java.lang.String get_pid()
public boolean is_suspended()
TRUE
if the monitoring processes of the parameter
is suspended, FALSE
otherwisepublic void suspend()
rmo_suspend
informing that it monitoring process is suspended. In this case, the
current value the parameter is no longer valid and should not be used.public void resume()
rmo_resume
informing that it monitoring process was resumed.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |