public void apply(TMTape tape) throws TMTapeException {
   tape.setPosition(position);
   tape.setContent(content);
 }