svn commit: r13565 - trunk/src/model/src/org/argouml/model/MetaTypes.java
[email protected] 17 Sep 2007 23:16:16 -0000
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: tfmorris
Date: 2007-09-17 16:16:15-0700
New Revision: 13565
Modified:
trunk/src/model/src/org/argouml/model/MetaTypes.java
Log:
Add Artifact, Constraint, ElementImport, ExtensionPoint, TaggedValue
Modified: trunk/src/model/src/org/argouml/model/MetaTypes.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/MetaTypes.java?view=diff&rev=13565&p1=trunk/src/model/src/org/argouml/model/MetaTypes.java&p2=trunk/src/model/src/org/argouml/model/MetaTypes.java&r1=13564&r2=13565
==============================================================================
--- trunk/src/model/src/org/argouml/model/MetaTypes.java (original)
+++ trunk/src/model/src/org/argouml/model/MetaTypes.java 2007-09-17 16:16:15-0700
@@ -65,6 +65,12 @@
* @return Returns the ActionState.
*/
Object getActionState();
+
+ // Not in UML 2.x - don't implement
+// /**
+// * @return the ActivityGraph class.
+// */
+// Object getActivityGraph();
/**
* @return Returns the Actor.
@@ -75,6 +81,11 @@
* @return Returns the AggregationKind.
*/
Object getAggregationKind();
+
+ /**
+ * @return return Artifact type.
+ */
+ Object getArtifact();
/**
* @return Returns the Association.
@@ -175,6 +186,11 @@
Object getCompositeState();
/**
+ * @return Return the Constraint type.
+ */
+ Object getConstraint();
+
+ /**
* @return Returns the CreateAction.
*/
Object getCreateAction();
@@ -193,6 +209,11 @@
* @return Returns the DestroyAction.
*/
Object getDestroyAction();
+
+ /**
+ * @return the ElementImport class.
+ */
+ Object getElementImport();
/**
* @return Returns the Enumeration.
@@ -218,12 +239,19 @@
* @return Returns the Extend.
*/
Object getExtend();
-
+
+ /**
+ * @return Returns the ExtensionPoint type.
+ */
+ Object getExtensionPoint();
+
/**
* @return Returns the FinalState.
*/
Object getFinalState();
+ // Flow is not in UML 2.x - don't implement
+
/**
* @return Returns the GeneralizableElement.
*/
@@ -441,6 +469,14 @@
*/
Object getTagDefinition();
+
+ /**
+ * Return the TaggedValue class.
+ *
+ * @return Returns the TaggedValue class
+ */
+ Object getTaggedValue();
+
/**
* @return Returns the TerminateAction.
*/