summaryrefslogtreecommitdiff
path: root/src/core/model
diff options
context:
space:
mode:
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;
/**