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)
          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, Map context)
           
 Object UML2Switch.caseComment(Comment object)
          Returns the result of interpretting the object as an instance of 'Comment'
 


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