@OpenApiAll
public class DeprecatedRepresentationTextCreator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COLOR_POSTFIX
Deprecated.
|
static java.lang.String |
COLOR_PREFIX
Deprecated.
|
static java.lang.String |
EMPTY_NAME_NOTATION
Deprecated.
|
static java.lang.String |
GRAY_COLOR_STRING
Deprecated.
|
Constructor and Description |
---|
DeprecatedRepresentationTextCreator() |
Modifier and Type | Method and Description |
---|---|
static void |
appendColor(java.lang.StringBuffer text,
java.awt.Color color)
Deprecated.
|
static java.lang.String |
appendColor(java.lang.String text,
java.awt.Color color)
Deprecated.
|
static java.lang.String |
appendGrayColor(java.lang.String text)
Deprecated.
|
static void |
appendGrayColor(java.lang.StringBuffer text)
Deprecated.
|
static java.lang.String |
constructActivityEdgeText(ActivityEdge activityEdge,
boolean showWeight)
|
static java.lang.String |
constructCombinedFragmentOperatorText(CombinedFragment combinedFragment)
|
static java.lang.String |
createActivityParameterNodeText(ActivityParameterNode parameter,
boolean showFullType,
boolean addColorInformation)
|
static java.lang.String |
createAssociationText(Association association)
Deprecated.
|
static java.lang.String |
createBehaviorText(Behavior behavior)
|
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)
|
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)
|
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)
|
static java.lang.String |
createClassifierName(Classifier classifier,
boolean showFullType,
boolean addColorInformation)
Deprecated.
|
static java.lang.String |
createClassifiersRepresentation(java.util.Collection classifiers,
boolean showFullType,
boolean addColorInformation)
Deprecated.
|
static java.lang.String |
createConstraintsText(java.util.Collection<Constraint> constraints,
java.lang.String separator,
boolean useName,
boolean useExpression,
boolean addBrackets)
|
static java.lang.String |
createConstraintsText(Constraint constraint,
boolean useName,
boolean useExpression,
boolean addBrackets)
|
static java.lang.String |
createConstraintsText(ValueSpecification valueSpecification,
boolean addBrackets)
|
static java.lang.String |
createDefaultRepresentationText(BaseElement element,
boolean addColor,
boolean fullSignature)
|
static java.lang.String |
createDefaultRepresentationText(BaseElement element,
boolean addColor,
boolean fullSignature,
boolean showAutoId)
|
static java.lang.String |
createDefaultRepresentationText(BaseElement element,
boolean addColor,
boolean fullSignature,
boolean showAutoId,
LocationInTool locationInTool)
|
static java.lang.String |
createElementNameText(Element o)
Deprecated.
|
static java.lang.String |
createEnumerationLiteralText(EnumerationLiteral enumLiteral,
boolean showStereotype,
boolean showProperties,
boolean showConstraintName,
boolean showConstraintExpression)
|
static java.lang.String |
createEnumerationLiteralText(EnumerationLiteral enumLiteral,
boolean showStereotype,
boolean showProperties,
boolean showConstraintName,
boolean showConstraintExpression,
boolean showInheritedSign)
|
static java.lang.String |
createEnumerationLiteralText(EnumerationLiteral enumLiteral,
boolean showStereotype,
boolean showProperties,
boolean showTaggedValues,
boolean showConstraintName,
boolean showConstraintExpression,
boolean showInheritedSign)
|
static java.lang.String |
createEnumerationLiteralText(EnumerationLiteral enumLiteral,
boolean showStereotype,
boolean showProperties,
boolean showTaggedValues,
boolean showConstraintName,
boolean showConstraintExpression,
boolean showInheritedSign,
boolean addColorInformation)
|
static java.lang.String |
createEventText(Event event)
|
static java.lang.String |
createEventText(Event event,
boolean showOperationsSignature,
boolean useAdvancedColoring)
|
static java.lang.String |
createGuardText(Message msg)
Deprecated.
|
static java.lang.String |
createId(Element e,
boolean addColor)
Deprecated.
|
static java.lang.String |
createInstanceSpecificationText(InstanceSpecification instance,
boolean showClassifier,
boolean showFullType,
boolean addColor)
|
static java.lang.String |
createInstanceSpecificationText(InstanceSpecification instance,
boolean showClassifier,
boolean showFullType,
boolean addColor,
boolean showAutoID)
|
static java.lang.String |
createInteractionUseText(CallBehaviorAction interactionUse)
|
static java.lang.String |
createInteractionUseText(InteractionUse interactionUse,
boolean addReferTo,
boolean addArguments)
|
static java.lang.String |
createMultiplicityRangeText(java.lang.Integer range)
Deprecated.
|
static java.lang.String |
createMultiplicityText(java.lang.Integer lower,
java.lang.Integer upper)
Deprecated.
|
static java.lang.String |
createMultiplicityText(MultiplicityElement multiplicity,
boolean showOrder,
boolean showUnique,
boolean addBrackets)
|
static java.lang.String |
createMultiplicityText(java.lang.String lower,
java.lang.String upper,
boolean ordered,
boolean unique,
boolean addBrackets)
|
static java.lang.String |
createMultiplicityText(java.lang.String lower,
java.lang.String upper,
ValueSpecification lowerValue,
boolean unique,
boolean ordered,
boolean addBrackets)
|
static java.lang.String |
createNamedElementListText(java.util.List<? extends NamedElement> elements)
|
static java.lang.String |
createOperandGuardText(InteractionOperand operand)
|
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)
|
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)
|
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)
|
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)
|
static java.lang.String |
createParameterDirectionText(Project project,
java.lang.Class<? extends Parameter> parameterMetaType,
ParameterDirectionKind parameterDirection,
boolean skipDefaultValue,
boolean showReturnDirection,
boolean addColorInformation)
|
static java.lang.String |
createParametersText(java.util.Collection<Parameter> parameters,
boolean showSignature,
boolean showFullType,
boolean showParameterDirection,
boolean addColorInformation)
|
static java.lang.String |
createParametersText(java.util.Collection<Parameter> parameters,
boolean showSignature,
boolean showFullType,
boolean showParameterDirection,
boolean addColorInformation,
boolean showParameterDefaultValue)
|
static java.lang.String |
createParameterText(Parameter parameter,
boolean showFullType,
boolean showParameterDirection,
boolean addColorInformation)
|
static java.lang.String |
createParameterText(Parameter parameter,
boolean showFullType,
boolean showParameterDirection,
boolean addColorInformation,
boolean showDefaultValue)
|
static java.lang.String |
createParameterText(Parameter parameter,
boolean showFullType,
boolean showParameterDirection,
boolean addColorInformation,
boolean showDefaultValue,
boolean skipDefaultDirection,
boolean showReturnDirection)
|
static java.lang.String |
createPinText(Pin pin,
boolean showName,
boolean showType,
boolean showMultiplicity,
boolean showFullType,
boolean addColor,
boolean showSynchronizationInfo)
Deprecated.
|
static java.lang.String |
createPortText(Port port,
boolean showName,
boolean showType,
boolean showMultiplicity,
boolean showFullType,
boolean addColor)
|
static java.lang.String |
createPortText(Port port,
boolean showName,
boolean showType,
boolean showMultiplicity,
boolean showFullType,
boolean showInheritedSign,
boolean addColor)
|
static java.lang.String |
createPortText(Port port,
boolean showName,
boolean showType,
boolean showMultiplicity,
boolean showFullType,
boolean showTaggedValues,
boolean showInheritedSign,
boolean addColor)
|
static void |
createPropertyPropertyStringText(Property property,
java.lang.StringBuffer text)
Deprecated.
use
ModelTextCreatorInternal.appendPropertyPropertyStringText(Property, TextBuilder) |
static void |
createPropertyPropertyStringText(Property property,
java.lang.StringBuffer text,
java.lang.String separator)
Deprecated.
use
ModelTextCreatorInternal.appendPropertyPropertyStringText(Property, TextBuilder, String) |
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)
|
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)
|
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)
|
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)
|
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)
|
static java.lang.String |
createProtocolTransitionText(ProtocolTransition transition)
|
static java.lang.String |
createProtocolTransitionText(ProtocolTransition transition,
boolean showPort)
|
static java.lang.String |
createProtocolTransitionText(ProtocolTransition transition,
boolean showPort,
boolean showOperationsSignature,
boolean useAdvancedColoring)
|
static java.lang.String |
createPureSlotsString(java.util.Collection<Slot> slots,
java.lang.String separator,
boolean showHTML,
boolean showEmptyValue)
|
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)
|
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)
|
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)
|
static java.util.Comparator<BaseElement> |
createRepresentationTextComparator(boolean addColor,
boolean showAutoId)
|
static java.lang.String |
createSlotsText(java.util.Collection<Slot> slots,
java.lang.String separator,
boolean showHTML,
boolean showEmptyValue)
|
static java.lang.String |
createSlotText(Slot slot,
boolean showName,
boolean ignoreTrueValues,
boolean showHTML,
boolean showFeatureType,
boolean showFullType,
boolean addColorInformation,
boolean showEmptyValue,
boolean showQualifiedName)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
static java.lang.String |
createStateText(State state)
Deprecated.
|
static java.lang.String |
createStereotypesText(java.util.Collection<Stereotype> stereotypes,
char separator)
|
static java.lang.String |
createStereotypesText(java.util.Collection<Stereotype> stereotypes,
char separator,
boolean skipDSL,
boolean useAlias)
|
static java.lang.String |
createStereotypesText(Element element,
char separator)
|
static java.lang.String |
createStereotypesText(Element element,
char separator,
boolean skipDSL,
boolean useAlias)
|
static java.lang.String |
createStereotypeText(Stereotype stereotype)
|
static java.lang.String |
createStereotypeText(Stereotype stereotype,
boolean useAlias)
|
static java.lang.String |
createStereotypeText(java.lang.String stereotypeName)
Deprecated.
|
static java.lang.String |
createTemplateBindingText(TemplateBinding binding)
Constructs given binding element text.
|
static java.lang.String |
createTemplateBindingText(TemplateBinding binding,
boolean attachTemplateParameterInfo)
Constructs given binding element text.
|
static java.lang.String |
createTemplateParametersText(java.util.Collection templateParameters,
java.lang.String separator)
|
static java.lang.String |
createTemplateParameterSubstitutionText(TemplateParameterSubstitution parameterSubstitution,
boolean attachTemplateParameterInfo)
|
static java.lang.String |
createTemplateParameterText(TemplateParameter tParameter)
|
static java.lang.String |
createTransitionText(Transition transition,
boolean showEffect)
|
static java.lang.String |
createTransitionText(Transition transition,
boolean showEffect,
boolean showPort,
boolean showOpaqueBehaviorBody)
|
static java.lang.String |
createTransitionText(Transition transition,
boolean showEffect,
boolean showPort,
boolean showOpaqueBehaviorBody,
boolean showOperationsSignature,
boolean useAdvancedColoring)
|
static java.lang.String |
createTriggersText(java.util.Collection triggers)
|
static java.lang.String |
createTriggersText(java.util.Collection triggers,
boolean showPort)
|
static java.lang.String |
createTriggersText(java.util.Collection triggers,
boolean showPort,
boolean showOperationsSignature,
boolean useAdvancedColoring)
|
static java.lang.String |
createTriggerText(Trigger trigger)
|
static java.lang.String |
createTriggerText(Trigger trigger,
boolean showPort)
|
static java.lang.String |
createTriggerText(Trigger trigger,
boolean showPort,
boolean showOperationsSignature,
boolean useAdvancedColoring)
|
static java.lang.String |
createTypedElementText(TypedElement typedElement,
boolean showName,
boolean showType,
boolean showMultiplicity,
boolean showFullType,
boolean addColor)
|
static java.lang.String |
createTypeName(Type type,
boolean showFullType,
boolean addColorInformation)
Deprecated.
|
static java.lang.String |
createValueSpecificationText(ValueSpecification specification)
|
static char |
createVisibilityText(VisibilityKind visibility)
Deprecated.
|
static java.lang.String |
endColorHtmlTag(java.lang.String text)
Deprecated.
|
static void |
endColorHtmlTag(java.lang.StringBuilder text)
Deprecated.
|
LocationInTool |
getLocationInTool()
Deprecated.
text creation parameters are now retrieved from
RepresentationTextParams which is passed as argument for various methods |
static java.lang.String |
getPureTextFromColoredText(java.lang.String coloredText)
Deprecated.
|
static java.lang.String |
getRelationshipFromToRepresentation(Element relationship,
Element clientModelElement,
java.lang.String clientName,
Element supplierModelElement,
java.lang.String supplierName,
boolean showFullType,
boolean addColor)
|
static java.lang.String |
getRepresentedText(BaseElement el,
boolean addColor)
|
static java.lang.String |
getRepresentedText(BaseElement el,
boolean addColor,
boolean showElementNumber)
|
static java.lang.String |
getRepresentedText(BaseElement el,
boolean addColor,
boolean showElementNumber,
boolean fullSignature)
|
static java.lang.String |
getRepresentedText(BaseElement el,
boolean addColor,
boolean showElementNumber,
boolean fullSignature,
boolean noCache)
|
static java.lang.String |
getRepresentedText(BaseElement el,
boolean addColor,
boolean showElementNumber,
boolean fullSignature,
LocationInTool locationInTool,
boolean noCache)
|
(package private) static java.util.function.Supplier<TextBuilder> |
getSlotTextBuilderFactory(boolean showHTML,
boolean addColor) |
boolean |
isAddColor()
Deprecated.
text creation parameters should now be set in
RepresentationTextParams and passed as argument for methods when retrieving text |
boolean |
isShowFullType()
Deprecated.
text creation parameters should now be set in
RepresentationTextParams and passed as argument for methods when retrieving text |
static java.lang.String |
resetColor(java.lang.String text)
Deprecated.
|
static void |
resetColor(java.lang.StringBuffer text)
Deprecated.
|
void |
setAddColor(boolean addColor)
Deprecated.
text creation parameters should now be set in
RepresentationTextParams and passed as argument for methods when retrieving text |
void |
setLocationInTool(LocationInTool locationInTool)
Deprecated.
text creation parameters should now be set in
RepresentationTextParams and passed as argument for methods when retrieving text |
void |
setShowFullType(boolean value)
Deprecated.
text creation parameters should now be set in
RepresentationTextParams and passed as argument for methods when retrieving text |
static void |
startColorHtmlTag(java.lang.StringBuilder text,
java.awt.Color color)
Deprecated.
|
static java.lang.String |
startColorHtmlTag(java.lang.String text,
java.awt.Color color)
Deprecated.
|
@Deprecated public static final java.lang.String EMPTY_NAME_NOTATION
@Deprecated public static final java.lang.String COLOR_PREFIX
RichTextStringUtils.COLOR_PREFIX
@Deprecated public static final java.lang.String COLOR_POSTFIX
RichTextStringUtils.COLOR_POSTFIX
@Deprecated public static final java.lang.String GRAY_COLOR_STRING
RichTextStringUtils.GRAY_COLOR
static java.util.function.Supplier<TextBuilder> getSlotTextBuilderFactory(boolean showHTML, boolean addColor)
@Deprecated public static java.lang.String createTransitionText(Transition transition, boolean showEffect)
@Deprecated public static java.lang.String createTransitionText(Transition transition, boolean showEffect, boolean showPort, boolean showOpaqueBehaviorBody)
@Deprecated public static java.lang.String createTransitionText(Transition transition, boolean showEffect, boolean showPort, boolean showOpaqueBehaviorBody, boolean showOperationsSignature, boolean useAdvancedColoring)
@Deprecated public static java.lang.String createProtocolTransitionText(ProtocolTransition transition)
@Deprecated public static java.lang.String createProtocolTransitionText(ProtocolTransition transition, boolean showPort)
@Deprecated public static java.lang.String createProtocolTransitionText(ProtocolTransition transition, boolean showPort, boolean showOperationsSignature, boolean useAdvancedColoring)
@Deprecated public static java.lang.String createTriggersText(java.util.Collection triggers)
@Deprecated public static java.lang.String createTriggersText(java.util.Collection triggers, boolean showPort)
@Deprecated public static java.lang.String createTriggersText(java.util.Collection triggers, boolean showPort, boolean showOperationsSignature, boolean useAdvancedColoring)
@Deprecated public static java.lang.String createTriggerText(Trigger trigger)
@Deprecated public static java.lang.String createTriggerText(Trigger trigger, boolean showPort)
@Deprecated public static java.lang.String createTriggerText(Trigger trigger, boolean showPort, boolean showOperationsSignature, boolean useAdvancedColoring)
@Deprecated public static java.lang.String createEventText(Event event)
@Deprecated public static java.lang.String createEventText(Event event, boolean showOperationsSignature, boolean useAdvancedColoring)
@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)
ModelTextCreator.createSlotText(Slot, SlotTextParams, Supplier)
slot
- The given slot.showName
- Is show name?ignoreTrueValues
- Is ignore true values?showHTML
- True for show htmshowFeatureType
- Is show feature type?showFullType
- True for show full type.addColorInformation
- True for set color.showEmptyValue
- show empty valueshowQualifiedName
- show qualified name@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)
ModelTextCreator.createSlotText(Slot, SlotTextParams, Supplier)
slot
- The given slot.showName
- Is show name?ignoreTrueValues
- Is ignore true values?showHTML
- True for show htmshowFeatureType
- Is show feature type?showFullType
- True for show full type.showFeatureTypeTaggedValues
- show feature type tagged valuesaddColorInformation
- True for set color.showEmptyValue
- show empty valueshowQualifiedName
- show qualified name@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)
ModelTextCreator.createSlotText(Slot, SlotTextParams, Supplier)
slot
- The given slot.showName
- Is show name?ignoreTrueValues
- Is ignore true values?showHTML
- True for show htmshowFeatureType
- Is show feature type?showFullType
- True for show full type.showFeatureTypeTaggedValues
- show feature type tagged valuesaddColorInformation
- True for set color.showEmptyValue
- show empty valueshowQualifiedName
- show qualified nameshowDerived
- if true returned string will be calculated as derived if possible@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)
ModelTextCreator.createSlotText(Slot, SlotTextParams, Supplier)
slot
- The given slot.showName
- Is show name?ignoreTrueValues
- Is ignore true values?showHTML
- True for show htmshowFeatureType
- Is show feature type?showFullType
- True for show full type.showFeatureTypeTaggedValues
- show feature type tagged valuesaddColorInformation
- True for set color.showEmptyValue
- show empty valueshowQualifiedName
- show qualified nameshowDerived
- if true returned string will be calculated as derived if possibleforEditing
- flag to indicate that we need text for editing, so no additional text providers will be usedcolorUnitSymbols
- 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 propertycolorTag
- indicates if we need color tag or font color tag if we use in additional text providers@Deprecated @CheckForNull public static java.lang.String createPureSlotsString(java.util.Collection<Slot> slots, java.lang.String separator, boolean showHTML, boolean showEmptyValue)
@Deprecated public static java.lang.String createSlotsText(java.util.Collection<Slot> slots, java.lang.String separator, boolean showHTML, boolean showEmptyValue)
@CheckForNull @Deprecated public static java.lang.String createConstraintsText(java.util.Collection<Constraint> constraints, java.lang.String separator, boolean useName, boolean useExpression, boolean addBrackets)
@Deprecated public static java.lang.String createConstraintsText(Constraint constraint, boolean useName, boolean useExpression, boolean addBrackets)
@Deprecated public static java.lang.String createConstraintsText(ValueSpecification valueSpecification, boolean addBrackets)
@Deprecated public static java.lang.String constructActivityEdgeText(ActivityEdge activityEdge, boolean showWeight)
@Deprecated public static java.lang.String createValueSpecificationText(@CheckForNull ValueSpecification specification)
@Deprecated public static java.lang.String createTypeName(Type type, boolean showFullType, boolean addColorInformation)
CoreTextCreator.createStyledTypeText(Type, boolean, Supplier)
@Deprecated public static java.lang.String createMultiplicityText(java.lang.Integer lower, java.lang.Integer upper)
CoreTextCreator.createMultiplicityText(Integer, Integer)
@Deprecated public static java.lang.String createMultiplicityRangeText(@CheckForNull java.lang.Integer range)
CoreTextCreator.createMultiplicityRangeText(Integer)
@Deprecated public static java.lang.String createMultiplicityText(java.lang.String lower, java.lang.String upper, boolean ordered, boolean unique, boolean addBrackets)
@Deprecated public static java.lang.String createMultiplicityText(MultiplicityElement multiplicity, boolean showOrder, boolean showUnique, boolean addBrackets)
@Deprecated public static java.lang.String createMultiplicityText(java.lang.String lower, java.lang.String upper, @CheckForNull ValueSpecification lowerValue, boolean unique, boolean ordered, boolean addBrackets)
@Deprecated public static java.lang.String createPinText(Pin pin, boolean showName, boolean showType, boolean showMultiplicity, boolean showFullType, boolean addColor, boolean showSynchronizationInfo)
ModelTextCreator.createPinText(Pin, PinTextParams, Supplier)
@Deprecated public static java.lang.String createOperandGuardText(InteractionOperand operand)
@Deprecated public static java.lang.String constructCombinedFragmentOperatorText(CombinedFragment combinedFragment)
@Deprecated public static java.lang.String createClassifiersRepresentation(java.util.Collection classifiers, boolean showFullType, boolean addColorInformation)
CoreTextCreator.createTypeText(Collection, boolean, Supplier)
@Deprecated public static java.lang.String createClassifierName(Classifier classifier, boolean showFullType, boolean addColorInformation)
CoreTextCreator.createTypeText(Type, boolean, Supplier)
@Deprecated public static java.lang.String createInteractionUseText(InteractionUse interactionUse, boolean addReferTo, boolean addArguments)
@Deprecated public static java.lang.String createInteractionUseText(CallBehaviorAction interactionUse)
@Deprecated public static java.lang.String createId(Element e, boolean addColor)
CoreTextCreator.createElementNumberText(Element, Supplier)
e
- the elementaddColor
- if true wrap in grey color tags@Deprecated public static java.lang.String createAssociationText(Association association)
ModelTextCreator.createAssociationText(Association, Supplier)
association
- Text owner.@Deprecated public static java.lang.String createBehaviorText(Behavior behavior)
behavior
- behavior to represent.@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)
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.@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)
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@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)
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@Deprecated public static java.lang.String createStateText(State state)
ModelTextCreator.createStateText(State, Supplier)
state
- the state to create text for.@Deprecated public static java.lang.String createStereotypeText(Stereotype stereotype)
@Deprecated public static java.lang.String createStereotypesText(java.util.Collection<Stereotype> stereotypes, char separator)
CoreTextCreator.createStereotypesText(Collection, String, StereotypeTextParams, Supplier)
stereotypes
- the collection of stereotypes.separator
- the separator of stereotypes@Deprecated public static java.lang.String createStereotypesText(java.util.Collection<Stereotype> stereotypes, char separator, boolean skipDSL, boolean useAlias)
CoreTextCreator.createStereotypesText(Collection, String, StereotypeTextParams, Supplier)
stereotypes
- the collection of stereotypes.separator
- the separator of stereotypesskipDSL
- skip DSL stereotypes or noruseAlias
- use DSL alias instead of name@Deprecated public static java.lang.String createStereotypeText(Stereotype stereotype, boolean useAlias)
@Deprecated public static java.lang.String createStereotypeText(@CheckForNull java.lang.String stereotypeName)
CoreTextCreator.createStereotypeText(String)
@Deprecated public static java.lang.String createStereotypesText(Element element, char separator)
CoreTextCreator.createStereotypesText(Element, String, StereotypeTextParams, Supplier)
element
- The given element.separator
- The separator string.@Deprecated public static java.lang.String createStereotypesText(Element element, char separator, boolean skipDSL, boolean useAlias)
CoreTextCreator.createStereotypesText(Element, String, StereotypeTextParams, Supplier)
element
- The given element.separator
- The separator string.skipDSL
- skip DSL stereotypes or noruseAlias
- use DSL alias instead of name@Deprecated public static void createPropertyPropertyStringText(Property property, java.lang.StringBuffer text)
ModelTextCreatorInternal.appendPropertyPropertyStringText(Property, TextBuilder)
@Deprecated public static void createPropertyPropertyStringText(Property property, java.lang.StringBuffer text, java.lang.String separator)
ModelTextCreatorInternal.appendPropertyPropertyStringText(Property, TextBuilder, String)
@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)
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 typeshowStereotype
- show stereotypeshowProperties
- show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowParameterDirection
- show parameter directionaddColorInformation
- add colorshowTemplateParameters
- @return method text string.@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)
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 stereotypeshowProperties
- show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowParameterDirection
- show parameter direction kindaddColorInformation
- add colorshowTemplateParameters
- indicates if template parameters should be shown.showParameterDefaultValue
- indicates if parameter default values should be shown.@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)
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 stereotypeshowProperties
- show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowParameterDirection
- show parameter direction kindaddColorInformation
- add colorshowTemplateParameters
- indicates if template parameters should be shown.showParameterDefaultValue
- indicates if parameter default values should be shown.showInheritedSign
- show inherited sign@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)
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 stereotypeshowProperties
- show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowParameterDirection
- show parameter direction kindaddColorInformation
- add colorshowTemplateParameters
- indicates if template parameters should be shown.showParameterDefaultValue
- indicates if parameter default values should be shown.showInheritedSign
- show inherited sign@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 public static java.lang.String createParameterText(Parameter parameter, boolean showFullType, boolean showParameterDirection, boolean addColorInformation)
parameter
- parameter which text will be created.showFullType
- True for show full type.showParameterDirection
- show parameter directionaddColorInformation
- add color@Deprecated public static java.lang.String createParameterText(Parameter parameter, boolean showFullType, boolean showParameterDirection, boolean addColorInformation, boolean showDefaultValue, boolean skipDefaultDirection, boolean showReturnDirection)
@Deprecated public static java.lang.String createParameterText(Parameter parameter, boolean showFullType, boolean showParameterDirection, boolean addColorInformation, boolean showDefaultValue)
@Deprecated public static java.lang.String createParametersText(java.util.Collection<Parameter> parameters, boolean showSignature, boolean showFullType, boolean showParameterDirection, boolean addColorInformation, boolean showParameterDefaultValue)
@Deprecated public static java.lang.String createParametersText(java.util.Collection<Parameter> parameters, boolean showSignature, boolean showFullType, boolean showParameterDirection, boolean addColorInformation)
@Deprecated public static java.lang.String createActivityParameterNodeText(ActivityParameterNode parameter, boolean showFullType, boolean addColorInformation)
ModelTextCreator.createActivityParameterNodeText(ActivityParameterNode, boolean, Supplier)
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.@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)
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 stereotypesshowProperties
- show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowParameterDirection
- show parameter directionaddColorInformation
- add color@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)
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 stereotypesshowProperties
- show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowParameterDirection
- show parameter directionshowInheritedSign
- show inherited signaddColorInformation
- add color@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)
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 stereotypesshowProperties
- show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowParameterDirection
- show parameter directionshowInheritedSign
- show inherited signaddColorInformation
- add color@Deprecated public static java.lang.String createGuardText(Message msg)
ModelTextCreator.createGuardText(Message, Supplier)
msg
- message@Deprecated public static java.lang.String createEnumerationLiteralText(EnumerationLiteral enumLiteral, boolean showStereotype, boolean showProperties, boolean showConstraintName, boolean showConstraintExpression)
ModelTextCreator.createEnumerationLiteralText(EnumerationLiteral, MemberTextParams, Supplier)
enumLiteral
- EnumerationLiteralshowStereotype
- True, for show stereotypeshowProperties
- True, for show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expression@Deprecated public static java.lang.String createEnumerationLiteralText(EnumerationLiteral enumLiteral, boolean showStereotype, boolean showProperties, boolean showConstraintName, boolean showConstraintExpression, boolean showInheritedSign)
ModelTextCreator.createEnumerationLiteralText(EnumerationLiteral, MemberTextParams, Supplier)
enumLiteral
- EnumerationLiteralshowStereotype
- True, for show stereotypeshowProperties
- True, for show propertiesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowInheritedSign
- show inherited sign@Deprecated public static java.lang.String createEnumerationLiteralText(EnumerationLiteral enumLiteral, boolean showStereotype, boolean showProperties, boolean showTaggedValues, boolean showConstraintName, boolean showConstraintExpression, boolean showInheritedSign)
ModelTextCreator.createEnumerationLiteralText(EnumerationLiteral, MemberTextParams, Supplier)
enumLiteral
- EnumerationLiteralshowStereotype
- True, for show stereotypeshowProperties
- True, for show propertiesshowTaggedValues
- True, for show tagged valuesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowInheritedSign
- show inherited sign@Deprecated public static java.lang.String createEnumerationLiteralText(EnumerationLiteral enumLiteral, boolean showStereotype, boolean showProperties, boolean showTaggedValues, boolean showConstraintName, boolean showConstraintExpression, boolean showInheritedSign, boolean addColorInformation)
ModelTextCreator.createEnumerationLiteralText(EnumerationLiteral, MemberTextParams, Supplier)
enumLiteral
- EnumerationLiteralshowStereotype
- True, for show stereotypeshowProperties
- True, for show propertiesshowTaggedValues
- True, for show tagged valuesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowInheritedSign
- show inherited sign@Deprecated public static java.lang.String createTemplateParametersText(java.util.Collection templateParameters, java.lang.String separator)
templateParameters
- The given TemplateParameters.separator
- The text separator@Deprecated public static java.lang.String createTemplateParameterText(TemplateParameter tParameter)
tParameter
- The given TemplateParameterpublic static java.lang.String createTemplateBindingText(TemplateBinding binding)
binding
- The given binding.public static java.lang.String createTemplateBindingText(TemplateBinding binding, boolean attachTemplateParameterInfo)
binding
- The given binding.attachTemplateParameterInfo
- indicates if full template parameter notation should be used.@Deprecated public static java.lang.String createTemplateParameterSubstitutionText(TemplateParameterSubstitution parameterSubstitution, boolean attachTemplateParameterInfo)
ModelTextCreator.createTemplateParameterSubstitutionText(TemplateParameterSubstitution, boolean, Supplier)
parameterSubstitution
- The given ParameterSubstitution.attachTemplateParameterInfo
- indicates if full template parameter notation should be used.@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)
ModelTextCreator.createPropertyText(Property, PropertyTextParams, java.util.function.Supplier)
property
- attribute which text will be created.showName
- show nameshowType
- show typeshowVisibility
- 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 stereotypeshowProperties
- show propertiesshowConstraints
- show constraintsshowMultiplicity
- show multiplicityaddColorInformation
- add color@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)
ModelTextCreator.createPropertyText(Property, PropertyTextParams, java.util.function.Supplier)
property
- attribute which text will be created.showName
- show nameshowType
- show typeshowVisibility
- 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 stereotypesshowProperties
- show propertiesshowTypeTaggedValues
- show tagged valuesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowMultiplicity
- show multiplicityaddColorInformation
- add color@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)
ModelTextCreator.createPropertyText(Property, PropertyTextParams, java.util.function.Supplier)
property
- attribute which text will be created.showName
- show nameshowType
- show typeshowDerived
- show derived signshowVisibility
- 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 stereotypesshowProperties
- show propertiesshowTypeTaggedValues
- show tagged valuesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowMultiplicity
- show multiplicityaddColorInformation
- add color@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)
ModelTextCreator.createPropertyText(Property, PropertyTextParams, java.util.function.Supplier)
property
- attribute which text will be created.showName
- show nameshowType
- show typeshowDerived
- show derived signshowVisibility
- 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 stereotypesshowProperties
- show propertiesshowTypeTaggedValues
- show tagged valuesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowMultiplicity
- show multiplicityshowInheritedSign
- show inherited signaddColorInformation
- add color@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)
ModelTextCreator.createPropertyText(Property, PropertyTextParams, java.util.function.Supplier)
property
- attribute which text will be created.showName
- show nameshowType
- show typeshowDerived
- show derived signshowVisibility
- 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 stereotypesshowProperties
- show propertiesshowTypeTaggedValues
- show tagged valuesshowConstraintName
- show constraint nameshowConstraintExpression
- show constraint expressionshowMultiplicity
- show multiplicityshowInheritedSign
- show inherited signaddColorInformation
- add color@Deprecated public static java.lang.String createPortText(Port port, boolean showName, boolean showType, boolean showMultiplicity, boolean showFullType, boolean addColor)
@Deprecated public static java.lang.String createPortText(Port port, boolean showName, boolean showType, boolean showMultiplicity, boolean showFullType, boolean showTaggedValues, boolean showInheritedSign, boolean addColor)
@Deprecated public static java.lang.String createPortText(Port port, boolean showName, boolean showType, boolean showMultiplicity, boolean showFullType, boolean showInheritedSign, boolean addColor)
@Deprecated public static java.lang.String createInstanceSpecificationText(InstanceSpecification instance, boolean showClassifier, boolean showFullType, boolean addColor)
@Deprecated public static java.lang.String createInstanceSpecificationText(InstanceSpecification instance, boolean showClassifier, boolean showFullType, boolean addColor, boolean showAutoID)
@Deprecated public static java.lang.String appendGrayColor(java.lang.String text)
RichTextStringUtils.startColor(String, Color)
@Deprecated public static void appendGrayColor(java.lang.StringBuffer text)
RichTextStringUtils.startColor(String, Color)
@Deprecated public static java.lang.String resetColor(java.lang.String text)
RichTextStringUtils.closeColor(String)
@Deprecated public static void resetColor(java.lang.StringBuffer text)
RichTextStringUtils.closeColor(StringBuffer)
@Deprecated public static void appendColor(java.lang.StringBuffer text, java.awt.Color color)
RichTextStringUtils.startColor(StringBuffer, Color)
@Deprecated public static java.lang.String appendColor(java.lang.String text, java.awt.Color color)
RichTextStringUtils.startColor(String, Color)
@Deprecated public static java.lang.String getPureTextFromColoredText(java.lang.String coloredText)
TextUtils.toPlainText(String)
@Deprecated public static void startColorHtmlTag(java.lang.StringBuilder text, java.awt.Color color)
RichTextStringUtils.startColor(StringBuilder, Color)
@Deprecated public static java.lang.String startColorHtmlTag(java.lang.String text, java.awt.Color color)
RichTextStringUtils.startColor(String, Color)
@Deprecated public static void endColorHtmlTag(java.lang.StringBuilder text)
RichTextStringUtils.closeColor(StringBuilder)
@Deprecated public static java.util.Comparator<BaseElement> createRepresentationTextComparator(boolean addColor, boolean showAutoId)
@Deprecated public static java.lang.String endColorHtmlTag(java.lang.String text)
RichTextStringUtils.closeColor(String)
@Deprecated public static java.lang.String getRepresentedText(BaseElement el, boolean addColor)
@Deprecated public static java.lang.String getRepresentedText(BaseElement el, boolean addColor, boolean showElementNumber)
@Deprecated public static java.lang.String getRepresentedText(BaseElement el, boolean addColor, boolean showElementNumber, boolean fullSignature)
@Deprecated public static java.lang.String getRepresentedText(BaseElement el, boolean addColor, boolean showElementNumber, boolean fullSignature, boolean noCache)
@Deprecated public static java.lang.String getRepresentedText(BaseElement el, boolean addColor, boolean showElementNumber, boolean fullSignature, LocationInTool locationInTool, boolean noCache)
@Deprecated public static java.lang.String createDefaultRepresentationText(BaseElement element, boolean addColor, boolean fullSignature)
@Deprecated public static java.lang.String createDefaultRepresentationText(BaseElement element, boolean addColor, boolean fullSignature, boolean showAutoId)
@Deprecated public static java.lang.String createDefaultRepresentationText(BaseElement element, boolean addColor, boolean fullSignature, boolean showAutoId, LocationInTool locationInTool)
@Deprecated public boolean isAddColor()
RepresentationTextParams
and passed as argument for methods when retrieving text@Deprecated public void setAddColor(boolean addColor)
RepresentationTextParams
and passed as argument for methods when retrieving text@Deprecated public LocationInTool getLocationInTool()
RepresentationTextParams
which is passed as argument for various methodsLocationInTool.unknown
@Deprecated public void setLocationInTool(LocationInTool locationInTool)
RepresentationTextParams
and passed as argument for methods when retrieving text@Deprecated public boolean isShowFullType()
RepresentationTextParams
and passed as argument for methods when retrieving text@Deprecated public void setShowFullType(boolean value)
RepresentationTextParams
and passed as argument for methods when retrieving text@Deprecated public static java.lang.String getRelationshipFromToRepresentation(Element relationship, @CheckForNull Element clientModelElement, java.lang.String clientName, @CheckForNull Element supplierModelElement, java.lang.String supplierName, boolean showFullType, boolean addColor)
@Deprecated public static java.lang.String createTypedElementText(TypedElement typedElement, boolean showName, boolean showType, boolean showMultiplicity, boolean showFullType, boolean addColor)
@Deprecated public static java.lang.String createNamedElementListText(java.util.List<? extends NamedElement> elements)
@Deprecated public static char createVisibilityText(@CheckForNull VisibilityKind visibility)
CoreTextCreator.createVisibilityText(VisibilityKind)
@Deprecated public static java.lang.String createElementNameText(@CheckForNull Element o)
NamedElement.getName()