vitro
Interface Annotated


public interface Annotated

Annotated Agents can provide supplementary information to their view. While any class can implement this interface, controllers specifically track and expose the annotations provided by Annotated Agents.


Method Summary
 Set<Annotation> annotations()
           
 

Method Detail

annotations

Set<Annotation> annotations()
Returns:
a set of Annotations for the current timestep.