General#

The class Section is used to represent the source text of all articles at level of granularity necessary to fullfil all tasks required in knowledge engineering. It plays an important role in any kind of programming on or for KnowWE. For a description of the public interface refer to the javadoc.

Important: Section objects have to be used as read-only objects. Do not try to modify these objects. If you need to change source content, please refer to the corresponding howto. To maintain consistency, Section object may only be created or modified by the internal source processing mechanism of KnowWE.

Section basics#

Every article has a root section. This section contains the entire source text of the article.

Further readings #