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.