|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.elckerlyc.scheduler.TimePegAndConstraint
public final class TimePegAndConstraint
Links a constraint to a timepeg and a behavior sync point id
| 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 |
|---|
public final TimePeg peg
public final String id
public final Constraint constr
public final double offset
public final boolean resolveAsStartOffset
| Constructor Detail |
|---|
public TimePegAndConstraint(String i,
TimePeg sp,
Constraint c,
double o,
boolean or)
public TimePegAndConstraint(String i,
TimePeg sp,
Constraint c,
double o)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||