Modifier and Type | Field and Description |
---|---|
static RuleAppCost |
TOP_COST
Constant that represents the boolean value false
|
static RuleAppCost |
ZERO_COST
Constant that represents the boolean value true
|
Modifier and Type | Method and Description |
---|---|
RuleAppCost |
computeCost(RuleApp app,
PosInOccurrence pos,
Goal goal)
Evaluate the cost of a
RuleApp . |
static Feature |
create(ProjectionToTerm proj1,
ProjectionToTerm proj2) |
public static final RuleAppCost ZERO_COST
public static final RuleAppCost TOP_COST
public static Feature create(ProjectionToTerm proj1, ProjectionToTerm proj2)
public RuleAppCost computeCost(RuleApp app, PosInOccurrence pos, Goal goal)
Feature
RuleApp
.computeCost
in interface Feature
app
- the RuleApppos
- position where app
is to be appliedgoal
- the goal on which app
is to be appliedRuleAppCost
object. TopRuleAppCost.INSTANCE
indicates that the rule shall not be applied at all (it is discarded by
the strategy).Copyright © 2003-2019 The KeY-Project.