Manage allocation scenario
The systemcomposer.allocation.AllocationScenario
class defines a
collection of allocations between elements in the source model to elements in the target
model.
scenario = createScenario(myAllocationSet);
allocate | Create new allocation |
destroy | Delete allocation scenario |
deallocate | Delete allocation between source and target element |
getAllocation | Get allocation between source and target elements |
getAllocatedFrom | Get allocation target |
getAllocatedTo | Get allocation source |