Package org.jacop.util.fsm
Class RegularExpressionParser.Concatination
java.lang.Object
org.jacop.util.fsm.RegularExpressionParser.Expression
org.jacop.util.fsm.RegularExpressionParser.Concatination
- Enclosing class:
- RegularExpressionParser
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.jacop.util.fsm.RegularExpressionParser.Expression
isSimple
-
Field Details
-
a
-
b
-
-
Constructor Details
-
Concatination
-
-
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
-