svn commit: r18569 - trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/ActivityDiagramGraphModel.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2010-07-24 15:56:04-0700
New Revision: 18569

Modified:
   trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/ActivityDiagramGraphModel.java

Log:
Don't need owner on GraphModel

Modified: trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/ActivityDiagramGraphModel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/ActivityDiagramGraphModel.java?view=diff&pathrev=18569&r1=18568&r2=18569
==============================================================================
--- trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/ActivityDiagramGraphModel.java	(original)
+++ trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/ActivityDiagramGraphModel.java	2010-07-24 15:56:04-0700
@@ -30,19 +30,10 @@
     private static final Logger LOG = Logger
             .getLogger(ActivityDiagramGraphModel.class);
 
-    /**
-     * The activity this Activity Diagram belongs to
-     */
-    private Object activity;
-
     public ActivityDiagramGraphModel() {
         super();
     }
 
-    public Object getActivity() {
-        return activity;
-    }
-
     /*
      * @see org.tigris.gef.graph.GraphModel#getPorts(java.lang.Object)
      */
@@ -64,12 +55,4 @@
     public Object getOwner(Object port) {
         return port;
     }
-    
-    public Object getOwner() {
-        return activity;
-    }
-    
-    public void setOwner(Object owner) {
-        this.activity = owner;
-    }
 }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637766

To unsubscribe from this discussion, e-mail: [[email protected]].
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.