Reverse Engineering Option Configuration

C# Add-In

Reverse Engineering Option Configuration

Top  Previous  Next

Reverse Engineering Option Setup Screen

This is the screen for configuring the options required for C# reverse engineering.

cs_rev_opt

Model Generation

Model Generation includes various options for model generation.

Item

Description

Generate C# doc to model documentation

Specifies whether to generate C# Document as StarUML(tm) model documentation.

Omit field initial values

Specifies whether to omit the initial values for C# fields.

public

Specifies whether to generate elements with public access modifiers.

package

Specifies whether to generate elements with package access modifiers.

protected

Specifies whether to generate elements with protected access modifiers.

private

Specifies whether to generate elements with private access modifiers.

Reference Field Creation

Reference Field Creation specifies generation methods for reference fields when generating models.

Item

Description

Generate the field to the Attributes

Specifies whether to generate C# fields as StarUML(tm) model attributes.

Generate the field to the Associations

Specifies whether to generate C# fields as StarUML(tm) model associations.

Diagram

Diagram specifies diagram generation and the default generation names.

Item

Description

Create Overview diagram

Specifies whether to generate Overview diagram when generating model.

The name of Diagram

Specifies names for Overview diagram generation. The string %s is automatically replaced by the package name.

View

View specifies view-related options after model generation.

Item

Description

Suppress the Attribute compartment

Suppresses the attribute area of class models.

Suppress the Operation compartment

Suppresses the operation area of the class models.

Hide operation signature

Specifies whether to display all signatures for operation elements.

Generate generalization and realization views only

Specifies whether to generate generalization and realization views only for the models generated.