| Provider UML Documentation |
Summary:AttributesProperties | Detail:Attributes |
This class is used to relate two Locations to each other. This mechanism can be used to indicate how more finely-defined locations are parts of a more coarsely define location. For example, 123 Main St Suite 400 is a part of the building at 123 Main St.Note that this construct is meant to be traversable in either direction. For example, 123 Main St Suite 400 is a part-of 123 Main St, while 123 Main St is composed-of the various suites within the building.
Attributes | ||
Location | location |
Pointer to the Location to which the owning Location is somehow related. |
«CS» Code | relatedLocationCategory |
This property indicates how the "owning" and "target" Location records are related to each other. Possible examples include: Parent, Child, has Component, is Component of, etc. |
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | RelatedLocation |
Name Expression | |
Namespace | Provider |
Owned Template Signature | |
Owner | Provider |
Owning Template Parameter | |
Package | Provider |
Qualified Name | FHIM::Provider::RelatedLocation |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public Location location
Pointer to the Location to which the owning Location is somehow related.
Aggregation | None |
Alias | |
Association | relatedLocation_location |
Association End | |
Class | RelatedLocation |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | location |
Name Expression | |
Namespace | RelatedLocation |
Opposite | |
Owner | RelatedLocation |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Provider::RelatedLocation::location |
Stereotype | |
Template Parameter | |
Type | Location |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code relatedLocationCategory
This property indicates how the "owning" and "target" Location records are related to each other. Possible examples include: Parent, Child, has Component, is Component of, etc.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | RelatedLocation |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | relatedLocationCategory |
Name Expression | |
Namespace | RelatedLocation |
Opposite | |
Owner | RelatedLocation |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Provider::RelatedLocation::relatedLocationCategory |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Provider UML Documentation |
Summary:AttributesProperties | Detail:Attributes |