public class BeforeOf extends Predicate
| Constructor and Description |
|---|
BeforeOf(char symbol)
Creates a new interval Relation.
|
| Modifier and Type | Method and Description |
|---|---|
BeforeOf |
clone() |
java.lang.Object |
getLeft()
Gets the symbol of the BeforeOf relation.
|
java.lang.Object |
getRight()
Gets the symbol of the BeforeOf relation.
|
char |
getSymbol()
Gets the symbol of the BeforeOf relation.
|
java.lang.String |
toString() |
public BeforeOf(char symbol)
symbol - Symbol, which time interval is before the given pattern symbol.public java.lang.Object getLeft()
public java.lang.Object getRight()
public char getSymbol()
public java.lang.String toString()
toString in class java.lang.Objectpublic BeforeOf clone()
clone in class java.lang.Object