/**
  * Sets the <code>OutputProcessorPort</code> that the binding is for.
  *
  * @param boundProcessorPort the <code>OutputProcessorPort</code> that the binding is for
  */
 @Override
 public void setBoundProcessorPort(OutputProcessorPort boundProcessorPort) {
   super.setBoundProcessorPort(boundProcessorPort);
 }
 /**
  * Sets the <code>OutputActivityPort</code> from which data is received for the bound <code>
  * OutputProcessorPort</code>.
  *
  * @param boundActivityPort the <code>OutputActivityPort</code> from which data is received for
  *     the bound <code>OutputProcessorPort</code>
  */
 @Override
 public void setBoundActivityPort(OutputActivityPort boundActivityPort) {
   super.setBoundActivityPort(boundActivityPort);
 }