Class that represents an element in the signal interface
The systemcomposer.interface.Dictionary
class represents the
interface dictionary of an architecture model.
Create a dictionary.
dict_id = systemcomposer.createDictionary('NewDictionary');
addInterface | Create named interface in interface dictionary |
save | Save the architecture model or data dictionary |
applyProfile | Apply profile to a model |
removeProfile | Remove profile from model |
removeInterface | Remove named interface from interface dictionary |
getInterface | Get object for named interface in interface dictionary |
getInterfaceNames | Get names of all interfaces in interface dictionary |
destroy | Remove and destroy model element |
systemcomposer.createDictionary
| systemcomposer.interface.SignalElement
| systemcomposer.interface.SignalInterface
| systemcomposer.openDictionary