Ticket #123 (assigned defect)

Opened 3 months ago

Last modified 3 months ago

Connect 2 Interface

Reported by: pulph..@gmail.com Assigned to: arj..@yirdis.nl (accepted)
Priority: major Milestone:
Component: Gaphor Version: gaphor 0.12.4
Keywords: Cc:

Description

Actually in gaphor isn't possible implement an interface with another interface.

Attachments

Change History

07/02/08 03:03:13 changed by arj..@yirdis.nl

  • status changed from new to assigned.

True.

You should extend (using a generalization) interfaces from each other. Interfaces do not implement each other.

E.g. the same goes for Java:

public interface Foo extends Bar {
 ...
}

Add/Change #123 (Connect 2 Interface)