diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-21 19:15:20 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2014-12-21 19:15:20 +0100 |
commit | 57b555f1415a04a218648acade7442f805bd7845 (patch) | |
tree | cad52d0a50a5d71f114fe925bbf368c3e169761d /src/core/model/Domain.hpp | |
parent | 93c7856c3bfff94eed82c2fae9ab32917ccaad92 (diff) | |
parent | 282ec6571898942f3d143f1defc585c486b45f8c (diff) |
Merge branch 'master' of somweyr.de:ousia
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; /** |