Author: maurelio1234
Date: 2008-06-17 02:28:16-0700
New Revision: 14974
Added:
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.classpath
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.project
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.core.prefs
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.ui.prefs
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/JAVABEANS_JAR.jardesc
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/bin/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/.settings/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/.settings/org.eclipse.jdt.ui.prefs
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/META-INF/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/META-INF/MANIFEST.MF
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/i18n/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/i18n/beansprofile.properties
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/cognitive/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/cognitive/critics/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/cognitive/critics/CrJavaBeanPropertyApplication.java
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/JavaBeans.xmi
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/bean.GIF (contents, props changed)
branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/event.gif (contents, props changed)
Log:
Initial import.
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.classpath?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.classpath 2008-06-17 02:28:16-0700
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry excluding="org/argouml/uml/profile/javabeans/old/|org/argouml/uml/profile/javabeans/JavaBeansProfileModule.java" kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model"/>
+ <classpathentry kind="lib" path="/argouml-core-infra/lib/log4j-1.2.6.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/argouml-app"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-infra"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.project
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.project?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.project 2008-06-17 02:28:16-0700
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>javabeans</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.core.prefs
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.core.prefs?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.core.prefs 2008-06-17 02:28:16-0700
@@ -0,0 +1,7 @@
+#Fri Apr 25 14:10:01 CEST 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.ui.prefs
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.ui.prefs?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/.settings/org.eclipse.jdt.ui.prefs 2008-06-17 02:28:16-0700
@@ -0,0 +1,3 @@
+#Thu Apr 19 11:45:21 BRT 2007
+eclipse.preferences.version=1
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return the ${bare_field_name}\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} the ${bare_field_name} to set\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled
\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">// $$Id$$\r\n// Copyright (c) 2007 The Regents of the University of California. All\r\n// Rights Reserved. Permission to use, copy, modify, and distribute this\r\n// software and its documentation without fee, and without a written\r\n// agreement is hereby granted, provided that the above copyright notice\r\n// and this paragraph appear in all copies. This software program and\r\n// documentation are copyrighted by The Regents of the Universi
ty of\r\n// California. The software program and documentation are supplied "AS\r\n// IS", without any accompanying services from The Regents. The Regents\r\n// does not warrant that the operation of the program will be\r\n// uninterrupted or error-free. The end-user understands that the program\r\n// was developed for research purposes and is advised not to rely\r\n// exclusively on the program for any reason. IN NO EVENT SHALL THE\r\n// UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,\r\n// SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,\r\n// ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF\r\n// THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF\r\n// SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFIC
ALLY DISCLAIMS ANY\r\n// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r\n// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE\r\n// PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF\r\n// CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,\r\n// UPDATES, ENHANCEMENTS, OR MODIFICATIONS.</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n *\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.code
templates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetem
plates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemp
lates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrac
e();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterb
ody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/JAVABEANS_JAR.jardesc
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/JAVABEANS_JAR.jardesc?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/JAVABEANS_JAR.jardesc 2008-06-17 02:28:16-0700
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<jardesc>
+ <jar path="/home/maas/Documents/workspace/gsoc/argouml-app/ext/jbeans.jar"/>
+ <options buildIfNeeded="true" compress="true" descriptionLocation="/javabeans/JAVABEANS_JAR.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
+ <storedRefactorings deprecationInfo="true" structuralOnly="false"/>
+ <selectedProjects/>
+ <manifest generateManifest="false" manifestLocation="/javabeans/src/META-INF/MANIFEST.MF" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true">
+ <sealing sealJar="false">
+ <packagesToSeal/>
+ <packagesToUnSeal/>
+ </sealing>
+ </manifest>
+ <selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
+ <file path="/javabeans/.classpath"/>
+ <javaElement handleIdentifier="=javabeans/src"/>
+ <file path="/javabeans/JAVABEANS_JAR.jardesc"/>
+ <folder path="/javabeans/www"/>
+ <file path="/javabeans/ArgoUML sequence.launch"/>
+ <file path="/javabeans/.project"/>
+ </selectedElements>
+</jardesc>
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/.settings/org.eclipse.jdt.ui.prefs
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/.settings/org.eclipse.jdt.ui.prefs?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/.settings/org.eclipse.jdt.ui.prefs 2008-06-17 02:28:16-0700
@@ -0,0 +1,3 @@
+#Sun Apr 15 03:41:15 CEST 2007
+eclipse.preferences.version=1
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/META-INF/MANIFEST.MF?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/META-INF/MANIFEST.MF 2008-06-17 02:28:16-0700
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Class-Path: argouml.jar
+Created-By: 1.2 (Sun Microsystems Inc.)
+
+Name: JavaBeans Profile
+Profile: true
+Model: /org/argouml/uml/profile/javabeans/JavaBeans.xmi
+Java-Critics: org.argouml.uml.profile.cognitive.critics.CrJavaBeanPropertyApplication
\ No newline at end of file
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/i18n/beansprofile.properties
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/i18n/beansprofile.properties?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/i18n/beansprofile.properties 2008-06-17 02:28:16-0700
@@ -0,0 +1,26 @@
+# $Id$
+# Copyright (c) 2003-2007 The Regents of the University of California. All
+# Rights Reserved. Permission to use, copy, modify, and distribute this
+# software and its documentation without fee, and without a written
+# agreement is hereby granted, provided that the above copyright notice
+# and this paragraph appear in all copies. This software program and
+# documentation are copyrighted by The Regents of the University of
+# California. The software program and documentation are supplied "AS
+# IS", without any accompanying services from The Regents. The Regents
+# does not warrant that the operation of the program will be
+# uninterrupted or error-free. The end-user understands that the program
+# was developed for research purposes and is advised not to rely
+# exclusively on the program for any reason. IN NO EVENT SHALL THE
+# UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
+# SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
+# ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
+# THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
+# PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
+# CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,
+# UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+
+beansprofile.CrJavaBeanPropertyApplication-head = A Property can only exist in a Bean
+beansprofile.CrJavaBeanPropertyApplication-desc = Blah Blah Bean Blah Blah\n\n.
\ No newline at end of file
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/cognitive/critics/CrJavaBeanPropertyApplication.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/cognitive/critics/CrJavaBeanPropertyApplication.java?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/cognitive/critics/CrJavaBeanPropertyApplication.java 2008-06-17 02:28:16-0700
@@ -0,0 +1,37 @@
+package org.argouml.uml.profile.cognitive.critics;
+
+import org.argouml.cognitive.Designer;
+import org.argouml.cognitive.ToDoItem;
+import org.argouml.model.Model;
+import org.argouml.uml.cognitive.UMLDecision;
+import org.argouml.uml.cognitive.critics.CrUML;
+
+/**
+ * Sample Java Critics for the JavaBeans Profile
+ *
+ * @author maurelio1234
+ */
+@SuppressWarnings("serial")
+public class CrJavaBeanPropertyApplication extends CrUML {
+ public CrJavaBeanPropertyApplication() {
+ super("beansprofile");
+
+ addSupportedDecision(UMLDecision.PLANNED_EXTENSIONS);
+ setPriority(ToDoItem.HIGH_PRIORITY);
+ addTrigger("association");
+ }
+
+ public boolean predicate2(Object dm, Designer dsgr) {
+ if (Model.getFacade().isAAttribute(dm)) {
+ if (Model.getExtensionMechanismsHelper().hasStereotype(dm,
+ "Property")) {
+ Object owner = Model.getFacade().getOwner(dm);
+ if (!Model.getExtensionMechanismsHelper().hasStereotype(owner,
+ "Bean")) {
+ return PROBLEM_FOUND;
+ }
+ }
+ }
+ return NO_PROBLEM;
+ }
+}
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/JavaBeans.xmi
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/JavaBeans.xmi?view=auto&rev=14974
==============================================================================
--- (empty file)
+++ branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/JavaBeans.xmi 2008-06-17 02:28:16-0700
@@ -0,0 +1,58 @@
+<?xml version = '1.0' encoding = 'UTF-8' ?>
+<XMI xmi.version = '1.2' xmlns:UML = 'org.omg.xmi.namespace.UML' timestamp = 'Fri Jun 06 14:55:05 CEST 2008'>
+ <XMI.header> <XMI.documentation>
+ <XMI.exporter>ArgoUML (using Netbeans XMI Writer version 1.0)</XMI.exporter>
+ <XMI.exporterVersion>PRE-0.25.6(6) revised on $Date: 2007-05-12 08:08:08 +0200 (sam., 12 mai 2007) $ </XMI.exporterVersion>
+ </XMI.documentation>
+ <XMI.metamodel xmi.name="UML" xmi.version="1.4"/></XMI.header>
+ <XMI.content>
+ <UML:Model xmi.id = '10-1-1-3--78fd8828:1127669a1fa:-8000:000000000000077B'
+ name = 'UML Profile for JavaBeans' isSpecification = 'false' isRoot = 'false'
+ isLeaf = 'false' isAbstract = 'false'>
+ <UML:ModelElement.stereotype>
+ <UML:Stereotype href = 'http://argouml.org/profiles/uml14/default-uml14.xmi#.:0000000000000877'/>
+ </UML:ModelElement.stereotype>
+ <UML:ModelElement.taggedValue>
+ <UML:TaggedValue xmi.id = '127-0-1-1--fda1a11:11a21f70e98:-8000:000000000000080B'
+ isSpecification = 'false'>
+ <UML:TaggedValue.dataValue>Java</UML:TaggedValue.dataValue>
+ <UML:TaggedValue.type>
+ <UML:TagDefinition href = 'http://argouml.org/profiles/uml14/metaprofile.xmi#127-0-1-1--3790810c:11a1f2b16a5:-8000:00000000000007C8'/>
+ </UML:TaggedValue.type>
+ </UML:TaggedValue>
+ </UML:ModelElement.taggedValue>
+ <UML:Namespace.ownedElement>
+ <UML:Stereotype xmi.id = '10-1-1-3--78fd8828:1127669a1fa:-8000:000000000000077C'
+ name = 'Bean' isSpecification = 'false' isRoot = 'false' isLeaf = 'false'
+ isAbstract = 'false'>
+ <UML:Stereotype.baseClass>Class</UML:Stereotype.baseClass>
+ <UML:ModelElement.taggedValue>
+ <UML:TaggedValue xmi.id = '127-0-1-1--38d5c701:11a260f64f7:-8000:0000000000000897'
+ isSpecification = 'false'>
+ <UML:TaggedValue.dataValue>/documents/workspace/gsoc/javabeans/src/org/argouml/uml/profile/javabeans/bean.GIF</UML:TaggedValue.dataValue>
+ <UML:TaggedValue.type>
+ <UML:TagDefinition href = 'http://argouml.org/profiles/uml14/metaprofile.xmi#127-0-1-1--3790810c:11a1f2b16a5:-8000:00000000000007D1'/>
+ </UML:TaggedValue.type>
+ </UML:TaggedValue>
+ </UML:ModelElement.taggedValue>
+ </UML:Stereotype>
+ <UML:Stereotype xmi.id = '10-1-1-3--78fd8828:1127669a1fa:-8000:000000000000077E'
+ name = 'Property' isSpecification = 'false' isRoot = 'false' isLeaf = 'false'
+ isAbstract = 'false'>
+ <UML:Stereotype.baseClass>Attribute</UML:Stereotype.baseClass>
+ </UML:Stereotype>
+ <UML:Stereotype xmi.id = '10-1-1-3--1493a662:11305da89f4:-8000:00000000000008B1'
+ name = 'Event' isSpecification = 'false' isRoot = 'false' isLeaf = 'false'
+ isAbstract = 'false'>
+ <UML:Stereotype.baseClass>Class</UML:Stereotype.baseClass>
+ </UML:Stereotype>
+ <UML:Comment xmi.id = '127-0-1-1-65adf79:11a5ddc3c5c:-8000:000000000000089C'
+ isSpecification = 'false' body = 'context Class inv: self.stereotype->contains(Bean) implies self.operation->forAll(x | x.stereotype->includes(Property))'>
+ <UML:ModelElement.stereotype>
+ <UML:Stereotype href = 'http://argouml.org/profiles/uml14/metaprofile.xmi#127-0-1-1--259518d7:11a5dd26371:-8000:00000000000008DF'/>
+ </UML:ModelElement.stereotype>
+ </UML:Comment>
+ </UML:Namespace.ownedElement>
+ </UML:Model>
+ </XMI.content>
+</XMI>
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/bean.GIF
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/bean.GIF?view=auto&rev=14974
==============================================================================
Binary file. No diff available.
Added: branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/event.gif
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_sampleprofiles_maurelio1234/javabeans/src/org/argouml/uml/profile/javabeans/event.gif?view=auto&rev=14974
==============================================================================
Binary file. No diff available.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.