Drools :: Core 6.1.0.Beta1

org.drools.core.rule
Class Rule.SafeSalience

java.lang.Object
  extended by org.drools.core.rule.Rule.SafeSalience
All Implemented Interfaces:
Serializable, Salience
Enclosing class:
Rule

public static class Rule.SafeSalience
extends Object
implements Salience, Serializable

See Also:
Serialized Form

Constructor Summary
Rule.SafeSalience(Salience delegate)
           
 
Method Summary
 int getValue()
           
 int getValue(KnowledgeHelper khelper, org.kie.api.definition.rule.Rule rule, WorkingMemory workingMemory)
           
 boolean isDynamic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule.SafeSalience

public Rule.SafeSalience(Salience delegate)
Method Detail

getValue

public int getValue(KnowledgeHelper khelper,
                    org.kie.api.definition.rule.Rule rule,
                    WorkingMemory workingMemory)
Specified by:
getValue in interface Salience

getValue

public int getValue()
Specified by:
getValue in interface Salience

isDynamic

public boolean isDynamic()
Specified by:
isDynamic in interface Salience

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.