Package se.liu.ida.critiquer.activities

Activity package Classes that define the basic behaviour of classes.

See:
          Description

Interface Summary
Activity.Properties Interface for recognizing state properties of activities during simulation.
ActivityConsistencyCheck Classes implementing this interface are checked before changes to activities occur.
ActivityFactory  
ActivityUpdateListener This interface is implemented by all constraints that listen to when activities change, directly or indirectly.
TransportationActivity Activities that are about transportation should implement this interface to give information on start and end.
 

Class Summary
AbstractActivityCreatedListener  
AbstractParamChangedListener Use this class to listen for parameter value changes
AbstractParamValueCheck Stub for parameter consistency checkers
Activity Base class for all types of activities in a plan.
ActivityUtils  
ToplevelActivity  
 

Exception Summary
IncompleteActivityException Activities that are not completely described may throw this exception when calculating how long time an activity takes to complete for instance
 

Package se.liu.ida.critiquer.activities Description

Activity package

Classes that define the basic behaviour of classes. Activity is the main class of interest, along with ActivityUtils that contains supplementary functionality.