cc.plural.jsonij.jpath
Class StartEndStepPredicate
java.lang.Object
cc.plural.jsonij.jpath.Component
cc.plural.jsonij.jpath.PredicateComponent
cc.plural.jsonij.jpath.StartEndStepPredicate
public class StartEndStepPredicate
- extends PredicateComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartEndStepPredicate
public StartEndStepPredicate()
StartEndStepPredicate
public StartEndStepPredicate(int start,
int end,
int step)
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.