Package org.jacop.util.fsm
Class RegularExpressionParser.Star
java.lang.Object
org.jacop.util.fsm.RegularExpressionParser.Expression
org.jacop.util.fsm.RegularExpressionParser.Star
- Enclosing class:
- RegularExpressionParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jacop.util.fsm.RegularExpressionParser.Expression
isSimple
-
Field Details
-
inStar
-
-
Constructor Details
-
Star
-
-
Method Details
-
toString
-
getType
public int getType()- Specified by:
getType
in classRegularExpressionParser.Expression
- Returns:
- type
-
parseToFSM
Description copied from class:RegularExpressionParser.Expression
It creates Finite State Machine from the expression.- Specified by:
parseToFSM
in classRegularExpressionParser.Expression
- Returns:
- Finite State Machine corresponding
-