Class NeverSubmitCollector

java.lang.Object
edu.suffolk.litlab.efspserver.services.InfoCollector
edu.suffolk.litlab.efspserver.services.NeverSubmitCollector

public class NeverSubmitCollector extends InfoCollector
Similar to AllWrongCollector, but will never actually submit to the EFM.
Author:
brycew
  • Constructor Details

    • NeverSubmitCollector

      public NeverSubmitCollector()
  • Method Details

    • finished

      public boolean finished()
      Description copied from class: InfoCollector
      Says if the Info collector is finished with the current unit of information and should break control flow and return.
      Specified by:
      finished in class InfoCollector
    • okToSubmit

      public boolean okToSubmit()
      Overrides:
      okToSubmit in class InfoCollector