Uses of Class
se.liu.ida.critiquer.constraints.TimeParameterOrdering

Packages that use TimeParameterOrdering
se.liu.ida.critiquer.activities Activity package Classes that define the basic behaviour of classes. 
se.liu.ida.critiquer.constraints   
se.liu.ida.critiquer.mics   
 

Uses of TimeParameterOrdering in se.liu.ida.critiquer.activities
 

Methods in se.liu.ida.critiquer.activities that return types with arguments of type TimeParameterOrdering
 HashSet<TimeParameterOrdering> Activity.getTemporalConstraints()
           
 

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

Methods in se.liu.ida.critiquer.constraints that return TimeParameterOrdering
static TimeParameterOrdering ConstraintFactory.connectEndToEnd(Activity parent, Activity child)
          Used when creating a sub-activity that is supposed to be performed within the time frame of the parent activity.
static TimeParameterOrdering ConstraintFactory.connectEndToStart(Activity a1, Activity a2)
          Connect two activities to form a sequence.
static TimeParameterOrdering ConstraintFactory.connectStartToEnd(Activity a)
          Make sure the activity is internally consistent so that start always comes before end
static TimeParameterOrdering ConstraintFactory.connectStartToStart(Activity a1, Activity a2)
          Used when creating a sub-activity that is supposed to be performed within the time frame of the parent activity.
static TimeParameterOrdering ConstraintFactory.createLaterThanConstraint(TimeParameter endtimeA1, TimeParameter starttimeA2, TimeParameterOrdering.Type type, ConstraintPolicy policy)
           
 

Uses of TimeParameterOrdering in se.liu.ida.critiquer.mics
 

Fields in se.liu.ida.critiquer.mics with type parameters of type TimeParameterOrdering
static ArrayList<TimeParameterOrdering> ReferenceHolder.temporalConstraints
          Static reference to all constraints that order activities in time in some way.