hmi.bml.parser
Class Constraint

java.lang.Object
  extended by hmi.bml.parser.Constraint

public class Constraint
extends Object


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

targets

private ArrayList<SyncPoint> targets

type

private Constraint.Type type
Constructor Detail

Constraint

public Constraint()

Constraint

public Constraint(SyncPoint target1,
                  SyncPoint target2)
Method Detail

addTarget

public void addTarget(SyncPoint target)

getTargets

public ArrayList<SyncPoint> getTargets()

toString

public String toString()
Overrides:
toString in class Object