|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.bml.parser.Constraint
public class Constraint
| Nested Class Summary | |
|---|---|
private static class |
Constraint.Type
|
| Field Summary | |
|---|---|
private ArrayList<SyncPoint> |
targets
|
private Constraint.Type |
type
|
| Constructor Summary | |
|---|---|
Constraint()
|
|
Constraint(SyncPoint target1,
SyncPoint target2)
|
|
| Method Summary | |
|---|---|
void |
addTarget(SyncPoint target)
|
ArrayList<SyncPoint> |
getTargets()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private ArrayList<SyncPoint> targets
private Constraint.Type type
| Constructor Detail |
|---|
public Constraint()
public Constraint(SyncPoint target1,
SyncPoint target2)
| Method Detail |
|---|
public void addTarget(SyncPoint target)
public ArrayList<SyncPoint> getTargets()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||