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 interface
ACVariable
Variables 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 interface
CLParameter
A parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature.interface
CLPort
A 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.interface
CLProperty
A property is a structural feature.Fields in de.mid.innovator.srv2api.icw2class declared as CLConnectAbleElement Modifier and Type Field Description CLConnectAbleElement
ARG_CLReconnectConnector. ohRole
specifies the new role of the connector endMethods in de.mid.innovator.srv2api.icw2class that return CLConnectAbleElement Modifier and Type Method Description CLConnectAbleElement
CLConnectorEnd. getRole()
The connectable element attached at this connector end.CLConnectAbleElement
CLRoleBinding. 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 void
CLConnector. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
void
CLConnectorEnd. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
Connects a connector end to the specified connectable element.void
CLConnectorEnd. setRole(CLConnectAbleElement value)
Set the value of Foreign Key Role.void
CLRoleBinding. 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 CLConnectAbleElement
IALifeline. getRepresents()
-