Class DeprecatedRepresentationTextCreator

  • Direct Known Subclasses:
    RepresentationTextCreator

    @OpenApiAll
    public class DeprecatedRepresentationTextCreator
    extends java.lang.Object
    Deprecated OpenApi methods of RepresentationTextCreator that should not be used any more
    • Constructor Detail

      • DeprecatedRepresentationTextCreator

        public DeprecatedRepresentationTextCreator()
    • Method Detail

      • createSlotText

        @Deprecated
        public static java.lang.String createSlotText​(Slot slot,
                                                      boolean showName,
                                                      boolean ignoreTrueValues,
                                                      boolean showHTML,
                                                      boolean showFeatureType,
                                                      boolean showFullType,
                                                      boolean addColorInformation,
                                                      boolean showEmptyValue,
                                                      boolean showQualifiedName)
        Returns string representation of given tag definition.
        Parameters:
        slot - The given slot.
        showName - Is show name?
        ignoreTrueValues - Is ignore true values?
        showHTML - True for show htm
        showFeatureType - Is show feature type?
        showFullType - True for show full type.
        addColorInformation - True for set color.
        showEmptyValue - show empty value
        showQualifiedName - show qualified name
        Returns:
        The created string.
      • createSlotText

        @Deprecated
        public static java.lang.String createSlotText​(@Nonnull
                                                      Slot slot,
                                                      boolean showName,
                                                      boolean ignoreTrueValues,
                                                      boolean showHTML,
                                                      boolean showFeatureType,
                                                      boolean showFullType,
                                                      boolean showFeatureTypeTaggedValues,
                                                      boolean addColorInformation,
                                                      boolean showEmptyValue,
                                                      boolean showQualifiedName)
        Returns string representation of given tag definition.
        Parameters:
        slot - The given slot.
        showName - Is show name?
        ignoreTrueValues - Is ignore true values?
        showHTML - True for show htm
        showFeatureType - Is show feature type?
        showFullType - True for show full type.
        showFeatureTypeTaggedValues - show feature type tagged values
        addColorInformation - True for set color.
        showEmptyValue - show empty value
        showQualifiedName - show qualified name
        Returns:
        The created string.
      • createSlotText

        @Deprecated
        public static java.lang.String createSlotText​(@Nonnull
                                                      Slot slot,
                                                      boolean showName,
                                                      boolean ignoreTrueValues,
                                                      boolean showHTML,
                                                      boolean showFeatureType,
                                                      boolean showFullType,
                                                      boolean showFeatureTypeTaggedValues,
                                                      boolean addColorInformation,
                                                      boolean showEmptyValue,
                                                      boolean showQualifiedName,
                                                      boolean showDerived)
        Returns string representation of given tag definition.
        Parameters:
        slot - The given slot.
        showName - Is show name?
        ignoreTrueValues - Is ignore true values?
        showHTML - True for show htm
        showFeatureType - Is show feature type?
        showFullType - True for show full type.
        showFeatureTypeTaggedValues - show feature type tagged values
        addColorInformation - True for set color.
        showEmptyValue - show empty value
        showQualifiedName - show qualified name
        showDerived - if true returned string will be calculated as derived if possible
        Returns:
        The created string.
      • createSlotText

        @Deprecated
        public static java.lang.String createSlotText​(Slot slot,
                                                      boolean showName,
                                                      boolean ignoreTrueValues,
                                                      boolean showHTML,
                                                      boolean showFeatureType,
                                                      boolean showFullType,
                                                      boolean showFeatureTypeTaggedValues,
                                                      boolean addColorInformation,
                                                      boolean showEmptyValue,
                                                      boolean showQualifiedName,
                                                      boolean showDerived,
                                                      boolean forEditing,
                                                      boolean colorUnitSymbols,
                                                      boolean colorTag)
        Returns string representation of given tag definition.
        Parameters:
        slot - The given slot.
        showName - Is show name?
        ignoreTrueValues - Is ignore true values?
        showHTML - True for show htm
        showFeatureType - Is show feature type?
        showFullType - True for show full type.
        showFeatureTypeTaggedValues - show feature type tagged values
        addColorInformation - True for set color.
        showEmptyValue - show empty value
        showQualifiedName - show qualified name
        showDerived - if true returned string will be calculated as derived if possible
        forEditing - flag to indicate that we need text for editing, so no additional text providers will be used
        colorUnitSymbols - flag to indicate if we need to use color for additional text providers, we can't use addColorInformation, as we use same provider for instances that don't have color information property
        colorTag - indicates if we need color tag or font color tag if we use in additional text providers
        Returns:
        The created string.
      • createId

        @Deprecated
        public static java.lang.String createId​(Element e,
                                                boolean addColor)
        Create the id (number) to be prepended to the text representation of the element
        Parameters:
        e - the element
        addColor - if true wrap in grey color tags
        Returns:
        the auto id (with space at the end) or empty string if number is not available
      • createBehaviorText

        @Deprecated
        public static java.lang.String createBehaviorText​(Behavior behavior,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showInheritedSign,
                                                          boolean showSignature,
                                                          boolean showFullType,
                                                          boolean showConstraintName,
                                                          boolean showConstraintExpression,
                                                          boolean addColorInformation,
                                                          boolean showParameterDirectionKind)
        Creates behavior text.
        Parameters:
        behavior - behavior to represent.
        showStereotype - indicates if stereotypes should be displayed.
        showProperties - indicates if properties and tagged values should be displayed.
        showInheritedSign - indicates if inherited sign should be displayed.
        showSignature - indicates if behavior signature should be displayed.
        showFullType - indicates if full qualified type name should be displayed.
        showConstraintName - indicates if constraint name should be displayed.
        showConstraintExpression - indicates if constraint expression should be displayed.
        addColorInformation - indicates if color information should be added to the representation text.
        showParameterDirectionKind - indicates if parameter direction kind should be displayed.
        Returns:
        behavior text.
      • createBehaviorText

        @Deprecated
        public static java.lang.String createBehaviorText​(Behavior behavior,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showInheritedSign,
                                                          boolean showSignature,
                                                          boolean showFullType,
                                                          boolean showConstraintName,
                                                          boolean showConstraintExpression,
                                                          boolean addColorInformation,
                                                          boolean showParameterDirectionKind,
                                                          boolean showOpaqueBehaviorBody)
        Creates behavior text.
        Parameters:
        behavior - behavior to represent.
        showStereotype - indicates if stereotypes should be displayed.
        showProperties - indicates if properties and tagged values should be displayed.
        showInheritedSign - indicates if inherited sign should be displayed.
        showSignature - indicates if behavior signature should be displayed.
        showFullType - indicates if full qualified type name should be displayed.
        showConstraintName - indicates if constraint name should be displayed.
        showConstraintExpression - indicates if constraint expression should be displayed.
        addColorInformation - indicates if color information should be added to the representation text.
        showParameterDirectionKind - indicates if parameter direction kind should be displayed.
        showOpaqueBehaviorBody - indicates if opaque behavior body should be displayed
        Returns:
        behavior text.
      • createBehaviorText

        @Deprecated
        public static java.lang.String createBehaviorText​(Behavior behavior,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showTaggedValues,
                                                          boolean showInheritedSign,
                                                          boolean showSignature,
                                                          boolean showFullType,
                                                          boolean showConstraintName,
                                                          boolean showConstraintExpression,
                                                          boolean addColorInformation,
                                                          boolean showParameterDirectionKind,
                                                          boolean showOpaqueBehaviorBody)
        Creates behavior text.
        Parameters:
        behavior - behavior to represent.
        showStereotype - indicates if stereotypes should be displayed.
        showProperties - indicates if properties and tagged values should be displayed.
        showInheritedSign - indicates if inherited sign should be displayed.
        showSignature - indicates if behavior signature should be displayed.
        showFullType - indicates if full qualified type name should be displayed.
        showConstraintName - indicates if constraint name should be displayed.
        showConstraintExpression - indicates if constraint expression should be displayed.
        addColorInformation - indicates if color information should be added to the representation text.
        showParameterDirectionKind - indicates if parameter direction kind should be displayed.
        showOpaqueBehaviorBody - indicates if opaque behavior body should be displayed
        Returns:
        behavior text.
      • createStateText

        @Deprecated
        public static java.lang.String createStateText​(State state)
        Creates state name text. It appends SubMachine name if available.
        Parameters:
        state - the state to create text for.
        Returns:
        string containing state name ad SubMachine name
      • createStereotypesText

        @Deprecated
        public static java.lang.String createStereotypesText​(java.util.Collection<Stereotype> stereotypes,
                                                             char separator,
                                                             boolean skipDSL,
                                                             boolean useAlias)
        Returns string representation of given.
        Parameters:
        stereotypes - the collection of stereotypes.
        separator - the separator of stereotypes
        skipDSL - skip DSL stereotypes or nor
        useAlias - use DSL alias instead of name
        Returns:
        The created string.
      • createStereotypesText

        @Deprecated
        public static java.lang.String createStereotypesText​(Element element,
                                                             char separator,
                                                             boolean skipDSL,
                                                             boolean useAlias)
        Create the representation text of element be assigned stereotype.
        Parameters:
        element - The given element.
        separator - The separator string.
        skipDSL - skip DSL stereotypes or nor
        useAlias - use DSL alias instead of name
        Returns:
        The string representation.
      • createPropertyPropertyStringText

        @Deprecated
        public static void createPropertyPropertyStringText​(Property property,
                                                            java.lang.StringBuffer text)
        Deprecated.
        use ModelTextCreatorUtils.appendPropertyPropertyStringText(Property, TextBuilder)
      • createPropertyPropertyStringText

        @Deprecated
        public static void createPropertyPropertyStringText​(Property property,
                                                            java.lang.StringBuffer text,
                                                            java.lang.String separator)
        Deprecated.
        use ModelTextCreatorUtils.appendPropertyPropertyStringText(Property, TextBuilder, String)
      • createOperationText

        @Deprecated
        public static java.lang.String createOperationText​(Operation operation,
                                                           boolean showParameters,
                                                           boolean showVisibility,
                                                           boolean showFullType,
                                                           boolean showStereotype,
                                                           boolean showProperties,
                                                           boolean showConstraintName,
                                                           boolean showConstraintExpression,
                                                           boolean showParameterDirection,
                                                           boolean addColorInformation,
                                                           boolean showTemplateParameters)
        Constructs operation representation text.
        Parameters:
        operation - operation which text will be created.
        showParameters - flag indicates if operation parameters should be shown.
        showVisibility - flag indicates if operation visibility should be shown.
        showFullType - true for show full type
        showStereotype - show stereotype
        showProperties - show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showParameterDirection - show parameter direction
        addColorInformation - add color
        showTemplateParameters -
        Returns:
        method text string.
      • createOperationText

        @Deprecated
        public static java.lang.String createOperationText​(Operation operation,
                                                           boolean showSignature,
                                                           boolean showVisibility,
                                                           boolean showFullType,
                                                           boolean showStereotype,
                                                           boolean showProperties,
                                                           boolean showConstraintName,
                                                           boolean showConstraintExpression,
                                                           boolean showParameterDirection,
                                                           boolean addColorInformation,
                                                           boolean showTemplateParameters,
                                                           boolean showParameterDefaultValue)
        Constructs representation operation text.
        Parameters:
        operation - operation which text will be created.
        showSignature - flag indicates if method parameters should be shown.
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showStereotype - show stereotype
        showProperties - show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showParameterDirection - show parameter direction kind
        addColorInformation - add color
        showTemplateParameters - indicates if template parameters should be shown.
        showParameterDefaultValue - indicates if parameter default values should be shown.
        Returns:
        method text string.
      • createOperationText

        @Deprecated
        public static java.lang.String createOperationText​(Operation operation,
                                                           boolean showSignature,
                                                           boolean showVisibility,
                                                           boolean showFullType,
                                                           boolean showStereotype,
                                                           boolean showProperties,
                                                           boolean showConstraintName,
                                                           boolean showConstraintExpression,
                                                           boolean showParameterDirection,
                                                           boolean addColorInformation,
                                                           boolean showTemplateParameters,
                                                           boolean showParameterDefaultValue,
                                                           boolean showInheritedSign)
        Constructs representation operation text.
        Parameters:
        operation - operation which text will be created.
        showSignature - flag indicates if method parameters should be shown.
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showStereotype - show stereotype
        showProperties - show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showParameterDirection - show parameter direction kind
        addColorInformation - add color
        showTemplateParameters - indicates if template parameters should be shown.
        showParameterDefaultValue - indicates if parameter default values should be shown.
        showInheritedSign - show inherited sign
        Returns:
        method text string.
      • createOperationText

        @Deprecated
        public static java.lang.String createOperationText​(Operation operation,
                                                           boolean showParameters,
                                                           boolean showVisibility,
                                                           boolean showFullType,
                                                           boolean showStereotype,
                                                           boolean showProperties,
                                                           boolean showTaggedValues,
                                                           boolean showConstraintName,
                                                           boolean showConstraintExpression,
                                                           boolean showParameterDirection,
                                                           boolean addColorInformation,
                                                           boolean showTemplateParameters,
                                                           boolean showParameterDefaultValue,
                                                           boolean showInheritedSign)
        Constructs operation representation text.
        Parameters:
        operation - operation which text will be created.
        showParameters - flag indicates if operation parameters should be shown.
        showVisibility - flag indicates if operation visibility should be shown.
        showFullType - True for show full type.
        showStereotype - show stereotype
        showProperties - show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showParameterDirection - show parameter direction kind
        addColorInformation - add color
        showTemplateParameters - indicates if template parameters should be shown.
        showParameterDefaultValue - indicates if parameter default values should be shown.
        showInheritedSign - show inherited sign
        Returns:
        method text string.
      • createParameterDirectionText

        @Deprecated
        public static java.lang.String createParameterDirectionText​(Project project,
                                                                    java.lang.Class<? extends Parameter> parameterMetaType,
                                                                    @CheckForNull
                                                                    ParameterDirectionKind parameterDirection,
                                                                    boolean skipDefaultValue,
                                                                    boolean showReturnDirection,
                                                                    boolean addColorInformation)
        Deprecated.
        use ModelTextCreator#createParameterDirectionText(ParameterDirectionKind, Project, ParameterDirectionTextParams, Supplier)
      • createParameterText

        @Deprecated
        public static java.lang.String createParameterText​(Parameter parameter,
                                                           boolean showFullType,
                                                           boolean showParameterDirection,
                                                           boolean addColorInformation)
        Creates text which represents parameter. for example "param : java::lang::String"
        Parameters:
        parameter - parameter which text will be created.
        showFullType - True for show full type.
        showParameterDirection - show parameter direction
        addColorInformation - add color
        Returns:
        Created text
      • createActivityParameterNodeText

        @Deprecated
        public static java.lang.String createActivityParameterNodeText​(ActivityParameterNode parameter,
                                                                       boolean showFullType,
                                                                       boolean addColorInformation)
        Creates text which represents activity parameter node. for example "param : java::lang::String"
        Parameters:
        parameter - parameter which text will be created.
        showFullType - True for show full type.
        addColorInformation - indicates if color information should be added to the parameter text.
        Returns:
        Created text
      • createReceptionText

        @Deprecated
        public static java.lang.String createReceptionText​(Reception reception,
                                                           boolean showSignature,
                                                           boolean showVisibility,
                                                           boolean showFullType,
                                                           boolean showStereotype,
                                                           boolean showProperties,
                                                           boolean showConstraintName,
                                                           boolean showConstraintExpression,
                                                           boolean showParameterDirection,
                                                           boolean addColorInformation)
        Constructs reception representation text.
        Parameters:
        reception - reception which text will be created.
        showSignature - flag indicates if method parameters should be shown.
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showStereotype - show stereotypes
        showProperties - show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showParameterDirection - show parameter direction
        addColorInformation - add color
        Returns:
        reception representation text
      • createReceptionText

        @Deprecated
        public static java.lang.String createReceptionText​(Reception reception,
                                                           boolean showSignature,
                                                           boolean showVisibility,
                                                           boolean showFullType,
                                                           boolean showStereotype,
                                                           boolean showProperties,
                                                           boolean showConstraintName,
                                                           boolean showConstraintExpression,
                                                           boolean showParameterDirection,
                                                           boolean showInheritedSign,
                                                           boolean addColorInformation)
        Constructs reception representation text.
        Parameters:
        reception - reception which text will be created.
        showSignature - flag indicates if method parameters should be shown.
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showStereotype - show stereotypes
        showProperties - show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showParameterDirection - show parameter direction
        showInheritedSign - show inherited sign
        addColorInformation - add color
        Returns:
        reception representation text
      • createReceptionText

        @Deprecated
        public static java.lang.String createReceptionText​(Reception reception,
                                                           boolean showSignature,
                                                           boolean showVisibility,
                                                           boolean showFullType,
                                                           boolean showStereotype,
                                                           boolean showProperties,
                                                           boolean showTaggedValues,
                                                           boolean showConstraintName,
                                                           boolean showConstraintExpression,
                                                           boolean showParameterDirection,
                                                           boolean showInheritedSign,
                                                           boolean addColorInformation)
        Constructs reception representation text.
        Parameters:
        reception - reception which text will be created.
        showSignature - flag indicates if method parameters should be shown.
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showStereotype - show stereotypes
        showProperties - show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showParameterDirection - show parameter direction
        showInheritedSign - show inherited sign
        addColorInformation - add color
        Returns:
        reception representation text
      • createEnumerationLiteralText

        @Deprecated
        public static java.lang.String createEnumerationLiteralText​(EnumerationLiteral enumLiteral,
                                                                    boolean showStereotype,
                                                                    boolean showProperties,
                                                                    boolean showConstraintName,
                                                                    boolean showConstraintExpression)
        Constructs enumeration literal text.
        Parameters:
        enumLiteral - EnumerationLiteral
        showStereotype - True, for show stereotype
        showProperties - True, for show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        Returns:
        text
      • createEnumerationLiteralText

        @Deprecated
        public static java.lang.String createEnumerationLiteralText​(EnumerationLiteral enumLiteral,
                                                                    boolean showStereotype,
                                                                    boolean showProperties,
                                                                    boolean showConstraintName,
                                                                    boolean showConstraintExpression,
                                                                    boolean showInheritedSign)
        Constructs enumeration literal text.
        Parameters:
        enumLiteral - EnumerationLiteral
        showStereotype - True, for show stereotype
        showProperties - True, for show properties
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showInheritedSign - show inherited sign
        Returns:
        text
      • createEnumerationLiteralText

        @Deprecated
        public static java.lang.String createEnumerationLiteralText​(EnumerationLiteral enumLiteral,
                                                                    boolean showStereotype,
                                                                    boolean showProperties,
                                                                    boolean showTaggedValues,
                                                                    boolean showConstraintName,
                                                                    boolean showConstraintExpression,
                                                                    boolean showInheritedSign)
        Constructs enumeration literal text.
        Parameters:
        enumLiteral - EnumerationLiteral
        showStereotype - True, for show stereotype
        showProperties - True, for show properties
        showTaggedValues - True, for show tagged values
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showInheritedSign - show inherited sign
        Returns:
        text
      • createEnumerationLiteralText

        @Deprecated
        public static java.lang.String createEnumerationLiteralText​(EnumerationLiteral enumLiteral,
                                                                    boolean showStereotype,
                                                                    boolean showProperties,
                                                                    boolean showTaggedValues,
                                                                    boolean showConstraintName,
                                                                    boolean showConstraintExpression,
                                                                    boolean showInheritedSign,
                                                                    boolean addColorInformation)
        Constructs enumeration literal text.
        Parameters:
        enumLiteral - EnumerationLiteral
        showStereotype - True, for show stereotype
        showProperties - True, for show properties
        showTaggedValues - True, for show tagged values
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showInheritedSign - show inherited sign
        Returns:
        text
      • createTemplateParametersText

        @Deprecated
        public static java.lang.String createTemplateParametersText​(java.util.Collection templateParameters,
                                                                    java.lang.String separator)
        Create the Template Parameters Text.
        Parameters:
        templateParameters - The given TemplateParameters.
        separator - The text separator
      • createTemplateBindingText

        public static java.lang.String createTemplateBindingText​(TemplateBinding binding)
        Constructs given binding element text.
        Parameters:
        binding - The given binding.
        Returns:
        The created string.
      • createTemplateBindingText

        public static java.lang.String createTemplateBindingText​(TemplateBinding binding,
                                                                 boolean attachTemplateParameterInfo)
        Constructs given binding element text.
        Parameters:
        binding - The given binding.
        attachTemplateParameterInfo - indicates if full template parameter notation should be used.
        Returns:
        The created string.
      • createPropertyText

        @Deprecated
        public static java.lang.String createPropertyText​(Property property,
                                                          boolean showName,
                                                          boolean showType,
                                                          boolean showVisibility,
                                                          boolean showFullType,
                                                          boolean showInitValue,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showConstraints,
                                                          boolean showMultiplicity,
                                                          boolean addColorInformation)
        Constructs attribute view text.
        Parameters:
        property - attribute which text will be created.
        showName - show name
        showType - show type
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showInitValue - indicates if initial value of attribute will be shown. @return attribute view text string.
        showStereotype - show stereotype
        showProperties - show properties
        showConstraints - show constraints
        showMultiplicity - show multiplicity
        addColorInformation - add color
        Returns:
        property text
      • createPropertyText

        @Deprecated
        public static java.lang.String createPropertyText​(Property property,
                                                          boolean showName,
                                                          boolean showType,
                                                          boolean showVisibility,
                                                          boolean showFullType,
                                                          boolean showInitValue,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showTypeTaggedValues,
                                                          boolean showConstraintName,
                                                          boolean showConstraintExpression,
                                                          boolean showMultiplicity,
                                                          boolean addColorInformation)
        Constructs attribute view text.
        Parameters:
        property - attribute which text will be created.
        showName - show name
        showType - show type
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showInitValue - indicates if initial value of attribute will be shown. @return attribute view text string.
        showStereotype - show stereotypes
        showProperties - show properties
        showTypeTaggedValues - show tagged values
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showMultiplicity - show multiplicity
        addColorInformation - add color
        Returns:
        text
      • createPropertyText

        @Deprecated
        public static java.lang.String createPropertyText​(Property property,
                                                          boolean showName,
                                                          boolean showType,
                                                          boolean showDerived,
                                                          boolean showVisibility,
                                                          boolean showFullType,
                                                          boolean showInitValue,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showTypeTaggedValues,
                                                          boolean showConstraintName,
                                                          boolean showConstraintExpression,
                                                          boolean showMultiplicity,
                                                          boolean addColorInformation)
        Constructs attribute view text.
        Parameters:
        property - attribute which text will be created.
        showName - show name
        showType - show type
        showDerived - show derived sign
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showInitValue - indicates if initial value of attribute will be shown. @return attribute view text string.
        showStereotype - show stereotypes
        showProperties - show properties
        showTypeTaggedValues - show tagged values
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showMultiplicity - show multiplicity
        addColorInformation - add color
        Returns:
        text
      • createPropertyText

        @Deprecated
        public static java.lang.String createPropertyText​(Property property,
                                                          boolean showName,
                                                          boolean showType,
                                                          boolean showDerived,
                                                          boolean showVisibility,
                                                          boolean showFullType,
                                                          boolean showInitValue,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showTypeTaggedValues,
                                                          boolean showConstraintName,
                                                          boolean showConstraintExpression,
                                                          boolean showMultiplicity,
                                                          boolean showInheritedSign,
                                                          boolean addColorInformation)
        Constructs attribute view text.
        Parameters:
        property - attribute which text will be created.
        showName - show name
        showType - show type
        showDerived - show derived sign
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showInitValue - indicates if initial value of attribute will be shown. @return attribute view text string.
        showStereotype - show stereotypes
        showProperties - show properties
        showTypeTaggedValues - show tagged values
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showMultiplicity - show multiplicity
        showInheritedSign - show inherited sign
        addColorInformation - add color
        Returns:
        text
      • createPropertyText

        @Deprecated
        public static java.lang.String createPropertyText​(Property property,
                                                          boolean showName,
                                                          boolean showType,
                                                          boolean showDerived,
                                                          boolean showVisibility,
                                                          boolean showFullType,
                                                          boolean showInitValue,
                                                          boolean showStereotype,
                                                          boolean showProperties,
                                                          boolean showTaggedValues,
                                                          boolean showTypeTaggedValues,
                                                          boolean showConstraintName,
                                                          boolean showConstraintExpression,
                                                          boolean showMultiplicity,
                                                          boolean showInheritedSign,
                                                          boolean addColorInformation)
        Constructs attribute view text.
        Parameters:
        property - attribute which text will be created.
        showName - show name
        showType - show type
        showDerived - show derived sign
        showVisibility - flag indicates if method visibility should be shown.
        showFullType - True for show full type.
        showInitValue - indicates if initial value of attribute will be shown. @return attribute view text string.
        showStereotype - show stereotypes
        showProperties - show properties
        showTypeTaggedValues - show tagged values
        showConstraintName - show constraint name
        showConstraintExpression - show constraint expression
        showMultiplicity - show multiplicity
        showInheritedSign - show inherited sign
        addColorInformation - add color
        Returns:
        text
      • getPureTextFromColoredText

        @Deprecated
        public static java.lang.String getPureTextFromColoredText​(java.lang.String coloredText)
      • isAddColor

        @Deprecated
        public boolean isAddColor()
        Deprecated.
        text creation parameters should now be set in RepresentationTextParams and passed as argument for methods when retrieving text
        Returns:
        always returns false
      • setAddColor

        @Deprecated
        public void setAddColor​(boolean addColor)
        Deprecated.
        text creation parameters should now be set in RepresentationTextParams and passed as argument for methods when retrieving text
        Method has no impact, does not set the value
      • setLocationInTool

        @Deprecated
        public void setLocationInTool​(LocationInTool locationInTool)
        Deprecated.
        text creation parameters should now be set in RepresentationTextParams and passed as argument for methods when retrieving text
        Method has no impact, does not set the value
      • isShowFullType

        @Deprecated
        public boolean isShowFullType()
        Deprecated.
        text creation parameters should now be set in RepresentationTextParams and passed as argument for methods when retrieving text
        Returns:
        always returns false
      • setShowFullType

        @Deprecated
        public void setShowFullType​(boolean value)
        Deprecated.
        text creation parameters should now be set in RepresentationTextParams and passed as argument for methods when retrieving text
        Method has no impact, does not set the value
      • createElementNameText

        @Deprecated
        public static java.lang.String createElementNameText​(@CheckForNull
                                                             Element o)
        Deprecated.