Class Problem


  • public class Problem
    extends Object
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • Problem

        public Problem()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getDetail

        public String getDetail()
      • setDetail

        public void setDetail​(String detail)
      • getSubproblems

        public Subproblem[] getSubproblems()
      • setSubproblems

        public void setSubproblems​(Subproblem[] subproblems)