@OpenApiAll
public interface VariantsModelTransformationWizardConfigurator
Modifier and Type | Method and Description |
---|---|
com.nomagic.magicdraw.properties.PropertyManager |
getInvisibleProperties(com.nomagic.magicdraw.core.Project project)
Properties are saved in project options as invisible properties
|
VariationPointsProvider |
getVariationPointsProvider() |
com.nomagic.magicdraw.properties.PropertyManager |
getVisibleProperties(com.nomagic.magicdraw.core.Project project)
Properties are saved in project options as invisible properties
|
boolean |
isVariationPointsProviderVisible(com.nomagic.magicdraw.core.Project project)
Checks if @see VariationPointsProvider should be visible in model transformation wizard dialog
for given project
|
VariationPointsProvider getVariationPointsProvider()
VariationPointsProvider
@CheckForNull com.nomagic.magicdraw.properties.PropertyManager getVisibleProperties(com.nomagic.magicdraw.core.Project project)
project
- currently active projectVariationPointsProvider
@CheckForNull com.nomagic.magicdraw.properties.PropertyManager getInvisibleProperties(com.nomagic.magicdraw.core.Project project)
project
- currently active projectVariationPointsProvider
boolean isVariationPointsProviderVisible(com.nomagic.magicdraw.core.Project project)
project
- currently active projectVariationPointsProvider
should be visible in th dialog, false otherwise