Uses of Interface
edu.cmu.sei.aadl.aadl2.Comment

Packages that use Comment
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of Comment in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return Comment
 Comment Aadl2Factory.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
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type Comment
 org.eclipse.emf.common.util.EList<Comment> Element.getOwnedComments()
          Returns the value of the 'Owned Comment' containment reference list.
 

Uses of Comment in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Comment
 class CommentImpl
          An implementation of the model object 'Comment'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type Comment
protected  org.eclipse.emf.common.util.EList<Comment> ElementImpl.ownedComments
          The cached value of the 'Owned Comment' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return Comment
 Comment Aadl2FactoryImpl.createComment()
           
 Comment ElementImpl.createOwnedComment()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type Comment
 org.eclipse.emf.common.util.EList<Comment> ElementImpl.getOwnedComments()
           
 

Uses of Comment in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type Comment
 T Aadl2Switch.caseComment(Comment object)
          Returns the result of interpreting the object as an instance of 'Comment'
 boolean Aadl2Validator.validateComment(Comment comment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)