Uses of Interface
org.eclipse.ocl.examples.xtext.markup.BulletElement

Packages that use BulletElement
org.eclipse.ocl.examples.xtext.markup   
org.eclipse.ocl.examples.xtext.markup.impl   
org.eclipse.ocl.examples.xtext.markup.serializer   
org.eclipse.ocl.examples.xtext.markup.util   
 

Uses of BulletElement in org.eclipse.ocl.examples.xtext.markup
 

Methods in org.eclipse.ocl.examples.xtext.markup that return BulletElement
 BulletElement MarkupFactory.createBulletElement()
          Returns a new object of class 'Bullet Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup with parameters of type BulletElement
 HTMLBuffer MarkupToHTML.caseBulletElement(BulletElement object)
           
 java.lang.StringBuilder MarkupToString.caseBulletElement(BulletElement object)
           
 java.lang.StringBuilder MarkupToTree.caseBulletElement(BulletElement object)
           
 

Uses of BulletElement in org.eclipse.ocl.examples.xtext.markup.impl
 

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement BulletElement
 class BulletElementImpl
          An implementation of the model object 'Bullet Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return BulletElement
 BulletElement MarkupFactoryImpl.createBulletElement()
           
 

Uses of BulletElement in org.eclipse.ocl.examples.xtext.markup.serializer
 

Methods in org.eclipse.ocl.examples.xtext.markup.serializer with parameters of type BulletElement
protected  void AbstractMarkupSemanticSequencer.sequence_BulletElement(org.eclipse.emf.ecore.EObject context, BulletElement semanticObject)
          Constraint: (level=INT? elements+=MarkupElement*)
 

Uses of BulletElement in org.eclipse.ocl.examples.xtext.markup.util
 

Methods in org.eclipse.ocl.examples.xtext.markup.util with parameters of type BulletElement
 T MarkupSwitch.caseBulletElement(BulletElement object)
          Returns the result of interpreting the object as an instance of 'Bullet Element'.