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

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

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

Methods in org.eclipse.ocl.examples.xtext.markup that return FigureElement
 FigureElement MarkupFactory.createFigureElement()
          Returns a new object of class 'Figure Element'.
 FigureElement FigureRefElement.getRef()
          Returns the value of the 'Ref' reference.
 

Methods in org.eclipse.ocl.examples.xtext.markup with parameters of type FigureElement
 HTMLBuffer MarkupToHTML.caseFigureElement(FigureElement object)
           
 java.lang.StringBuilder MarkupToString.caseFigureElement(FigureElement object)
           
 java.lang.StringBuilder MarkupToTree.caseFigureElement(FigureElement object)
           
 void FigureRefElement.setRef(FigureElement value)
          Sets the value of the 'Ref' reference.
 

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

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

Fields in org.eclipse.ocl.examples.xtext.markup.impl declared as FigureElement
protected  FigureElement FigureRefElementImpl.ref
          The cached value of the 'Ref' reference.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return FigureElement
 FigureElement FigureRefElementImpl.basicGetRef()
           
 FigureElement MarkupFactoryImpl.createFigureElement()
           
 FigureElement FigureRefElementImpl.getRef()
           
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl with parameters of type FigureElement
 void FigureRefElementImpl.setRef(FigureElement newRef)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.markup.serializer with parameters of type FigureElement
protected  void AbstractMarkupSemanticSequencer.sequence_FigureElement(org.eclipse.emf.ecore.EObject context, FigureElement semanticObject)
          Constraint: (def=ID? src=STRING (alt=STRING (requiredWidth=INT requiredHeight=INT?)?)?)
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.markup.validation with parameters of type FigureElement
 boolean FigureRefElementValidator.validateRef(FigureElement value)