| Package | Description |
|---|---|
| stella.merit | |
| stella.xml |
| Modifier and Type | Field and Description |
|---|---|
private ExpressionEvaluator |
ExpressionMerit.expression
The parsable double expression.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ExpressionEvaluator |
SporeTarget.canrate
The expression to fulfill for a rating to take place.
|
(package private) ExpressionEvaluator |
SporeTarget.duration
The duration of the observation, if explicetly given.
|
(package private) ExpressionEvaluator |
SporeTarget.requires
The condition required for target selection.
|
private ExpressionEvaluator |
ParsedTarget.RateThread.waitfor
The expression that must become true for a rating to proceed.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionEvaluator |
SporeTarget.getDuration()
Returns the expression that is used to calculate the execution time of
the target.
|
private static ExpressionEvaluator |
DOMTarget.getExpression(Node xml,
String tag)
Scans an element for an expresion.
|
protected ExpressionEvaluator |
SporeTarget.getRateRequires()
Returns the expression that must evaluate to true for this target to get
evaluated after an observation.
|
protected ExpressionEvaluator |
SporeTarget.getRequires()
Returns the expression that must evaluate to true for this target to get
picked.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SporeTarget.setDuration(ExpressionEvaluator durcalc)
Sets the estimated duration of target execution.
|
protected void |
SporeTarget.setRateRequires(ExpressionEvaluator necessary)
Sets the boolean condition that is check for target availability prior to
any other parameter constraints.
|
protected void |
SporeTarget.setRequires(ExpressionEvaluator necessary)
Sets the boolean condition that is check for target availability prior to
any other parameter constraints.
|
| Constructor and Description |
|---|
RateThread(HistoryAware.Pick update,
GlobalGrouping set,
ExpressionEvaluator canrate,
List<Appointable.Constraint> rate)
Constructs, but does not start the rating thread.
|