public class ComplementOpen extends java.lang.Object implements ComplementPattern
| Modifier and Type | Field and Description |
|---|---|
static Complement |
OPEN |
| Constructor and Description |
|---|
ComplementOpen() |
| Modifier and Type | Method and Description |
|---|---|
Failable<Complement> |
getComplement(GanttDiagram system,
RegexResult arg,
java.lang.String suffix) |
IRegex |
toRegex(java.lang.String suffix) |
public static final Complement OPEN
public IRegex toRegex(java.lang.String suffix)
toRegex in interface ComplementPatternpublic Failable<Complement> getComplement(GanttDiagram system, RegexResult arg, java.lang.String suffix)
getComplement in interface ComplementPattern