public class Overlap extends Predicate
Constructor and Description |
---|
Overlap(char symbol)
Creates a new interval relation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getLeft()
Gets the symbol of the Overlap relation.
|
java.lang.Object |
getRight()
Gets the symbol of the Overlap relation.
|
char |
getSymbol()
Gets the symbol of the OverlapWith relation.
|
public Overlap(char symbol)
symbol
- Symbol, which time interval is after the overlapping time interval of the given pattern symbolpublic java.lang.Object getLeft()
public java.lang.Object getRight()
public char getSymbol()