Modifier and Type | Field and Description |
---|---|
protected Map<String,GenericPropertyInfo> |
GenericModel.genPropertiesById |
Modifier and Type | Method and Description |
---|---|
GenericPropertyInfo |
GenericModel.createCopy(PropertyInfo pi,
String copyId)
Creates a copy of the given property.
|
GenericPropertyInfo |
GenericPropertyInfo.createCopy(String copyId) |
GenericPropertyInfo |
GenericClassInfo.propertyBySequenceNumber(StructuredNumber sn) |
Modifier and Type | Method and Description |
---|---|
Map<String,GenericPropertyInfo> |
GenericModel.getGenProperties() |
SortedSet<GenericPropertyInfo> |
GenericModel.selectedSchemaProperties() |
Modifier and Type | Method and Description |
---|---|
void |
GenericModel.add(GenericPropertyInfo newProperty,
ClassInfo classToAddProperty)
Adds the property to the model map and also the given class.
|
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 |
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.
|
protected Constraint |
GenericModel.parse(OclConstraint con,
GenericPropertyInfo genPi) |
void |
GenericModel.register(GenericPropertyInfo genPi) |
void |
GenericModel.remove(GenericPropertyInfo genPi,
boolean tryKeepAssociation)
Removes the property from the model.
|
Modifier and Type | Method and Description |
---|---|
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 |
GenericModel.setGenPropertiesById(Map<String,GenericPropertyInfo> genPropertiesById) |
Constructor and Description |
---|
GenericOclConstraint(GenericPropertyInfo pi,
OclConstraint constr)
Creates a new OCL constraint from the given constraint (with same
context, but having parsed the OCL anew from the text of the given
constraint).
|
GenericTextConstraint(GenericPropertyInfo genPi,
Constraint origCon) |
Modifier and Type | Method and Description |
---|---|
GenericPropertyInfo |
GenericPropertyContentHandler.getGenericProperty() |
Modifier and Type | Method and Description |
---|---|
static Constraint |
ConstraintParserAndValidator.parse(OclConstraint con,
GenericPropertyInfo genPi) |
Copyright © 2017. All rights reserved.