Class QuestionTree.Node

java.lang.Object
nz.org.riskscape.wizard.survey2.QuestionTree.Node
Enclosing class:
QuestionTree

public static class QuestionTree.Node extends Object

A node in the question tree

  • Constructor Details

  • Method Details

    • isTopLevel

      public boolean isTopLevel()
    • getParent

      public QuestionTree.Node getParent()
    • getQuestion

      public Question getQuestion()