com.timeindexing.basic
Interface Adjustable

All Superinterfaces:
Value
All Known Subinterfaces:
AdjustableCount, AdjustablePosition
All Known Implementing Classes:
AbsoluteAdjustablePosition, RelativeAdjustableCount

public interface Adjustable
extends Value

An adjustable value


Method Summary
 Adjustable adjust(long amount)
          Adjust the Value by skiinog around, forwards or backwards.
 Adjustable adjust(Value off)
          Adjust the Value by skipping around, forwards or backwards.
 
Methods inherited from interface com.timeindexing.basic.Value
value
 

Method Detail

adjust

public Adjustable adjust(Value off)
Adjust the Value by skipping around, forwards or backwards.


adjust

public Adjustable adjust(long amount)
Adjust the Value by skiinog around, forwards or backwards.