Package org.jacop.util.fsm
Class RegularExpressionParser.Sum
java.lang.Object
org.jacop.util.fsm.RegularExpressionParser.Expression
org.jacop.util.fsm.RegularExpressionParser.Sum
- Enclosing class:
- RegularExpressionParser
-
Field Details
-
disj
-
-
Constructor Details
-
Sum
-
-
Method Details
-
toString
-
getType
public int getType()- Specified by:
getType
in classRegularExpressionParser.Expression
- Returns:
- type
-
isSimple
public boolean isSimple()Description copied from class:RegularExpressionParser.Expression
It specifies if the expression is simple.- Overrides:
isSimple
in classRegularExpressionParser.Expression
- Returns:
- true if expression is a literal or disjunction of literals.
-
addExp
-
addSum
-
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
-