Package ca.phon.phonex
Class Quantifier
java.lang.Object
ca.phon.phonex.Quantifier
Quantifier for the phonex language.
-
Constructor Summary
ConstructorDescriptionQuantifier
(int x, int y) Constructor - creates a bounded quantifierQuantifier
(QuantifierType type) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetType()
int
int
void
setTransitionType
(TransitionType transitionType) void
setType
(QuantifierType type) void
setxBound
(int xBound) void
setyBound
(int yBound)
-
Constructor Details
-
Quantifier
Constructor -
Quantifier
public Quantifier(int x, int y) Constructor - creates a bounded quantifier- Parameters:
x
-y
-
-
-
Method Details
-
getType
-
setType
-
getxBound
public int getxBound() -
setxBound
public void setxBound(int xBound) -
getyBound
public int getyBound() -
setyBound
public void setyBound(int yBound) -
getTransitionType
-
setTransitionType
-