Class Quantifier

java.lang.Object
ca.phon.phonex.Quantifier

public class Quantifier extends Object
Quantifier for the phonex language.
  • Constructor Details

    • Quantifier

      public Quantifier(QuantifierType type)
      Constructor
    • Quantifier

      public Quantifier(int x, int y)
      Constructor - creates a bounded quantifier
      Parameters:
      x -
      y -
  • Method Details

    • getType

      public QuantifierType getType()
    • setType

      public void setType(QuantifierType type)
    • getxBound

      public int getxBound()
    • setxBound

      public void setxBound(int xBound)
    • getyBound

      public int getyBound()
    • setyBound

      public void setyBound(int yBound)
    • getTransitionType

      public TransitionType getTransitionType()
    • setTransitionType

      public void setTransitionType(TransitionType transitionType)