<detailskey="documentation"value="Returns the {@link org.fortiss.af3.allocation.model.Allocation}s contained by this {@link org.fortiss.af3.allocation.model.AllocationTable}."/>
<detailskey="documentation"value="Base class for allocation / mapping between a source model and a target model (typically located in different modeling viewpoints). The relation is defined using specializations of {@link org.fortiss.af3.allocation.model.AllocationEntry}."/>
<detailskey="documentation"value="Returns all allocation entries specializating {@link org.fortiss.af3.allocation.model.OneToOneAllocationEntry}. Specializations of {@link org.fortiss.af3.allocation.model.Allocation} that are not supposed to contain one-to-one allocations may throw a {@link java.lang.UnsupportedOperationException}."/>
<detailskey="documentation"value="Returns all allocation entries specializating {@link org.fortiss.af3.allocation.model.OneToManyAllocationEntry}. Specializations of {@link org.fortiss.af3.allocation.model.Allocation} that are not supposed to contain one-to-many allocations may throw a {@link java.lang.UnsupportedOperationException}."/>
<detailskey="documentation"value="Returns all allocation entries specializating {@link org.fortiss.af3.allocation.model.ManyToOneAllocationEntry}. Specializations of {@link org.fortiss.af3.allocation.model.Allocation} that are not supposed to contain many-to-one allocations may throw a {@link java.lang.UnsupportedOperationException}."/>
<detailskey="documentation"value="Returns the target element to which the given source element is mapped, or {@code null} in case no such mapping has been defined. Specializations of {@link org.fortiss.af3.allocation.model.Allocation} that can only contain {@link org.fortiss.af3.allocation.model.OneToManyAllocation}s may throw a {@link java.lang.UnsupportedOperationException}."/>
<detailskey="documentation"value="Returns the target elements to which the given source element is mapped, or {@code null} in case no such mapping has been defined. The implementation also covers {@link org.fortiss.af3.allocation.model.OneToOneAllocation}s and {@link org.fortiss.af3.allocation.model.ManyToOneAllocation}s where it returns a list with one element."/>
<detailskey="documentation"value="Returns the source element which is mapped to the given target element, or {@code null} in case no such mapping has been defined. Specializations of {@link org.fortiss.af3.allocation.model.Allocation} that can only contain {@link org.fortiss.af3.allocation.model.ManyToOneAllocation}s may throw a {@link java.lang.UnsupportedOperationException}."/>
<detailskey="documentation"value="Returns the source elements which are mapped to the given target element, or {@code null} in case no such mapping has been defined. The implementation also covers {@link org.fortiss.af3.allocation.model.OneToOneAllocation}s and {@link org.fortiss.af3.allocation.model.OneToManyAllocation}s where it returns a list with one element."/>
<detailskey="documentation"value="Base class for 1:1 {@link org.fortiss.af3.allocation.model.AllocationEntry}s. Must be specialized for mappings between concreate viewpoints/domains."/>
<detailskey="documentation"value="An element in the source domain/viewpoint of the {@link org.fortiss.af3.allocation.model.Allocation} containing this {@link org.fortiss.af3.allocation.model.OneToOneAllocationEntry}."/>
<detailskey="documentation"value="An element in the target domain/viewpoint of the {@link org.fortiss.af3.allocation.model.Allocation} containing this {@link org.fortiss.af3.allocation.model.OneToOneAllocationEntry}."/>
<detailskey="documentation"value="Base class for 1:n {@link org.fortiss.af3.allocation.model.AllocationEntry}s. Must be specialized for mappings between concreate viewpoints/domains."/>
<detailskey="documentation"value="An element in the source domain/viewpoint of the {@link org.fortiss.af3.allocation.model.Allocation} containing this {@link org.fortiss.af3.allocation.model.OneToManyAllocationEntry}."/>
<detailskey="documentation"value="A non-empty list of element in the target domain/viewpoint of the {@link org.fortiss.af3.allocation.model.Allocation} containing this {@link org.fortiss.af3.allocation.model.OneToManyAllocationEntry}."/>
<detailskey="documentation"value="Base class for n:1 {@link org.fortiss.af3.allocation.model.AllocationEntry}s. Must be specialized for mappings between concreate viewpoints/domains."/>
<detailskey="documentation"value="A non-empty set of elements in the source domain/viewpoint of the {@link org.fortiss.af3.allocation.model.Allocation} containing this {@link org.fortiss.af3.allocation.model.ManyToOneAllocationEntry}."/>
<detailskey="documentation"value="An element in the target domain/viewpoint of the {@link org.fortiss.af3.allocation.model.Allocation} containing this {@link org.fortiss.af3.allocation.model.ManyToOneAllocationEntry}."/>
<detailskey="documentation"value="To be moved to the component plugin or the task architecture plugin. This is here just to illustrate how the allocation framework is inteded to be instantiated. However, we are lacking the concrete types (({@code Component, Task})."/>
<detailskey="documentation"value="To be moved to the component plugin or the task architecture plugin. This is here just to illustrate how the allocation framework is inteded to be instantiated. However, we are lacking the concrete types (({@code Component, Task})."/>