Uses of Interface
de.mid.innovator.srv2api.icw2class.CLConnectAbleElement
-
Packages that use CLConnectAbleElement Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of CLConnectAbleElement in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLConnectAbleElement in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interfaceACVariableVariables are elements for passing data between actions indirectly. -
Uses of CLConnectAbleElement in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLConnectAbleElement in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interfaceCLParameterA parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature.interfaceCLPortA port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.interfaceCLPropertyA property is a structural feature.Fields in de.mid.innovator.srv2api.icw2class declared as CLConnectAbleElement Modifier and Type Field Description CLConnectAbleElementARG_CLReconnectConnector. ohRolespecifies the new role of the connector endMethods in de.mid.innovator.srv2api.icw2class that return CLConnectAbleElement Modifier and Type Method Description CLConnectAbleElementCLConnectorEnd. getRole()The connectable element attached at this connector end.CLConnectAbleElementCLRoleBinding. getRole()The connectable element of this role binding.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLConnectAbleElement Modifier and Type Method Description voidCLConnector. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)voidCLConnectorEnd. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)Connects a connector end to the specified connectable element.voidCLConnectorEnd. setRole(CLConnectAbleElement value)Set the value of Foreign Key Role.voidCLRoleBinding. setRole(CLConnectAbleElement value)Set the value of Foreign Key Role.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLConnectAbleElement Constructor Description ARG_CLReconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide) -
Uses of CLConnectAbleElement in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return CLConnectAbleElement Modifier and Type Method Description CLConnectAbleElementIALifeline. getRepresents()
-