Uses of Interface
org.eclipse.uml2.Comment

Packages that use Comment
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Comment in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Comment
 Comment UML2Factory.createComment()
          Returns a new object of class 'Comment'
 Comment Element.createOwnedComment(EClass eClass)
          Deprecated. Use #createOwnedComment() instead.
 Comment Element.createOwnedComment()
          Creates a Comment and appends it to the 'Owned Comment' containment reference list
 

Uses of Comment in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Comment
 boolean UML2Validator.validateComment(Comment comment, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseComment(Comment comment)
           
 java.lang.Object UML2Switch.caseComment(Comment object)
          Returns the result of interpretting the object as an instance of 'Comment'
 

Constructors in org.eclipse.uml2.util with parameters of type Comment
UML2Util.PackageMerger.BodyMatcher(Comment comment)
           
 


Copyright 2003, 2005 IBM Corporation and others.
All Rights Reserved.