Uses of Class
se.liu.ida.critiquer.resources.Suitability

Packages that use Suitability
se.liu.ida.critiquer.resources Classes that define the resources/units/agents in activities. 
 

Uses of Suitability in se.liu.ida.critiquer.resources
 

Fields in se.liu.ida.critiquer.resources with type parameters of type Suitability
protected static HashMap<Class,HashMap<Class,Suitability>> Agent.fitnessMap
           
 

Methods in se.liu.ida.critiquer.resources that return Suitability
static Suitability Agent.getSuitability(Agent agent, Activity activity)
          Should agents or constraints be responsible for knowing which agent is suitable for which task?
static Suitability Suitability.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Suitability[] Suitability.values()
          Returns an array containing the constants of this enum type, in the order they're declared.