Interface ProcessedRichStringFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    ProcessedRichStringFactoryImpl

    public interface ProcessedRichStringFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    ProcessedRichStringPackage
    Generated:
    • Method Detail

      • createProcessedRichString

        ProcessedRichString createProcessedRichString()
        Returns a new object of class 'Processed Rich String'.
        Returns:
        a new object of class 'Processed Rich String'.
        Generated:
      • createLine

        Line createLine()
        Returns a new object of class 'Line'.
        Returns:
        a new object of class 'Line'.
        Generated:
      • createLinePart

        LinePart createLinePart()
        Returns a new object of class 'Line Part'.
        Returns:
        a new object of class 'Line Part'.
        Generated:
      • createLiteral

        Literal createLiteral()
        Returns a new object of class 'Literal'.
        Returns:
        a new object of class 'Literal'.
        Generated:
      • createLineBreak

        LineBreak createLineBreak()
        Returns a new object of class 'Line Break'.
        Returns:
        a new object of class 'Line Break'.
        Generated:
      • createForLoopStart

        ForLoopStart createForLoopStart()
        Returns a new object of class 'For Loop Start'.
        Returns:
        a new object of class 'For Loop Start'.
        Generated:
      • createForLoopEnd

        ForLoopEnd createForLoopEnd()
        Returns a new object of class 'For Loop End'.
        Returns:
        a new object of class 'For Loop End'.
        Generated:
      • createPrintedExpression

        PrintedExpression createPrintedExpression()
        Returns a new object of class 'Printed Expression'.
        Returns:
        a new object of class 'Printed Expression'.
        Generated:
      • createIfConditionStart

        IfConditionStart createIfConditionStart()
        Returns a new object of class 'If Condition Start'.
        Returns:
        a new object of class 'If Condition Start'.
        Generated:
      • createElseIfCondition

        ElseIfCondition createElseIfCondition()
        Returns a new object of class 'Else If Condition'.
        Returns:
        a new object of class 'Else If Condition'.
        Generated:
      • createElseStart

        ElseStart createElseStart()
        Returns a new object of class 'Else Start'.
        Returns:
        a new object of class 'Else Start'.
        Generated:
      • createEndIf

        EndIf createEndIf()
        Returns a new object of class 'End If'.
        Returns:
        a new object of class 'End If'.
        Generated:
      • getProcessedRichStringPackage

        ProcessedRichStringPackage getProcessedRichStringPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated: