Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Operation and Interfaces
Operation and Interfaces [message #626366] Tue, 08 April 2008 13:12
Eclipse UserFriend
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
Previous Topic:Use profile UML
Next Topic:Types that are not Classifiers
Goto Forum:
  


Current Time: Tue Sep 24 21:22:18 GMT 2024

Powered by FUDForum. Page generated in 0.03195 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top