Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/locations/Locator"

From OOModels
Jump to navigationJump to search
 
Line 15: Line 15:
   + org/xmodel/XMAssembly
   + org/xmodel/XMAssembly
     - Factories = [ "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressDE", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressDE", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressGeoPosition", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorBankAccountDE", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorEMail", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorPhone", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorSkype", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorURL" ]
     - Factories = [ "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressDE", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressDE", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressGeoPosition", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorBankAccountDE", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorEMail", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorPhone", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorSkype", "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorURL" ]
     - ObjectEditorTransactionStarters = [ Template="org/oomodels/sandbox/business/foundation/locations/CreateTransactionStarter_Locator" ]
     - ObjectEditorTransactionStarters = [ Aggregate={Template="org/oomodels/sandbox/business/foundation/locations/CreateTransactionStarter_Locator"} ]
</wiml>
</wiml>



Latest revision as of 21:51, 19 June 2012

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation
Category Type:org/oomodels/wiki/Model
More
Download Code
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]

Locator
«AbstractCoreClass»
An operational way of accessing, locating or retrieving something
...
XMAssembly Factories[
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressDE",
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressDE",
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorAddressGeoPosition",
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorBankAccountDE",
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorEMail",
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorPhone",
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorSkype",
    "org.oomodels.sandbox.business.foundation.locations.factories.Factory_LocatorURL"
]
ObjectEditorTransactionStarters[
    Aggregate = {
        Template = "org/oomodels/sandbox/business/foundation/locations/CreateTransactionStarter_Locator"
    }
]


Comments[edit]

Examples: a postal address, a phone number, a file system path, a tcp/ip number