Coverage Report - org.argouml.model.euml.CollaborationsHelperEUMLImpl
 
Classes in this File Line Coverage Branch Coverage Complexity
CollaborationsHelperEUMLImpl
0%
0/36
N/A
1
 
 1  
 // $Id: CollaborationsHelperEUMLImpl.java 18220 2010-04-08 20:37:15Z tfmorris $
 2  
 /*******************************************************************************
 3  
  * Copyright (c) 2007,2010 Tom Morris and other contributors
 4  
  * All rights reserved. This program and the accompanying materials
 5  
  * are made available under the terms of the Eclipse Public License v1.0
 6  
  * which accompanies this distribution, and is available at
 7  
  * http://www.eclipse.org/legal/epl-v10.html
 8  
  *
 9  
  * Contributors:
 10  
  *    Tom Morris - initial API and implementation
 11  
  *******************************************************************************/
 12  
 package org.argouml.model.euml;
 13  
 
 14  
 import java.util.Collection;
 15  
 
 16  
 import org.argouml.model.CollaborationsHelper;
 17  
 
 18  
 /**
 19  
  * Eclipse UML2 implementation of CollaborationsHelper.
 20  
  */
 21  
 class CollaborationsHelperEUMLImpl implements CollaborationsHelper {
 22  
 
 23  
     /**
 24  
      * The model implementation.
 25  
      */
 26  
     private EUMLModelImplementation modelImpl;
 27  
 
 28  
     /**
 29  
      * Constructor.
 30  
      *
 31  
      * @param implementation The ModelImplementation.
 32  
      */
 33  0
     public CollaborationsHelperEUMLImpl(EUMLModelImplementation implementation) {
 34  0
         modelImpl = implementation;
 35  0
     }
 36  
 
 37  
     public void addBase(Object arole, Object abase) {
 38  
         // TODO: Auto-generated method stub
 39  
         
 40  0
     }
 41  
 
 42  
     public void addConstrainingElement(Object handle, Object constraint) {
 43  
         // TODO: Auto-generated method stub
 44  
         
 45  0
     }
 46  
 
 47  
     public void addInstance(Object classifierRole, Object instance) {
 48  
         // TODO: Auto-generated method stub
 49  
         
 50  0
     }
 51  
 
 52  
     public void addMessage(Object handle, Object elem) {
 53  
         // TODO: Auto-generated method stub
 54  
         
 55  0
     }
 56  
 
 57  
     public void addPredecessor(Object handle, Object predecessor) {
 58  
         // TODO: Auto-generated method stub
 59  
         
 60  0
     }
 61  
 
 62  
     public void addSuccessor(Object handle, Object mess) {
 63  
         // TODO: Auto-generated method stub
 64  
         
 65  0
     }
 66  
 
 67  
     public Collection allAvailableContents(Object arole) {
 68  
         // TODO: Auto-generated method stub
 69  0
         return null;
 70  
     }
 71  
 
 72  
     public Collection allAvailableFeatures(Object arole) {
 73  
         // TODO: Auto-generated method stub
 74  0
         return null;
 75  
     }
 76  
 
 77  
     public Collection getAllClassifierRoles(Object ns) {
 78  
         // TODO: Auto-generated method stub
 79  0
         return null;
 80  
     }
 81  
 
 82  
     public Collection getAllPossibleActivators(Object ames) {
 83  
         // TODO: Auto-generated method stub
 84  0
         return null;
 85  
     }
 86  
 
 87  
     public Collection getAllPossibleAssociationRoles(Object role) {
 88  
         // TODO: Auto-generated method stub
 89  0
         return null;
 90  
     }
 91  
 
 92  
     public Collection getAllPossibleBases(Object role) {
 93  
         // TODO: Auto-generated method stub
 94  0
         return null;
 95  
     }
 96  
 
 97  
     public Collection getAllPossiblePredecessors(Object amessage) {
 98  
         // TODO: Auto-generated method stub
 99  0
         return null;
 100  
     }
 101  
 
 102  
     public Object getAssociationRole(Object afrom, Object ato) {
 103  
         // TODO: Auto-generated method stub
 104  0
         return null;
 105  
     }
 106  
 
 107  
     public Collection getClassifierRoles(Object role) {
 108  
         // TODO: Auto-generated method stub
 109  0
         return null;
 110  
     }
 111  
 
 112  
     public boolean hasAsActivator(Object message, Object activator) {
 113  
         // TODO: Auto-generated method stub
 114  0
         return false;
 115  
     }
 116  
 
 117  
     public boolean isAddingCollaborationAllowed(Object context) {
 118  
         // TODO: Auto-generated method stub
 119  0
         return false;
 120  
     }
 121  
 
 122  
     public void removeBase(Object handle, Object c) {
 123  
         // TODO: Auto-generated method stub
 124  
         
 125  0
     }
 126  
 
 127  
     public void removeConstrainingElement(Object handle, Object constraint) {
 128  
         // TODO: Auto-generated method stub
 129  
         
 130  0
     }
 131  
 
 132  
     public void removeInteraction(Object collab, Object interaction) {
 133  
         // TODO: Auto-generated method stub
 134  
         
 135  0
     }
 136  
 
 137  
     public void removeMessage(Object handle, Object message) {
 138  
         // TODO: Auto-generated method stub
 139  
         
 140  0
     }
 141  
 
 142  
     public void removePredecessor(Object handle, Object message) {
 143  
         // TODO: Auto-generated method stub
 144  
         
 145  0
     }
 146  
 
 147  
     public void removeSuccessor(Object handle, Object mess) {
 148  
         // TODO: Auto-generated method stub
 149  
         
 150  0
     }
 151  
 
 152  
     public void setAction(Object handle, Object action) {
 153  
         // TODO: Auto-generated method stub
 154  
         
 155  0
     }
 156  
 
 157  
     public void setActivator(Object ames, Object anactivator) {
 158  
         // TODO: Auto-generated method stub
 159  
         
 160  0
     }
 161  
 
 162  
     public void setBase(Object arole, Object abase) {
 163  
         // TODO: Auto-generated method stub
 164  
         
 165  0
     }
 166  
 
 167  
     public void setBases(Object role, Collection bases) {
 168  
         // TODO: Auto-generated method stub
 169  
         
 170  0
     }
 171  
 
 172  
     public void setContext(Object handle, Object col) {
 173  
         // TODO: Auto-generated method stub
 174  
         
 175  0
     }
 176  
 
 177  
     public void setPredecessors(Object handle, Collection predecessors) {
 178  
         // TODO: Auto-generated method stub
 179  
         
 180  0
     }
 181  
 
 182  
     public void setRepresentedClassifier(Object handle, Object classifier) {
 183  
         // TODO: Auto-generated method stub
 184  
         
 185  0
     }
 186  
 
 187  
     public void setRepresentedOperation(Object handle, Object operation) {
 188  
         // TODO: Auto-generated method stub
 189  
         
 190  0
     }
 191  
 
 192  
     public void setSender(Object handle, Object sender) {
 193  
         // TODO: Auto-generated method stub
 194  
         
 195  0
     }
 196  
 
 197  
     public void setSuccessors(Object handle, Collection messages) {
 198  
         // TODO: Auto-generated method stub
 199  
         
 200  0
     }
 201  
 
 202  
 
 203  
 }