hmi.elckerlyc.scheduler
Class TimePegAndConstraint

java.lang.Object
  extended by hmi.elckerlyc.scheduler.TimePegAndConstraint

public final class TimePegAndConstraint
extends Object

Links a constraint to a timepeg and a behavior sync point id

Author:
welberge

Field Summary
 Constraint constr
           
 String id
           
 double offset
           
 TimePeg peg
           
 boolean resolveAsStartOffset
           
 
Constructor Summary
TimePegAndConstraint(String i, TimePeg sp, Constraint c, double o)
           
TimePegAndConstraint(String i, TimePeg sp, Constraint c, double o, boolean or)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

peg

public final TimePeg peg

id

public final String id

constr

public final Constraint constr

offset

public final double offset

resolveAsStartOffset

public final boolean resolveAsStartOffset
Constructor Detail

TimePegAndConstraint

public TimePegAndConstraint(String i,
                            TimePeg sp,
                            Constraint c,
                            double o,
                            boolean or)

TimePegAndConstraint

public TimePegAndConstraint(String i,
                            TimePeg sp,
                            Constraint c,
                            double o)
Method Detail

toString

public String toString()
Overrides:
toString in class Object