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

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

Methods in org.eclipse.ocl.examples.xtext.markup that return Markup
 Markup MarkupFactory.createMarkup()
          Returns a new object of class 'Markup'.
 

Methods in org.eclipse.ocl.examples.xtext.markup with parameters of type Markup
static java.lang.String MarkupUtils.toHTML(MetaModelManager metaModelManager, java.lang.Object context, Markup markup)
           
 

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement Markup
 class MarkupImpl
          An implementation of the model object 'Markup'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return Markup
 Markup MarkupFactoryImpl.createMarkup()
           
 

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

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

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

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