Package | Description |
---|---|
de.interactive_instruments.ShapeChange.Model.Generic | |
de.interactive_instruments.ShapeChange.Model.Generic.reader |
Modifier and Type | Field and Description |
---|---|
protected Map<String,GenericAssociationInfo> |
GenericModel.genAssociationInfosById |
Modifier and Type | Method and Description |
---|---|
GenericAssociationInfo |
GenericModel.createCopy(AssociationInfo ai,
String copyId)
Creates a copy of the given association.
|
Modifier and Type | Method and Description |
---|---|
Map<String,GenericAssociationInfo> |
GenericModel.getGenAssociations() |
SortedSet<GenericAssociationInfo> |
GenericModel.selectedSchemaAssociations() |
Modifier and Type | Method and Description |
---|---|
void |
GenericModel.addAssociation(GenericAssociationInfo ai)
At the moment simply puts the association info into the map with all
GenericAssociationInfos
|
void |
GenericModel.dissolveAssociation(GenericAssociationInfo genAI)
Basically turns the properties representing the two ends of an
association into attributes of the classes they are in (unless the
association end is not navigable).
|
Modifier and Type | Method and Description |
---|---|
void |
GenericModel.setGenAssociationInfosById(Map<String,GenericAssociationInfo> genAssociationInfosById) |
Modifier and Type | Method and Description |
---|---|
GenericAssociationInfo |
GenericAssociationContentHandler.getGenericAssociationInfo() |
Copyright © 2018. All rights reserved.