Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Entity"

From OOModels
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 20: Line 20:
   + UML
   + UML
     - ReadOnly=true
     - ReadOnly=true
** Location org/oomodels/sandbox/business/foundation/locations/Location(*)
** Locator org/oomodels/sandbox/business/foundation/locations/Locator(*)
// ** Location org/oomodels/sandbox/business/foundation/locations/Location(*)
// ** Role org/oomodels/sandbox/business/foundation/entities/Role(*)
</wiml>
</wiml>

Latest revision as of 14:49, 19 January 2010

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation/entities
Category Type:org/oomodels/wiki/Model
Maturity work in progress
More
Download Code
Diagram
Namespace (more)

Provides a sandbox for modelling.

It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models.

create new pages

Code[edit]

Entity
«AbstractCoreClass»
A legal entity (person, company).
...
XMPresentation NameLiteralVariants = {
    de = "Kontakt",
    en = "Contact"
}
NameName«AbstractAttribute»
...
UML ReadOnlytrue
Locator──*──► Locator«»
Location disabled──*──► Location«»
Role disabled──*──► Role«»