public abstract class AbstractIterationFilter<T extends WindupVertexFrame> extends GraphCondition
| Constructor and Description |
|---|
AbstractIterationFilter()
If the variable name is not specified, the iteration will set it.
|
AbstractIterationFilter(String variableName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkVariableName(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context)
Check the variable name and if not set, set it with the singleton variable being on the top of the stack.
|
boolean |
evaluate(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context) |
abstract boolean |
evaluate(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
T payload) |
boolean |
hasVariableNameSet() |
evaluate, getInputVariablesName, getOutputVariablesName, setInputVariablesName, setOutputVariablesName, setResultspublic AbstractIterationFilter(String variableName)
public AbstractIterationFilter()
public boolean hasVariableNameSet()
public boolean evaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
evaluate in class GraphConditionprotected void checkVariableName(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
public abstract boolean evaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, T payload)
Copyright © 2021 JBoss by Red Hat. All rights reserved.