org.drools.rule.constraint
Class EvaluatorConstraint.LiteralContextEntry

java.lang.Object
  extended by org.drools.rule.constraint.EvaluatorConstraint.LiteralContextEntry
All Implemented Interfaces:
Externalizable, Serializable, ContextEntry
Enclosing class:
EvaluatorConstraint

protected static class EvaluatorConstraint.LiteralContextEntry
extends Object
implements ContextEntry

See Also:
Serialized Form

Field Summary
 InternalReadAccessor extractor
           
 ContextEntry next
           
 Object object
           
 InternalWorkingMemory workingMemory
           
 
Constructor Summary
EvaluatorConstraint.LiteralContextEntry()
           
EvaluatorConstraint.LiteralContextEntry(InternalReadAccessor extractor)
           
 
Method Summary
 InternalReadAccessor getFieldExtractor()
           
 ContextEntry getNext()
           
 Object getObject()
           
 void readExternal(ObjectInput in)
           
 void resetFactHandle()
           
 void resetTuple()
           
 void setNext(ContextEntry entry)
           
 void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
           
 void updateFromTuple(InternalWorkingMemory workingMemory, LeftTuple tuple)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extractor

public InternalReadAccessor extractor

object

public Object object

next

public ContextEntry next

workingMemory

public InternalWorkingMemory workingMemory
Constructor Detail

EvaluatorConstraint.LiteralContextEntry

public EvaluatorConstraint.LiteralContextEntry()

EvaluatorConstraint.LiteralContextEntry

public EvaluatorConstraint.LiteralContextEntry(InternalReadAccessor extractor)
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

getFieldExtractor

public InternalReadAccessor getFieldExtractor()

getObject

public Object getObject()

getNext

public ContextEntry getNext()
Specified by:
getNext in interface ContextEntry

setNext

public void setNext(ContextEntry entry)
Specified by:
setNext in interface ContextEntry

updateFromFactHandle

public void updateFromFactHandle(InternalWorkingMemory workingMemory,
                                 InternalFactHandle handle)
Specified by:
updateFromFactHandle in interface ContextEntry

updateFromTuple

public void updateFromTuple(InternalWorkingMemory workingMemory,
                            LeftTuple tuple)
Specified by:
updateFromTuple in interface ContextEntry

resetTuple

public void resetTuple()
Specified by:
resetTuple in interface ContextEntry

resetFactHandle

public void resetFactHandle()
Specified by:
resetFactHandle in interface ContextEntry


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