00001 package Sct_CalibrationController; 00002 00003 00016 public interface SequenceRequestOperations 00017 { 00018 00023 String startSequence (Sct_SctApi.SctApi api); 00024 00029 Sct_CalibrationController.TestRequest getNextTest (int index); 00030 00034 void endSequence (); 00035 } // interface SequenceRequestOperations