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

Packages that use AbstractExplanationLine
org.problets.domain.line   
org.problets.domain.model.expression.step   
 

Uses of AbstractExplanationLine in org.problets.domain.line
 

Subclasses of AbstractExplanationLine in org.problets.domain.line
 class ExplanationLine
          ExplanationLine Maintains one line of explanation.
 class ExplanationPara
          ExplanationPara Maintains one paragraph of explanation, corresponding to one control structure.
 

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

Subclasses of AbstractExplanationLine in org.problets.domain.model.expression.step
 class AbstractExpressionStep
          Serves as the base class for ExpressionStep and ExpressionView Step
 class ExpressionStep
          To hold one step in the solution to an expression
 class ExpressionStepSequence
          To enable properly highlighting the precedence of operators within parenthesis, e.g., in (3 + 4) - (2 * 5), and enforcing that LHS of && and || are evaluated before RHS
 class ExpressionViewStep
          To hold one step in the solution to an expression
 class IncorrectExpressionStep
          To hold one incorrect step in the solution to an expression