diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-21 15:49:08 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-21 15:49:08 +0100 |
commit | 282ec6571898942f3d143f1defc585c486b45f8c (patch) | |
tree | 48dcc1dd2f6631993120dbe5599c4b52c64d9414 /src/core/model/Domain.hpp | |
parent | f1bb76dedf2d6b480b566540e811a7e0d3af9886 (diff) |
Dokumenten und Domänenbeispiel.
Diffstat (limited to 'src/core/model/Domain.hpp')
-rw-r--r-- | src/core/model/Domain.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp index e257c0d..99ac6e1 100644 --- a/src/core/model/Domain.hpp +++ b/src/core/model/Domain.hpp @@ -368,6 +368,9 @@ protected: public: const bool transparent; + // TODO: Is it possible to have root=true and cardinality other than 1? + // This also refers to the question in Document.hpp: Is it possible to have + // more than 1 root? const bool root; /** |