public class FineToggleDecoratorSeqList extends ToggleDecoratorSeqList
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isFine
Flag that tells the system that the "fine" decoree is to be used
next.
|
| Constructor and Description |
|---|
FineToggleDecoratorSeqList()
Instantiates the class with two MTSeqList decorees.
|
FineToggleDecoratorSeqList(ISeqList... decorees)
Instantiates the class with the given decorees.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(IPhraseVisitor algo,
java.lang.Object... params)
Delegates the call to the designated ISeqList decoree.
|
void |
setFine() |
getTargetDecoree, setDecoree, setDecorees, setTargetToDecoreeprivate boolean isFine
public FineToggleDecoratorSeqList()
public FineToggleDecoratorSeqList(ISeqList... decorees)
decorees - vararg list of ISeqList target decorees.public void setFine()
public java.lang.Object execute(IPhraseVisitor algo, java.lang.Object... params)
execute in interface IPhraseexecute in class ToggleDecoratorSeqListalgo - The visitor to executeparams - The input parameters supplied to the algo when its appropriate case is called.