Next: Property
Up: Connector
Previous: Writer
Connector Implementation
Description
At present only primitive implementations of connectors are supported. We do not yet know what the implementation implications of composite connector implementations might be as of the publication date of this reference manual. Additionally, connector implementations are all builtin in the language. This means that the UniCon compiler chooses the appropriate implementation mechanism to realize the connection in the resulting software system. Therefore, there are no user-defined connector implementations in the language either. Again, we do not yet know the implementation implications of user-defined connector implementations.
Refer to the UniCon Implementor's Guide for more details on the implementations of
UniCon connector abstractions.
Syntax
The following is the syntax for a connector implementation in UniCon:
<connector_implementation> :==
IMPLEMENTATION IS
BUILTIN
END IMPLEMENTATION
Next: Property
Up: Connector
Previous: Writer
Comments?
Mail the current maintainer of this page.
Author:
Gregory Zelesnik
Last Modified: May 12, 1996