Package | Description |
---|---|
de.interactive_instruments.ShapeChange.Model.Generic |
Modifier and Type | Method and Description |
---|---|
static GenericModel.PropertyCopyDuplicatBehaviorIndicator |
GenericModel.PropertyCopyDuplicatBehaviorIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericModel.PropertyCopyDuplicatBehaviorIndicator[] |
GenericModel.PropertyCopyDuplicatBehaviorIndicator.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,
ClassInfo classToAddProperty,
GenericModel.PropertyCopyDuplicatBehaviorIndicator behavior)
Adds the property to the model map and also the given class.
|
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.add(List<GenericPropertyInfo> newProperties,
GenericModel.PropertyCopyDuplicatBehaviorIndicator behavior)
Adds the given properties to their inClasses
|
void |
GenericClassInfo.addPropertiesAtBottom(List<GenericPropertyInfo> newProps,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the given list of new properties to this class.
|
void |
GenericClassInfo.addPropertiesAtTop(List<GenericPropertyInfo> newProps,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the given list of new properties to this class.
|
void |
GenericClassInfo.addPropertiesInSequence(List<GenericPropertyInfo> newProps,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the given list of new properties to this class.
|
void |
GenericClassInfo.addProperty(GenericPropertyInfo newProperty,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the new property to the set of properties of this class.
|
void |
GenericClassInfo.addPropertyAtBottom(GenericPropertyInfo newProp,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the given property to this 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.