JTemporal Home
Tutorial

net.sf.jtemporal
Interface ReadableTemporalAttribute<V>

Type Parameters:
V - the type of the value
All Known Subinterfaces:
TemporalAttribute<V>, TimeSeries<V>
All Known Implementing Classes:
AbstractTemporalAttribute, CachedTimeSeries, TemporalAttributeImpl, TreeTemporalAttribute

public interface ReadableTemporalAttribute<V>

Superinterface common to anything able to return an object for a given instant.

Version:
$Id: ReadableTemporalAttribute.java,v 1.4 2007/09/14 20:03:04 tabeck Exp $

Method Summary
 V get(Instant i)
          Returns the object valid at the given instant.
 

Method Detail

get

V get(Instant i)
Returns the object valid at the given instant.

Parameters:
i - instant to query
Returns:
the object valid at the given instant

JTemporal Home
Tutorial