public class ParamCondition extends GraphCondition implements org.ocpsoft.rewrite.param.Parameterized
| Constructor and Description |
|---|
ParamCondition(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context) |
Set<String> |
getRequiredParameterNames() |
void |
setParameterStore(org.ocpsoft.rewrite.param.ParameterStore store) |
evaluate, getInputVariablesName, getOutputVariablesName, setInputVariablesName, setOutputVariablesName, setResultspublic boolean evaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
evaluate in class GraphConditionpublic Set<String> getRequiredParameterNames()
getRequiredParameterNames in interface org.ocpsoft.rewrite.param.Parameterizedpublic void setParameterStore(org.ocpsoft.rewrite.param.ParameterStore store)
setParameterStore in interface org.ocpsoft.rewrite.param.ParameterizedCopyright © 2021 JBoss by Red Hat. All rights reserved.