Class NeverSubmitCollector
java.lang.Object
edu.suffolk.litlab.efspserver.services.InfoCollector
edu.suffolk.litlab.efspserver.services.NeverSubmitCollector
Similar to
AllWrongCollector
, but will never actually submit to the EFM.- Author:
- brycew
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.suffolk.litlab.efspserver.services.InfoCollector
InfoCollector.Dep
-
Field Summary
Fields inherited from class edu.suffolk.litlab.efspserver.services.InfoCollector
err, optionalVars, requiredVars, variableAttributes, wrongVars
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
finished()
Says if the Info collector is finished with the current unit of information and should break control flow and return.boolean
Methods inherited from class edu.suffolk.litlab.efspserver.services.InfoCollector
addOptional, addRequired, addWrong, error, getOptional, getRequired, getWrong, hasError, jsonSummary, popAttributeStack, pushAttributeStack, requestVar, requestVar
-
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 classInfoCollector
-
okToSubmit
public boolean okToSubmit()- Overrides:
okToSubmit
in classInfoCollector
-