| java.lang.Object de.uka.ilkd.key.strategy.termfeature.BinaryTermFeature
All known Subclasses: de.uka.ilkd.key.strategy.termfeature.OperatorClassTF, de.uka.ilkd.key.strategy.termfeature.EqTermFeature, de.uka.ilkd.key.strategy.termfeature.SortExtendsTransTermFeature, de.uka.ilkd.key.strategy.termfeature.IsNonRigidTermFeature, de.uka.ilkd.key.strategy.termfeature.ClosedExpressionTermFeature, de.uka.ilkd.key.strategy.termfeature.ContainsExecutableCodeTermFeature, de.uka.ilkd.key.strategy.quantifierHeuristics.RecAndExistentiallyConnectedClausesFeature, de.uka.ilkd.key.strategy.termfeature.OperatorTF, de.uka.ilkd.key.strategy.termfeature.AtomTermFeature, de.uka.ilkd.key.strategy.quantifierHeuristics.EliminableQuantifierTF,
BinaryTermFeature | abstract public class BinaryTermFeature implements TermFeature(Code) | | Abstract superclass for features that have either zero cost or top cost.
|
TOP_COST | final public static RuleAppCost TOP_COST(Code) | | Constant that represents the boolean value false
|
ZERO_COST | final public static RuleAppCost ZERO_COST(Code) | | Constant that represents the boolean value true
|
BinaryTermFeature | protected BinaryTermFeature()(Code) | | |
filter | abstract protected boolean filter(Term term)(Code) | | |
|
|