Interface icon Interface
   

A model element that specifies a set of operations that another model element (usually a class, component, or subsystem) implements when it realizes the interface. For example, an application that uses shapes may have an “Ishape” interface. An interface usually appears as a circle or class shape.

An example of an interface labeled IShape