Reverse Engineering Option Setup Screen
This is the screen for configuring the options required for Java reverse engineering.
Model Generation
Model Generation includes various options for model generation.
Item
|
Description
|
Generate Java doc to model documentation
|
Specifies whether to generate Java Document as StarUML(tm) model documentation.
|
Omit the initial value of field
|
Specifies whether to omit the initial values for Java 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 Generation specifies generation methods for reference fields when generating models.
Item
|
Description
|
Create the field to the Attribute
|
Specifies whether to generate Java fields as StarUML(tm) model attributes.
|
Create the field to Associations
|
Specifies whether to generate Java 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 a diagram
|
Specifies names for Overview diagram generation. The string %s is automatically replaced by the package name.
|
View
View specified view-related options after model generation.
Item
|
Description
|
Suppress the attribute compartment
|
Suppresses the attribute compartment of class models.
|
Suppress the operation compartment
|
Suppresses the operation compartment of class models.
|
Hide operation signatures
|
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.
|
|