public TapeConfiguration(TMTape tape) {
   tape.optimize();
   setPosition(tape.getPosition());
   setContent(tape.getContent());
 }