Package | Description |
---|---|
de.interactive_instruments.ShapeChange.Model.Generic |
Modifier and Type | Method and Description |
---|---|
static GenericModel.PropertyCopyPositionIndicator |
GenericModel.PropertyCopyPositionIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericModel.PropertyCopyPositionIndicator[] |
GenericModel.PropertyCopyPositionIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericModel.add(GenericPropertyInfo newProperty,
GenericClassInfo classToAddProperty,
GenericModel.PropertyCopyPositionIndicator copyPositionIndicator,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the property to the model map and also the given class.
|
void |
GenericModel.copyClassContent(GenericClassInfo fromClass,
GenericClassInfo toClass,
GenericModel.PropertyCopyPositionIndicator copyPositionIndicator,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Copies the content of fromClass to toClass, including attributes, but
NOT:
associations
constraints (because the latter are automatically retrieved and
potentially overridden by each class while the input model is loaded)
operations
dependencies
|
Copyright © 2017. All rights reserved.