Class CLConnectorHelper


  • public abstract class CLConnectorHelper
    extends java.lang.Object
    Specifies a link that enables communication between two or more instances. This link may be an instance of an association or it may represent the possibility of the instances being able to communicate because their identities are known because they are passed as parameters, held in variables or slots, or because the communicating instances are the same instance. The link may be realized by something as simple as a pointer or by something as complex as a network connection. In contrast to associations, which specify links between any instance of the associated classifiers, connectors specify links between instances playing the connected parts only.
    See Also:
    CLConnector