BilateralExchangeActor
Class Description
BilateralExchangeActor describes an actor that provides ICCP data, consumes ICCP data or both. The ICCP data provider lists the data it makes available to an ICCP data consumer. This data is described by ProvidedBilateralPoints. The relation between an ICCP data provider and a consumer is established by a BilateralExchangeAgreement. It is up to the ICCP data consumer to select what ProvidedBilateralPoints to use. The selection made is not described in this information model.
Attributes
None
Relationships
Ancestors
Descendents
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
BilateralExchangeActor | 1 | BilateralExchangeAgreement | 0..* | Provider | Provider of information to a remote peer. | ProviderBilateralExchange | Agreement to information provider. |
BilateralExchangeActor | 0..1 | CommunicationLink | 0..n | BilateralExchangeActor | ICCP data provider or consumer using communication addressing for a Bilateral table. | CommunicationLink | Communication addressing for a Bilateral Table used by a ICCP data provider or consumer. |
BilateralExchangeActor | 0..1 | BilateralExchangeAgreement | 0..* | Consumer | Subscriber of information from a remote peer. | ConsumerBilateralExchange | Agreement to information subscriber. |
BilateralExchangeActor | 1 | ProvidedBilateralPoint | 0..* | BilateralExchangeActor | Remote peer that will receive ICCP information in a Bilateral table. | ProvidedBilateralIOPoint | ICCP information in a Bilateral table that will be exposed to a remote peer. |