public interface LoadAverageConfiguration extends Configuration
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern()
Returns the value of the 'Pattern' attribute.
|
int |
getPeriod()
Returns the value of the 'Period' attribute.
|
void |
setPattern(Pattern value)
Sets the value of the '
Pattern' attribute. |
void |
setPeriod(int value)
Sets the value of the '
Period' attribute. |
int getPeriod()
"1000".
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
setPeriod(int),
ExecComponentsPackage.getLoadAverageConfiguration_Period()void setPeriod(int value)
Period' attribute.
value - the new value of the 'Period' attribute.getPeriod()Pattern getPattern()
"([0-9]+) users?.*averages?: +([0-9]+[,\\\\.][0-9]*),? +([0-9]+[,\\\\.][0-9]*),? +([0-9]+[,\\\\.][0-9]*)".
If the meaning of the 'Pattern' attribute isn't clear, there really should be more of a description here...
setPattern(Pattern),
ExecComponentsPackage.getLoadAverageConfiguration_Pattern()void setPattern(Pattern value)
Pattern' attribute.
value - the new value of the 'Pattern' attribute.getPattern()