public class MVELEnabledExpression extends Object implements org.drools.core.spi.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,
org.drools.core.definitions.rule.impl.RuleImpl rule) |
org.drools.core.rule.Declaration[] |
findDeclarations(Map<String,org.drools.core.rule.Declaration> decls) |
MVELCompilationUnit |
getMVELCompilationUnit() |
boolean |
getValue(org.drools.core.spi.Tuple tuple,
org.drools.core.rule.Declaration[] declarations,
org.drools.core.definitions.rule.impl.RuleImpl rule,
org.drools.core.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 ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic MVELCompilationUnit getMVELCompilationUnit()
public void compile(MVELDialectRuntimeData runtimeData)
compile in interface MVELCompileablepublic void compile(MVELDialectRuntimeData runtimeData, org.drools.core.definitions.rule.impl.RuleImpl rule)
compile in interface MVELCompileablepublic boolean getValue(org.drools.core.spi.Tuple tuple,
org.drools.core.rule.Declaration[] declarations,
org.drools.core.definitions.rule.impl.RuleImpl rule,
org.drools.core.WorkingMemory workingMemory)
getValue in interface org.drools.core.spi.EnabledCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.