Uses of Interface
org.eclipse.uml2.uml.Comment

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

Uses of Comment in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Comment
 Comment UMLFactory.createComment()
          Returns a new object of class 'Comment'
 Comment Element.createOwnedComment()
          Creates a new Comment and appends it to the 'Owned Comment' containment reference list
 

Uses of Comment in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Comment
 boolean UMLValidator.validateComment(Comment comment, DiagnosticChain diagnostics, Map context)
           
 Object UMLUtil.UML2EcoreConverter.caseComment(Comment comment)
           
 Object UMLUtil.Profile2EPackageConverter.caseComment(Comment comment)
           
 Object UMLSwitch.caseComment(Comment object)
          Returns the result of interpretting the object as an instance of 'Comment'
 

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


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