org.drools.base.mvel
Class MVELEnabledExpression
java.lang.Object
org.drools.base.mvel.MVELEnabledExpression
- All Implemented Interfaces:
- Externalizable, Serializable, MVELCompileable, Enabled
public class MVELEnabledExpression
- extends Object
- implements Enabled, MVELCompileable, Externalizable
- See Also:
- Serialized Form
MVELEnabledExpression
public MVELEnabledExpression()
MVELEnabledExpression
public MVELEnabledExpression(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
compile
public void compile(MVELDialectRuntimeData runtimeData)
- Specified by:
compile in interface MVELCompileable
getValue
public boolean getValue(Tuple tuple,
Rule rule,
WorkingMemory workingMemory)
- Specified by:
getValue in interface Enabled
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.