edu.umd.cfar.lamp.viper.util
Interface DynamicValue

All Superinterfaces:
Interval
All Known Subinterfaces:
DynamicAttributeValue
All Known Implementing Classes:
TemporalObject, TimeEncodedList.DynamicAttributeValueImpl

public interface DynamicValue
extends Interval

An interval that refers to a value; useful for specifying that an item exists over the given Interval.

Author:
davidm

Method Summary
 java.lang.Object getValue()
          Gets the value associated with the interval.
 
Methods inherited from interface edu.umd.cfar.lamp.viper.util.Interval
change, contains, contains, contains, getEnd, getStart, intersects, intersects, isEmpty
 

Method Detail

getValue

public java.lang.Object getValue()
Gets the value associated with the interval.

Returns:
the value