Drools :: Core 6.2.0.Final

org.drools.core.definitions.rule.impl
Class RuleImpl.SafeSalience

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

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

See Also:
Serialized Form

Constructor Summary
RuleImpl.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

RuleImpl.SafeSalience

public RuleImpl.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.2.0.Final

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