Uses of Interface
se.liu.ida.critiquer.activities.Activity.Properties

Packages that use Activity.Properties
se.liu.ida.critiquer.resources Classes that define the resources/units/agents in activities. 
se.liu.ida.critiquer.scenarios.standard   
 

Uses of Activity.Properties in se.liu.ida.critiquer.resources
 

Method parameters in se.liu.ida.critiquer.resources with type arguments of type Activity.Properties
<T extends Activity>
long
Agent.perform(Class<T> activityClass, T activity, HashMap<Activity.Properties,Integer> activityAttributes)
          Perform activity of class activityClass by dispatching to the appropriate procedure.
 long AgentContributionCalculator.perform(T activity, HashMap<Activity.Properties,Integer> attributes)
          Perform some work by modifying appropriate attributes in the activity to indicate what is being done.
 

Uses of Activity.Properties in se.liu.ida.critiquer.scenarios.standard
 

Classes in se.liu.ida.critiquer.scenarios.standard that implement Activity.Properties
static class FirstAidActivity.Properties
           
static class RecoverActivity.Properties