Uses of Interface
se.liu.ida.critiquer.constraints.TextCritic

Packages that use TextCritic
se.liu.ida.critiquer.constraints   
se.liu.ida.critiquer.scenarios.standard   
 

Uses of TextCritic in se.liu.ida.critiquer.constraints
 

Classes in se.liu.ida.critiquer.constraints that implement TextCritic
 class ActivityStructureCritic
           If an activity needs to have some special properties in order to be considered completely specified, we can use this constraint to notify the user.
 class AgentMutex
          Checks whether or not an agent can be added to a commander, depending on if there are any other activities the agent is engaged in.
 class FuelLowCritic
           
 class TimeCalculator
           
 

Uses of TextCritic in se.liu.ida.critiquer.scenarios.standard
 

Classes in se.liu.ida.critiquer.scenarios.standard that implement TextCritic
 class CorrectOrdering
          Verify that there is a destination in the activity that should come before and a static location in the after activity, or a static location in the beforeActivity and a starting location in the afterActivity