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()
Sets the system to use the "fine" decorator at the next execution.
|
java.lang.String |
toString()
Borrows the _toStringAlgo from NESeqList to perform a toString conversion.
|
getTargetDecoree, setDecoree, setDecorees, setTargetToDecoree
private 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 IPhrase
execute
in class ToggleDecoratorSeqList
algo
- The visitor to executeparams
- The input parameters supplied to the algo when its appropriate case is called.public java.lang.String toString()
toString
in class ToggleDecoratorSeqList