summaryrefslogtreecommitdiff
path: root/src/core/model
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-18 16:53:13 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-18 16:53:13 +0100
commitf989c41e890e57f37d535a5423c8ae74f7742b64 (patch)
treefff002e98ea00becab9cada46e008d8b2ed13e85 /src/core/model
parent0fd65daf57959fe5409a624bffcd5998fc55d332 (diff)
added a mid-term TODO. Cardinality handling might be improvable.
Diffstat (limited to 'src/core/model')
-rw-r--r--src/core/model/Domain.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp
index d1ba44f..16d1f8f 100644
--- a/src/core/model/Domain.hpp
+++ b/src/core/model/Domain.hpp
@@ -467,7 +467,11 @@ public:
std::vector<Rooted<Node>> pathTo(
Handle<StructuredClass> childDescriptor) const;
};
-
+/*
+ * TODO: We should discuss Cardinalities one more time. Is it smart to define
+ * cardinalities independent of context? Should we not have at least have the
+ * possibility to define it context-dependently?
+ */
typedef RangeSet<size_t> Cardinality;
/**