Operation and Interfaces [message #626366] |
Tue, 08 April 2008 09:12 |
Eclipse User |
|
|
|
Originally posted by: mail.nicetoeatyou.de
Hello,
i'm curios about a special detail within the operation.
First a simple use case:
class A implements I
{
public void test(){...}
}
interface I
{
public void test();
}
If i understand the UML2 model correctly, the operation test of class A should have a interface set, pointing to I.
But what if i have two different interfaces:
class A implements I1,I2
{
public void test(){...}
}
interface I1
{
public void test();
...
}
interface I2
{
public void test();
...
}
How should this be represented with the UML2 model?
With regards
Dennis Keßler
|
|
|
Powered by
FUDForum. Page generated in 0.02673 seconds