summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlconnectorendobject_p.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-11-26 12:42:46 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-11-26 16:38:10 +0100
commit77283562898fbf9499ebece65cc068450433cd95 (patch)
tree10b38c6c9a5e5dbe8c5021b33fe889c54dfe5e71 /src/uml/qobjects/qumlconnectorendobject_p.h
parent0f13b4f396ac21dee5ba1df2cc4cd482b3b41f88 (diff)
Update UML metamodel implementation
Change-Id: I1aeaa9b3f30e3d7a94bb665a0a53f7d6dd52de59 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qobjects/qumlconnectorendobject_p.h')
-rw-r--r--src/uml/qobjects/qumlconnectorendobject_p.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/uml/qobjects/qumlconnectorendobject_p.h b/src/uml/qobjects/qumlconnectorendobject_p.h
index 9d325f58..d880537c 100644
--- a/src/uml/qobjects/qumlconnectorendobject_p.h
+++ b/src/uml/qobjects/qumlconnectorendobject_p.h
@@ -86,13 +86,13 @@ public:
// Owned attributes [MultiplicityElement]
Q_INVOKABLE bool isOrdered() const;
Q_INVOKABLE bool isUnique() const;
- Q_INVOKABLE int lower() const;
+ Q_TODO Q_INVOKABLE int lower() const;
Q_INVOKABLE QObject *lowerValue() const;
- Q_INVOKABLE QString upper() const;
+ Q_TODO Q_INVOKABLE QString upper() const;
Q_INVOKABLE QObject *upperValue() const;
// Owned attributes [ConnectorEnd]
- Q_INVOKABLE QObject *definingEnd() const;
+ Q_TODO Q_INVOKABLE QObject *definingEnd() const;
Q_INVOKABLE QObject *partWithPort() const;
Q_INVOKABLE QObject *role() const;
@@ -101,13 +101,13 @@ public:
Q_INVOKABLE bool mustBeOwned() const;
// Operations [MultiplicityElement]
- Q_INVOKABLE bool compatibleWith(QObject *other) const;
- Q_INVOKABLE bool includesCardinality(int C) const;
- Q_INVOKABLE bool includesMultiplicity(QObject *M) const;
- Q_INVOKABLE bool is(int lowerbound, int upperbound) const;
- Q_INVOKABLE bool isMultivalued() const;
- Q_INVOKABLE int lowerBound() const;
- Q_INVOKABLE QString upperBoundOperation() const;
+ Q_TODO Q_INVOKABLE bool compatibleWith(QObject *other) const;
+ Q_TODO Q_INVOKABLE bool includesCardinality(int C) const;
+ Q_TODO Q_INVOKABLE bool includesMultiplicity(QObject *M) const;
+ Q_TODO Q_INVOKABLE bool is(int lowerbound, int upperbound) const;
+ Q_TODO Q_INVOKABLE bool isMultivalued() const;
+ Q_TODO Q_INVOKABLE int lowerBound() const;
+ Q_TODO Q_INVOKABLE QString upperBoundOperation() const;
public Q_SLOTS: