Create new allocation
allocation = allocate(sourceElement,targetElement)
allocation = allocate(sourceElement,targetElement) creates a new allocation between the source element and the target element.
allocation
sourceElement
targetElement
collapse all
Source element for allocation, specified as a systemcomposer.arch.Element object or the name of an element as a character vector.
systemcomposer.arch.Element
Target element for allocation, specified as a systemcomposer.arch.Element object or the name of an element as a character vector.
Allocation between source and target element, returned as a systemcomposer.allocation.Allocation object.
systemcomposer.allocation.Allocation
deallocate | getAllocation
deallocate
getAllocation