All Superinterfaces:
EntityPart, Identifiable, Node<Subtopic>
All Known Implementing Classes:
SubtopicImpl

public interface Subtopic
extends Node<Subtopic>, EntityPart
https://www.merriam-webster.com/dictionary/subtopic: "a (subtopic is a) topic that is part of a broader or more general topic ..." "a (subtopic is a) topic that is one of the parts or divisions of the main topic ..." "a (subtopic is a) topic (as in a composition) that is a division of a main topic" https://www.linguee.com/english-german/translation/subtopic.html german: "Unterthema"
  • Method Details

    • getEntities

      java.util.List<Entity> getEntities()
    • setEntities

      void setEntities​(java.util.List<Entity> entities)
    • addEntity

      default java.util.List<Entity> addEntity​(Entity entity)
    • getFileResources

      java.util.List<FileResource> getFileResources()
    • setFileResources

      void setFileResources​(java.util.List<FileResource> fileResources)
    • addFileResource

      default java.util.List<FileResource> addFileResource​(FileResource fileResource)