|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueInterface
The interface for values which can logged and plotted during process definitions. Operators should define their values in their constructor.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns a human readable description. |
java.lang.String |
getKey()
Returns the key. |
java.lang.Object |
getValue()
Returns the current value which can be logged by the process log operator. |
boolean |
isDocumented()
Returns true if this value should be documented. |
boolean |
isNominal()
Returns true if the value is nominal. |
| Method Detail |
|---|
java.lang.String getDescription()
java.lang.String getKey()
boolean isDocumented()
java.lang.Object getValue()
boolean isNominal()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||