Tip
The Alf language specification requires that the type of a Port (or any Property) that is the target of a Signal send have a Signal Reception for the Signal being sent. However, the Alf Plugin implements an extension to Alf that allows the sending of a Signal without having to target a Reception. The name of the Signal being sent must be visible in the namespace of the sender, which may require that the Signal (or its containing Package) be imported. And the target Port (or other Property) must still have a type (which may be an Interface or a Class).