info.bioinfweb.treegraph.document.format.operate
Class StateBeforeOperator

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractCharShiftOperator
          extended by info.bioinfweb.treegraph.document.format.operate.StateBeforeOperator
All Implemented Interfaces:
FormatOperator

public class StateBeforeOperator
extends AbstractCharShiftOperator
implements FormatOperator


Field Summary
private  AbstractTextOperator innerOperator
           
 
Constructor Summary
StateBeforeOperator(AbstractTextOperator innerOperator)
           
 
Method Summary
protected  void doApplyTo(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractCharShiftOperator
validTarget
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractOperator
applyTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.format.operate.FormatOperator
applyTo, validTarget
 

Field Detail

innerOperator

private AbstractTextOperator innerOperator
Constructor Detail

StateBeforeOperator

public StateBeforeOperator(AbstractTextOperator innerOperator)
Method Detail

doApplyTo

protected void doApplyTo(ElementFormats format)
Specified by:
doApplyTo in class AbstractOperator