Uses of Class
org.problets.domain.line.ErrorLine

Packages that use ErrorLine
org.problets.domain.line   
org.problets.student   
 

Uses of ErrorLine in org.problets.domain.line
 

Fields in org.problets.domain.line declared as ErrorLine
static ErrorLine ErrorLine.CODE_OK
           
 

Methods in org.problets.domain.line with parameters of type ErrorLine
 boolean ErrorLine.equals(ErrorLine parameter)
          Method to compare if two ErrorLine objects are all the same except for status
 boolean ErrorLine.notEquals(ErrorLine parameter)
          Method to compare if two ErrorLine objects are not the same, status notwithstanding
 

Uses of ErrorLine in org.problets.student
 

Methods in org.problets.student with parameters of type ErrorLine
 void StudentModel.addtoAnswer(ErrorLine inErrorLine)
          This subsumes ErrorLine and LineOutput versions below public void addtoAnswer( AbstractLine line ) { currentAnswer.addtoAnswer( line ); }
 void AnswerList.addtoAnswer(ErrorLine inErrorLine)
          This will be the method through which CodeView will communicate with StudentModel to register the user's answer to the current problem.