|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericPropertyInfo | |
---|---|
de.interactive_instruments.ShapeChange.Model.Generic |
Uses of GenericPropertyInfo in de.interactive_instruments.ShapeChange.Model.Generic |
---|
Fields in de.interactive_instruments.ShapeChange.Model.Generic with type parameters of type GenericPropertyInfo | |
---|---|
protected Map<String,GenericPropertyInfo> |
GenericModel.genPropertiesById
|
Methods in de.interactive_instruments.ShapeChange.Model.Generic that return GenericPropertyInfo | |
---|---|
GenericPropertyInfo |
GenericModel.createCopy(PropertyInfo pi,
String copyId)
Creates a copy of the given property. |
GenericPropertyInfo |
GenericPropertyInfo.createCopy(String copyId)
|
GenericPropertyInfo |
GenericClassInfo.propertyByName(String name)
|
Methods in de.interactive_instruments.ShapeChange.Model.Generic that return types with arguments of type GenericPropertyInfo | |
---|---|
Map<String,GenericPropertyInfo> |
GenericModel.getGenProperties()
|
Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type GenericPropertyInfo | |
---|---|
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 |
GenericClassInfo.addProperty(GenericPropertyInfo newProperty,
GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
Adds the new property to the set of properties of this class. |
void |
GenericModel.remove(GenericPropertyInfo genPi,
boolean tryKeepAssociation)
Removes the property from the model. |
Method parameters in de.interactive_instruments.ShapeChange.Model.Generic with type arguments of type GenericPropertyInfo | |
---|---|
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. |
Constructors in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type GenericPropertyInfo | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |