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

Packages that use FigureRefElement
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 FigureRefElement in org.eclipse.ocl.examples.xtext.markup
 

Methods in org.eclipse.ocl.examples.xtext.markup that return FigureRefElement
 FigureRefElement MarkupFactory.createFigureRefElement()
          Returns a new object of class 'Figure Ref Element'.
 

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

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement FigureRefElement
 class FigureRefElementImpl
          An implementation of the model object 'Fig Ref Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return FigureRefElement
 FigureRefElement MarkupFactoryImpl.createFigureRefElement()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.markup.serializer with parameters of type FigureRefElement
protected  void AbstractMarkupSemanticSequencer.sequence_FigureRefElement(org.eclipse.emf.ecore.EObject context, FigureRefElement semanticObject)
          Constraint: ref=[FigureElement|ID]
 

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

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