Class ParameterizedGraphCondition

  • All Implemented Interfaces:
    org.ocpsoft.rewrite.config.Condition, org.ocpsoft.rewrite.config.ConditionBuilder, org.ocpsoft.rewrite.param.Parameterized

    public abstract class ParameterizedGraphCondition
    extends GraphCondition
    implements org.ocpsoft.rewrite.param.Parameterized
    • Constructor Detail

      • ParameterizedGraphCondition

        public ParameterizedGraphCondition()
    • Method Detail

      • getVarname

        protected abstract String getVarname()
      • evaluateWithValueStore

        protected abstract boolean evaluateWithValueStore​(GraphRewrite event,
                                                          org.ocpsoft.rewrite.context.EvaluationContext context,
                                                          FrameContext frame)
      • evaluateAndPopulateValueStores

        protected abstract boolean evaluateAndPopulateValueStores​(GraphRewrite event,
                                                                  org.ocpsoft.rewrite.context.EvaluationContext context,
                                                                  FrameCreationContext frameCreationContext)
      • evaluate

        public final boolean evaluate​(GraphRewrite event,
                                      org.ocpsoft.rewrite.context.EvaluationContext context)
        Specified by:
        evaluate in class GraphCondition