public abstract class ParameterizedGraphCondition extends GraphCondition implements org.ocpsoft.rewrite.param.Parameterized
| Constructor and Description |
|---|
ParameterizedGraphCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context) |
protected abstract boolean |
evaluateAndPopulateValueStores(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
FrameCreationContext frameCreationContext) |
protected abstract boolean |
evaluateWithValueStore(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
FrameContext frame) |
protected abstract String |
getVarname() |
evaluate, getInputVariablesName, getOutputVariablesName, setInputVariablesName, setOutputVariablesName, setResultsand, andNot, or, orNotprotected abstract String getVarname()
protected abstract boolean evaluateWithValueStore(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, FrameContext frame)
protected abstract boolean evaluateAndPopulateValueStores(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, FrameCreationContext frameCreationContext)
public final boolean evaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
evaluate in class GraphConditionCopyright © 2021 JBoss by Red Hat. All rights reserved.