Uses of Class
org.problets.domain.model.expression.step.ExpressionViewStep

Packages that use ExpressionViewStep
org.problets.domain.model.expression.step   
org.problets.student   
 

Uses of ExpressionViewStep in org.problets.domain.model.expression.step
 

Methods in org.problets.domain.model.expression.step with parameters of type ExpressionViewStep
 boolean ExpressionViewStep.isInOrder(ExpressionViewStep right)
          Returns true if the order of the node of the original operator of the StudentNodeView that is a part of this step is less than that of the right operand, and false otherwise.
 boolean ExpressionViewStep.valueEquals(ExpressionViewStep right)
          This method attempts to match based on the data type of the correct operand.
 

Uses of ExpressionViewStep in org.problets.student
 

Methods in org.problets.student with parameters of type ExpressionViewStep
 void StudentModel.addtoAnswer(ExpressionViewStep step)
          Adds to the answer for an expression evaluation problem
 void AnswerList.addtoAnswer(ExpressionViewStep step)