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

Packages that use CompoundElement
org.eclipse.ocl.examples.xtext.markup   
org.eclipse.ocl.examples.xtext.markup.impl   
org.eclipse.ocl.examples.xtext.markup.util   
org.eclipse.ocl.examples.xtext.markup.validation   
 

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

Subinterfaces of CompoundElement in org.eclipse.ocl.examples.xtext.markup
 interface BulletElement
          A representation of the model object 'Bullet Element'.
 interface FontElement
          A representation of the model object 'Font Element'.
 interface FootnoteElement
          A representation of the model object 'Footnote Element'.
 interface HeadingElement
          A representation of the model object 'Heading Element'.
 interface Markup
          A representation of the model object 'Markup'.
 interface NullElement
          A representation of the model object 'Null Element'.
 interface OCLCodeElement
          A representation of the model object 'Ocl Code Element'.
 interface OCLEvalElement
          A representation of the model object 'Ocl Eval Element'.
 interface OCLTextElement
          A representation of the model object 'Ocl Text Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup that return CompoundElement
 CompoundElement MarkupFactory.createCompoundElement()
          Returns a new object of class 'Compound Element'.
 CompoundElement MarkupElement.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in org.eclipse.ocl.examples.xtext.markup with parameters of type CompoundElement
 HTMLBuffer MarkupToHTML.caseCompoundElement(CompoundElement object)
           
 java.lang.StringBuilder MarkupToString.caseCompoundElement(CompoundElement object)
           
 java.lang.StringBuilder MarkupToTree.caseCompoundElement(CompoundElement object)
           
 void MarkupElement.setOwner(CompoundElement value)
          Sets the value of the 'Owner' container reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement CompoundElement
 class BulletElementImpl
          An implementation of the model object 'Bullet Element'.
 class CompoundElementImpl
          An implementation of the model object 'Compound Element'.
 class FontElementImpl
          An implementation of the model object 'Font Element'.
 class FootnoteElementImpl
          An implementation of the model object 'Footnote Element'.
 class HeadingElementImpl
          An implementation of the model object 'Heading Element'.
 class MarkupImpl
          An implementation of the model object 'Markup'.
 class NullElementImpl
          An implementation of the model object 'Null Element'.
 class OCLCodeElementImpl
          An implementation of the model object 'Ocl Code Element'.
 class OCLEvalElementImpl
          An implementation of the model object 'Ocl Eval Element'.
 class OCLTextElementImpl
          An implementation of the model object 'Ocl Text Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return CompoundElement
 CompoundElement MarkupFactoryImpl.createCompoundElement()
           
 CompoundElement MarkupElementImpl.getOwner()
           
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl with parameters of type CompoundElement
 org.eclipse.emf.common.notify.NotificationChain MarkupElementImpl.basicSetOwner(CompoundElement newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MarkupElementImpl.setOwner(CompoundElement newOwner)
           
 

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

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

Uses of CompoundElement in org.eclipse.ocl.examples.xtext.markup.validation
 

Methods in org.eclipse.ocl.examples.xtext.markup.validation with parameters of type CompoundElement
 boolean MarkupElementValidator.validateOwner(CompoundElement value)