Class TopicResult

    • Field Detail

      • topicTypeUri

        public String topicTypeUri
      • searchChildTopics

        public boolean searchChildTopics
    • Constructor Detail

      • TopicResult

        public TopicResult​(String query,
                           String topicTypeUri,
                           boolean searchChildTopics,
                           List<Topic> topics)
    • Method Detail

      • toJSON

        public org.codehaus.jettison.json.JSONObject toJSON()
        Specified by:
        toJSON in interface JSONEnabled