If this reference is not set then EObjectActionProvider creates a new Action using AppFactory in newAction() method. If this reference is set and is Action then a copy of the action is created and returned. Otherwise the reference value it is adapted to ActionProvider which is used to create an action. This allows to merge actions and chain action generation. E.g. generate Ecore model documentation and merge it into the Engineering documentation.
Type | EObject |
---|---|
Cardinality | 0..1 |
Changeable | true |
Derived | false |
Declaring class | ModelElement |
Artifacts which can be stored in this resource. E.g. source code can be stored in a source control system. Derived opposite to Artifact.repositories.
Type | Artifact |
---|---|
Cardinality | 0..* |
Changeable | false |
Derived | true |
Declaring class | Resource |
Opposite | repositories |
Resources can be organized into a hierarchy (Domains).
Type | ResourceEntry |
---|---|
Cardinality | 0..* |
Changeable | true |
Derived | false |
Declaring class | Resource |
Element documentation. Documentation elements are adapted to SupplierFactory<InputStream>
during generation. Exec content classes such as Markdown and Interpolator can be used as documentation elements.
Type | EObject |
---|---|
Cardinality | 0..* |
Changeable | true |
Derived | false |
Declaring class | PackageElement |
Elements can extend other elements and inherit their configuration - set attributes and references. For top-level packages inheritance shall be explicitly set using superPackages
reference. For nested packages and other package elements extends
is derived from containing packages. For nested packages super-packages derived from containment precede explicitly specified super-packages, i.e. the explicitly specified super-packages (mix-ins) can override configuration inherited via containment.
Type | T |
---|---|
Cardinality | 0..* |
Changeable | false |
Derived | true |
Declaring class | PackageElement |
Opposite | extensions |
Derived reference - known elements extending this element. Known means elements in the same resource set.
Type | T |
---|---|
Cardinality | 0..* |
Changeable | false |
Derived | true |
Declaring class | PackageElement |
Opposite | extends |
Markers pointing to where this model element was loaded from - location, line and column numbers. Multiple markers are supported for situations when a single model element is loaded from multiple locations, e.g. a row in an Excel document or a database and then pom.xml and readme.md is a source repository. Another possiblity is an element being created from a prototype and then loaded - in this case the object will inherit markers from its prototype and will have a marker point to the location where it was loaded from. Markers are listed in the reverse order, i.e. the prototype marker would be after the load marker in the list.
Type | Marker |
---|---|
Cardinality | 0..* |
Changeable | true |
Derived | false |
Declaring class | Marked |
Properties can be used to customize the documentation generation process, e.g. provide configuration for generation of representation diagram elements.
Type | Property |
---|---|
Cardinality | 0..* |
Changeable | true |
Derived | false |
Declaring class | PackageElement |
Key | name |
This reference is set by create()
method and points to a package element which created and configured this element.
Type | T |
---|---|
Cardinality | 0..1 |
Changeable | true |
Derived | false |
Declaring class | PackageElement |
Mapping of representation names to values - Diagrams which serve as templates for generating diagram content from the package element.
Type | RepresentationEntry |
---|---|
Cardinality | 0..* |
Changeable | true |
Derived | false |
Declaring class | PackageElement |
Services provided by a this service provider.
Type | ActivityEntry |
---|---|
Cardinality | 0..* |
Changeable | true |
Derived | false |
Declaring class | ServiceProvider |
Participants which use this resource in their activities.
Type | Participant |
---|---|
Cardinality | 0..* |
Changeable | false |
Derived | true |
Declaring class | Resource |
Opposite | resources |
Flow elements which use this resource.
Type | FlowElement<?> |
---|---|
Cardinality | 0..* |
Changeable | false |
Derived | true |
Declaring class | Resource |
Opposite | resources |