Drools :: Core 6.2.0.Final

org.drools.core.base.mvel
Class MVELObjectExpression

java.lang.Object
  extended by org.drools.core.base.mvel.MVELObjectExpression
All Implemented Interfaces:
Externalizable, Serializable, MVELCompileable

public class MVELObjectExpression
extends Object
implements MVELCompileable, Externalizable

See Also:
Serialized Form

Constructor Summary
MVELObjectExpression()
           
MVELObjectExpression(MVELCompilationUnit unit, String id)
           
 
Method Summary
 void compile(MVELDialectRuntimeData runtimeData)
           
 void compile(MVELDialectRuntimeData runtimeData, RuleImpl rule)
           
 MVELCompilationUnit getMVELCompilationUnit()
           
 Object getValue(LeftTuple leftTuple, Declaration[] declrs, org.kie.api.definition.rule.Rule rule, InternalWorkingMemory wm)
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MVELObjectExpression

public MVELObjectExpression()

MVELObjectExpression

public MVELObjectExpression(MVELCompilationUnit unit,
                            String id)
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

getMVELCompilationUnit

public MVELCompilationUnit getMVELCompilationUnit()

compile

public void compile(MVELDialectRuntimeData runtimeData)
Specified by:
compile in interface MVELCompileable

compile

public void compile(MVELDialectRuntimeData runtimeData,
                    RuleImpl rule)
Specified by:
compile in interface MVELCompileable

getValue

public Object getValue(LeftTuple leftTuple,
                       Declaration[] declrs,
                       org.kie.api.definition.rule.Rule rule,
                       InternalWorkingMemory wm)

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.2.0.Final

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