org.drools.base.mvel
Class MVELObjectExpression
java.lang.Object
org.drools.base.mvel.MVELObjectExpression
- All Implemented Interfaces:
- Externalizable, Serializable, MVELCompileable
public class MVELObjectExpression
- extends Object
- implements MVELCompileable, Externalizable
- See Also:
- Serialized Form
MVELObjectExpression
public MVELObjectExpression()
MVELObjectExpression
public MVELObjectExpression(MVELCompilationUnit unit,
String id)
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
getValue
public Object getValue(Activation item,
Declaration[] declrs,
org.drools.definition.rule.Rule rule,
WorkingMemory workingMemory)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.