Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.domain
Class DirectAssociation
network.domain.DomainAssociation
  |
  +--network.domain.DirectAssociation

public class DirectAssociation      
DirectAssociation represents a basic relationship between an Address and a Domain. The DirectAssociation explicitly identifies the relationship between a Domain and a single Address.
NOTE: if the Address associated with the Domain defines an Endpoint than the Endpoint.type must be the same type as the Domain.
 
Links:
Kernel Association Association Link
to Class Address
A DirectAssociates associates exaclty one Address with one Domain. An Address may participate in at most a single DirectAssociation. A Domain may participate in multiple DirectAssociations to different Addresses.
Constraints:
- if the address has an associated Endpoint than the Endpoint.type must match the Domain type
Default:
- none
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Generalization Generalization Link
to Class DomainAssociation
DirectAssociation represents a basic relationship between an Address and a Domain. The DirectAssociation explicitly identifies the relationship between a Domain and a single Address.
NOTE: if the Address associated with the Domain defines an Endpoint than the Endpoint.type must be the same type as the Domain.
 
 

Field Summary
private Address
Field Detail
address
private Address address
A DirectAssociates associates exaclty one Address with one Domain. An Address may participate in at most a single DirectAssociation. A Domain may participate in multiple DirectAssociations to different Addresses.
Constraints:
- if the address has an associated Endpoint than the Endpoint.type must match the Domain type
Default:
- none
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD