Package edu.suffolk.litlab.efsp.utils
Class NeverSubmitCollector
java.lang.Object
edu.suffolk.litlab.efsp.utils.InfoCollector
edu.suffolk.litlab.efsp.utils.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.efsp.utils.InfoCollector
InfoCollector.Dep -
Field Summary
Fields inherited from class edu.suffolk.litlab.efsp.utils.InfoCollector
err, optionalVars, requiredVars, variableAttributes, wrongVars -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinished()Says if the Info collector is finished with the current unit of information and should break control flow and return.booleanMethods inherited from class edu.suffolk.litlab.efsp.utils.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:InfoCollectorSays if the Info collector is finished with the current unit of information and should break control flow and return.- Specified by:
finishedin classInfoCollector
-
okToSubmit
public boolean okToSubmit()- Overrides:
okToSubmitin classInfoCollector
-