: Public abstract <<TMF_BusinessEntity>> Business Entity
Created: |
1/10/2022 12:03:43 PM |
Modified: |
4/15/2022 10:34:09 AM |
|
Project: |
|
Author: |
Giu Platania |
Version: |
22.0 |
Phase: |
prop |
Status: |
Implemented |
Complexity: |
Easy |
Difficulty: |
|
Priority: |
|
Multiplicity: |
|
Advanced: |
|
UUID: |
{8D203C6F-B0CE-4fac-87C0-1E51DEA7E357} |
Appears In: |
Simplified Policy Application Model - TMW, Figure R.01 - View of the RootEntity Class |
This is an abstract base class for objects that represent collections of ManagedEntity objects. This enables common attributes and relationships and other semantics to be applied to different types of Collections of ManagedEntity objects. These can then be refined in the subclasses of Collection.<br/>
- Attributes
- Associations To
- Tagged Values
- Advanced
- Other Links
Attribute |
Public Integer orderMethod
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Transient: |
False |
Derived: |
False |
IsID: |
False |
Notes:
|
This is an enumerated integer, and is used to define the method by which elements in an OrderedSet or Sequence are collated. If the Collection type is Set or Bag, then this attribute MUST have the value 1 ("Not Applicable"). Values include:<br/><br/> 1: Not Applicable<br/> 2: Ascending<br/> 3: Descending<br/>
|
|
Public Integer type
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Transient: |
False |
Derived: |
False |
IsID: |
False |
Notes:
|
This is an enumerated integer that defines the type of Collection that this object is. Values include:<br/><br/> 1: Set<br/> 2: OrderedSet<br/> 3: Sequence<br/> 4: Bag<br/><br/>A Set does not contain duplicate elements, and does not impose an order on its elements. An OrderedSet is like a Set, except that it does impose an order on its contents. A Bag is like a Set, except that it may contain duplicates. A Sequence is like a Bag, except that the elements are ordered.<br/>
|
|
Tag |
Value |
IsCoreEntity |
False |
 Details:
Values: true,false Default: False
|
rsa_guid |
_3E3F0EC000E93CDDD3C501D5 |
 Details:
|
Property |
Value |
isActive: |
0 |
isFinalSpecialization: |
0 |