cc.plural.jsonij.jpath
Class StartEndStepPredicate

java.lang.Object
  extended by cc.plural.jsonij.jpath.Component
      extended by cc.plural.jsonij.jpath.PredicateComponent
          extended by cc.plural.jsonij.jpath.StartEndStepPredicate

public class StartEndStepPredicate
extends PredicateComponent


Constructor Summary
StartEndStepPredicate()
           
StartEndStepPredicate(int start, int end, int step)
           
 
Method Summary
 List<Value> evaluate(List<Value> values, List<Value> results)
           
 int getEnd()
           
 int getStart()
           
 int getStep()
           
 void setEnd(int end)
           
 void setStart(int start)
           
 void setStep(int step)
           
 
Methods inherited from class cc.plural.jsonij.jpath.Component
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartEndStepPredicate

public StartEndStepPredicate()

StartEndStepPredicate

public StartEndStepPredicate(int start,
                             int end,
                             int step)
Method Detail

getEnd

public int getEnd()

setEnd

public void setEnd(int end)

getStart

public int getStart()

setStart

public void setStart(int start)

getStep

public int getStep()

setStep

public void setStep(int step)

evaluate

public List<Value> evaluate(List<Value> values,
                            List<Value> results)
Specified by:
evaluate in class Component


Copyright © 2012. All Rights Reserved.