systemcomposer.interface.ServiceInterface
Client-server interface
Description
A ServiceInterface
object describes the structure and
attributes of a client-server interface.
Creation
Create a service interface using the addServiceInterface
function.
interface = addServiceInterface(model.InterfaceDictionary,"newServiceInterface")
Properties
Object Functions
addElement | Add element |
getElement | Get object for element |
removeElement | Remove element |
setName | Set name for value type, function argument, interface, or element |
applyStereotype | Apply stereotype to architecture model element |
getStereotypes | Get stereotypes applied on element of architecture model |
getStereotypeProperties | Get stereotype property names on element |
removeStereotype | Remove stereotype from model element |
getProperty | Get property value corresponding to stereotype applied to element |
getPropertyValue | Get value of architecture property |
getEvaluatedPropertyValue | Get evaluated value of property from element |
setProperty | Set property value corresponding to stereotype applied to element |
hasStereotype | Find if element has stereotype applied |
hasProperty | Find if element has property |
destroy | Remove model element |