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.util   
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'.
 Comment Element.createOwnedComment()
          Creates a new Comment and appends it to the 'Owned Comment' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot 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 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.ownedComments
          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()
           
 Comment ElementImpl.createOwnedComment()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Comment
 org.eclipse.emf.common.util.EList<Comment> ElementImpl.getOwnedComments()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Comment
 T 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 Visitor.visitComment(Comment object)
           
 

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)