Package placement

Class Variable

java.lang.Object
placement.Variable

public class Variable
extends Object
Author:
dwyer_2 TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
  • Field Details

    • colour

      public Color colour
    • inConstraintCounter

      public int inConstraintCounter
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • addInConstraint

      public void addInConstraint​(Constraint c)
    • addOutConstraint

      public void addOutConstraint​(Constraint c)
    • getInConstraints

      public placement.Constraints getInConstraints()
    • getOutConstraints

      public placement.Constraints getOutConstraints()