Scenario:
interface MyTypeInterface {...}
class MyType implements MyTypeInterface {...}
should lead to the following output in dot file:
MyType -> MyTypeInterface [dir=both arrowtail=none label="<<implements>>", style=dashed];
and to the following graphical representation:
