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

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

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

Classes in se.liu.ida.critiquer.constraints that implement VisualConstraint
 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 NonSuitableAgent
           
 class ResourceUsageCritic
           A critic that is supposed to display information on resource usage depending on which resources are used at the current time in the time view For each activity that is created, a constraint map is maintained that holds eq constraints for the activity start and end times so that their values reflect those of the mission time.
 class SimulationCritic
           
 class StandardConstraint
           Abstract class for those constraints only interested in when parameter values are changed.
 class StructureCritic
          Thisclass should be inherited by all individual structure critics.
 class TestActivityArea
           
 class TimeCalculator
           
 class TimeParameterOrdering
          Check/ensure that t2 doesn't come before t1 This is a modifying constraint for now, but we let it implement the VisualConstraint interface just in case..
 class TooLongTime
          This class represents the constraint that activities must be completed within a certain time frame from the time they are started
 

Methods in se.liu.ida.critiquer.constraints that return VisualConstraint
static VisualConstraint VisualConstraints.getConstraintByClass(Class c)
          Retrieve a singleton constraint given its class
static VisualConstraint ConstraintFactory.getVisualConstraint(Class visualConstraintClass)
           
 

Methods in se.liu.ida.critiquer.constraints that return types with arguments of type VisualConstraint
static List<VisualConstraint> VisualConstraints.getActiveConstraints()
          Get a list of the constraints that are currently displaying visual information.
 

Methods in se.liu.ida.critiquer.constraints with parameters of type VisualConstraint
static void VisualConstraints.addConstraint(VisualConstraint c)
           
static void VisualConstraints.removeConstraint(VisualConstraint c)
           
 

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

Classes in se.liu.ida.critiquer.scenarios.standard that implement VisualConstraint
 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