Interface

An interface describes the visible behavior of a class. However, in Netsilon, the interfaces have a particular significance. An interface that generalizes a class is an exported interface of the subsystem in which it is declared. An interface that do not generalize a class is an imported interface that should be linked to an exported interface of a subsystem or to a class in the same module. An interface cannot extend an other one and cannot have attributes.

Properties
Name Name of the interface. It is mandatory.
Visibility Public visibility is the only option.
Keywords Ignored
Stereotype Must be set to interface
Specializes Must be empty
 
TOC ] Previous ] Next ]