Uses of Interface
de.mid.innovator.srv2api.icw2class.CLConnectAbleElement

Packages that use CLConnectAbleElement
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
 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
 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
 CLConnectAbleElement ARG_CLReconnectConnector.ohRole
          specifies the new role of the connector end
 

Methods in de.mid.innovator.srv2api.icw2class that return CLConnectAbleElement
 CLConnectAbleElement CLRoleBinding.getRole()
          The connectable element of this role binding.
 CLConnectAbleElement CLConnectorEnd.getRole()
          The connectable element attached at this connector end.
 

Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLConnectAbleElement
 void CLConnectorEnd.reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
          Connects a connector end to the specified connectable element.
 void CLConnector.reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
          Assigns a connector end of this binary connector to a new connectable element.
 void CLRoleBinding.setRole(CLConnectAbleElement value)
          Set the value of Foreign Key Role.
 void CLConnectorEnd.setRole(CLConnectAbleElement value)
          Set the value of Foreign Key Role.
 

Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLConnectAbleElement
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
 CLConnectAbleElement IALifeline.getRepresents()
          The element connected to this lifeline.