org.deegree.time.primitive
Interface TimePrimitive

All Superinterfaces:
GMLObject, Object, TimeObject, TypedObjectNode
All Known Subinterfaces:
TimeGeometricPrimitive
All Known Implementing Classes:
TimeInstant, TimePeriod

public interface TimePrimitive
extends TimeObject

TODO add class documentation here

Version:
$Revision: 31664 $, $Date: 2011-08-26 16:18:07 +0200 (Fri, 26 Aug 2011) $
Author:
Your Name, last edited by: $Author: mschneider $

Method Summary
 List<?> getRelatedTimes()
          Returns all time objects related to this TimePrimitive.
 
Methods inherited from interface org.deegree.commons.tom.gml.GMLObject
getGMLProperties
 
Methods inherited from interface org.deegree.commons.tom.Object
getId
 

Method Detail

getRelatedTimes

List<?> getRelatedTimes()
Returns all time objects related to this TimePrimitive.

Returns:
all related time objects, but never null


Copyright © 2011. All Rights Reserved.