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) |
void |
compile(MVELDialectRuntimeData runtimeData,
RuleImpl rule) |
MVELCompilationUnit |
getMVELCompilationUnit() |
boolean |
getValue(Tuple tuple,
Declaration[] declrs,
RuleImpl 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 void compile(MVELDialectRuntimeData runtimeData, RuleImpl rule)
compile
in interface MVELCompileable
public boolean getValue(Tuple tuple, Declaration[] declrs, RuleImpl rule, WorkingMemory workingMemory)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.