public class MVELEnabledExpression extends Object implements Enabled, MVELCompileable, Externalizable
Constructor and Description |
---|
MVELEnabledExpression() |
MVELEnabledExpression(MVELCompilationUnit unit,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
compile(MVELDialectRuntimeData runtimeData) |
MVELCompilationUnit |
getMVELCompilationUnit() |
boolean |
getValue(Tuple tuple,
Declaration[] declrs,
Rule rule,
WorkingMemory workingMemory) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public MVELEnabledExpression()
public MVELEnabledExpression(MVELCompilationUnit unit, String id)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public MVELCompilationUnit getMVELCompilationUnit()
public void compile(MVELDialectRuntimeData runtimeData)
compile
in interface MVELCompileable
public boolean getValue(Tuple tuple, Declaration[] declrs, Rule rule, WorkingMemory workingMemory)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.