Uses of Interface
org.eclipse.ocl.examples.pivot.Comment

Packages that use Comment
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of Comment in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return Comment
 Comment PivotFactory.createComment()
          Returns a new object of class 'Comment'.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Comment
 java.util.List<Comment> Element.getOwnedComment()
          Returns the value of the 'Owned Comment' containment reference list.
 

Uses of Comment in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Comment
 class CommentImpl
          An implementation of the model object 'Comment'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Comment
protected  org.eclipse.emf.common.util.EList<Comment> ElementImpl.ownedComment
          The cached value of the 'Owned Comment' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Comment
 Comment PivotFactoryImpl.createComment()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Comment
 java.util.List<Comment> ElementImpl.getOwnedComment()
           
 

Uses of Comment in org.eclipse.ocl.examples.pivot.manager
 

Fields in org.eclipse.ocl.examples.pivot.manager with type parameters of type Comment
static java.util.List<Comment> MetaModelManager.EMPTY_COMMENT_LIST
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type Comment
protected  java.lang.Iterable<Comment> MetaModelManager.CompleteElementCommentsIterable.getInnerIterable(DomainElement model)
           
 java.lang.Iterable<Comment> MetaModelManager.getLocalComments(Operation operation)
           
 java.lang.Iterable<Comment> MetaModelManager.getLocalComments(Property property)
           
 java.lang.Iterable<Comment> MetaModelManager.getLocalComments(Type type)
           
 

Uses of Comment in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml that return Comment
 Comment UML2PivotDeclarationSwitch.caseComment(org.eclipse.uml2.uml.Comment umlComment)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Comment
 org.eclipse.emf.ecore.EModelElement Pivot2UMLDeclarationVisitor.visitComment(Comment pivotComment)
           
 

Uses of Comment in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Comment
 T1 PivotSwitch.caseComment(Comment object)
          Returns the result of interpreting the object as an instance of 'Comment'.
 boolean PivotValidator.validateComment(Comment comment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitComment(Comment object)
           
 R AbstractExtendingVisitor.visitComment(Comment object)
           
 R AbstractNullVisitor.visitComment(Comment object)
           
 R AbstractWrappingVisitor.visitComment(Comment object)
           
 R Visitor.visitComment(Comment object)
           
 

Uses of Comment in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Comment
 java.lang.String ToStringVisitor.visitComment(Comment comment)
           
 

Uses of Comment in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type Comment
protected  java.lang.String BaseLabelProvider.image(Comment ele)
           
 java.lang.String BaseLabelProvider.text(Comment ele)