info.aduna.gee.spectacle.gee
Interface EntityProducer


public interface EntityProducer

EntityProducer is the interface for objects that maintain a set of Entities of a specific type.


Method Summary
 String firstDestination()
          Get the first destination of any of the Entities maintained by this producer.
 Map<Object,Entity> getEntities()
          Get the set of Entities this producer maintains.
 String lastDestination()
          Get the last destination of any of the Entities maintained by this producer.
 

Method Detail

getEntities

Map<Object,Entity> getEntities()
Get the set of Entities this producer maintains.


firstDestination

String firstDestination()
Get the first destination of any of the Entities maintained by this producer.


lastDestination

String lastDestination()
Get the last destination of any of the Entities maintained by this producer.



Copyright © 1997-2008 Aduna. All Rights Reserved.