public abstract class AbstractAllowOverlapChecker
extends java.lang.Object
Constructor and Description |
---|
AbstractAllowOverlapChecker() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
allowOverlap(AbstractSequence seq1,
AbstractSequence seq2)
Check if 2 sequences are allowed to overlap in execution
|
public abstract boolean allowOverlap(AbstractSequence seq1, AbstractSequence seq2)
seq1
- seq2
-