Allocation between source and target element
The systemcomposer.allocation.Allocation
defines the allocation
between the source element and the target element.
% Create two allocations between four elements in % the default scenario, Scenario 1. defaultScenario = allocSet.getScenario('Scenario 1'); defaultScenario.allocate(sourceElement1,sourceElement2); defaultScenario.allocate(sourceElement3,sourceElement4);
allocate
| getAllocatedFrom
| getAllocatedTo
| getAllocation
| getScenario