站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

VariableRestriction.DoubleVariableContextEntry (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.rule
Class VariableRestriction.DoubleVariableContextEntry

java.lang.Object
  extended by org.drools.rule.VariableRestriction.VariableContextEntry
      extended by org.drools.rule.VariableRestriction.DoubleVariableContextEntry
All Implemented Interfaces:
Serializable, ContextEntry
Enclosing class:
VariableRestriction

public static class VariableRestriction.DoubleVariableContextEntry
extends VariableRestriction.VariableContextEntry

See Also:
Serialized Form

Field Summary
 double left
           
 double right
           
 
Fields inherited from class org.drools.rule.VariableRestriction.VariableContextEntry
declaration, entry, extractor, leftNull, object, reteTuple, rightNull
 
Constructor Summary
VariableRestriction.DoubleVariableContextEntry(FieldExtractor extractor, Declaration declaration)
           
 
Method Summary
 void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
           
 void updateFromTuple(InternalWorkingMemory workingMemory, ReteTuple tuple)
           
 
Methods inherited from class org.drools.rule.VariableRestriction.VariableContextEntry
getFieldExtractor, getNext, getObject, getTuple, getVariableDeclaration, isLeftNull, isRightNull, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public double left

right

public double right
Constructor Detail

VariableRestriction.DoubleVariableContextEntry

public VariableRestriction.DoubleVariableContextEntry(FieldExtractor extractor,
                                                      Declaration declaration)
Method Detail

updateFromTuple

public void updateFromTuple(InternalWorkingMemory workingMemory,
                            ReteTuple tuple)

updateFromFactHandle

public void updateFromFactHandle(InternalWorkingMemory workingMemory,
                                 InternalFactHandle handle)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.