Modifier and Type | Class and Description |
---|---|
class |
AssociationInfoImpl |
Modifier and Type | Method and Description |
---|---|
AssociationInfo |
PropertyInfo.association() |
AssociationInfo |
ClassInfo.isAssocClass() |
Modifier and Type | Class and Description |
---|---|
class |
AssociationInfoEA |
Modifier and Type | Field and Description |
---|---|
protected AssociationInfo |
ClassInfoEA.assoc
Cache for the association this class belongs to if it is an association
class.
|
Modifier and Type | Method and Description |
---|---|
AssociationInfo |
PropertyInfoEA.association() |
AssociationInfo |
ClassInfoEA.isAssocClass() |
Modifier and Type | Class and Description |
---|---|
class |
GenericAssociationInfo |
Modifier and Type | Field and Description |
---|---|
protected AssociationInfo |
GenericClassInfo.assocClass |
protected AssociationInfo |
GenericPropertyInfo.association |
Modifier and Type | Method and Description |
---|---|
AssociationInfo |
GenericPropertyInfo.association() |
AssociationInfo |
GenericClassInfo.isAssocClass() |
Modifier and Type | Method and Description |
---|---|
GenericAssociationInfo |
GenericModel.createCopy(AssociationInfo ai,
String copyId)
Creates a copy of the given association.
|
void |
GenericModel.remove(AssociationInfo ai) |
void |
GenericPropertyInfo.setAssociation(AssociationInfo association) |
void |
GenericClassInfo.setAssocInfo(AssociationInfo assocClass) |
Modifier and Type | Class and Description |
---|---|
class |
AssociationInfoXmi10
Information about an UML association.
|
Modifier and Type | Field and Description |
---|---|
protected SortedMap<String,AssociationInfo> |
Xmi10Document.fAssociations
Hash table for associations
|
Modifier and Type | Method and Description |
---|---|
AssociationInfo |
PropertyInfoXmi10.association() |
AssociationInfo |
ClassInfoXmi10.isAssocClass() |
Modifier and Type | Method and Description |
---|---|
AssociationInfo |
Table.getRepresentedAssociation() |
Modifier and Type | Method and Description |
---|---|
void |
Table.setRepresentedAssociation(AssociationInfo representedAssociation) |
Copyright © 2017. All rights reserved.