Class that represents an element in the signal interface
The systemcomposer.interface.Dictionary
class represents the
interface dictionary of an architecture model.
Create a signal element.
dictionary = <architecture>.InterfaceDictionary;
addInterface | Create a named interface in an interface dictionary |
removeInterface | Remove a named interface from an interface dictionary |
getInterface | Get the object for a named interface in an interface dictionary |
getInterfaces | Get the object for a named interface in an interface dictionary |