Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Overview Diagram of UML2
Overview Diagram of UML2 [message #468696] Sun, 21 January 2007 23:41 Go to next message
Eclipse UserFriend
Originally posted by: tonywung.yahoo.com

Hi,

is there any overview diagram of UML2 API(at least for the "main classes"
such as Element, Model, etc) available on the net?
Thanks for any information.

Tony
Re: Overview Diagram of UML2 [message #468712 is a reply to message #468696] Mon, 22 January 2007 14:27 Go to previous messageGo to next message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Tony,

If you want to learn about the UML2 API the best place to start is the
"getting started" articles...
http://wiki.eclipse.org/index.php/MDT-UML2

If you are looking for an article with all the various diagrams and examples
on how to create the model behind those diagrams, I'm afraid it doesn't
exist yet but it is on my "to-do" list. You can add yourself to the
notification list of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77413
for the latest articles.

Regards,

- James.


"Tony Wung" <tonywung@yahoo.com> wrote in message
news:ep0tmu$e6p$1@utils.eclipse.org...
> Hi,
>
> is there any overview diagram of UML2 API(at least for the "main classes"
> such as Element, Model, etc) available on the net?
> Thanks for any information.
>
> Tony
>
>
Re: Overview Diagram of UML2 [message #468725 is a reply to message #468696] Mon, 22 January 2007 14:59 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Tony,

The UML2 API is a direct implementation of the metamodel described in the
UML specification. I'd suggest looking at some of the resources available at
http://www.omg.org/uml for an overview of UML itself.

Kenn

"Tony Wung" <tonywung@yahoo.com> wrote in message
news:ep0tmu$e6p$1@utils.eclipse.org...
> Hi,
>
> is there any overview diagram of UML2 API(at least for the "main classes"
> such as Element, Model, etc) available on the net?
> Thanks for any information.
>
> Tony
>
>
Re: Overview Diagram of UML2 [message #468745 is a reply to message #468725] Mon, 22 January 2007 18:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: psentosa.yahoo.com

Hi...

I also just want to start learning about the UML2 API. I tried to follow the
example on "Getting Started" article and get stucked in the very last part:
running the source code.
What kind of URI should I use as the program argument?
I tried to run the GettingStartedWithUML2.java as Java application and
putting "file:/C:/Getting Started with UML2" as program argument and still I
got the error report: usage: java GettingStartedWithUML2 <URI>.
Did I do something wrong?
Thanks in advance for further explanation.

Regards
Paul


"Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
news:ep2jfs$jst$1@utils.eclipse.org...
> Tony,
>
> The UML2 API is a direct implementation of the metamodel described in the
> UML specification. I'd suggest looking at some of the resources available
at
> http://www.omg.org/uml for an overview of UML itself.
>
> Kenn
>
> "Tony Wung" <tonywung@yahoo.com> wrote in message
> news:ep0tmu$e6p$1@utils.eclipse.org...
> > Hi,
> >
> > is there any overview diagram of UML2 API(at least for the "main
classes"
> > such as Element, Model, etc) available on the net?
> > Thanks for any information.
> >
> > Tony
> >
> >
>
>
Re: Overview Diagram of UML2 [message #468749 is a reply to message #468745] Mon, 22 January 2007 18:47 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Paul,

Try putting quotes around the argument (i.e. " and ")...

Kenn

"Paul Sentosa" <psentosa@yahoo.com> wrote in message
news:ep3069$u9f$1@utils.eclipse.org...
> Hi...
>
> I also just want to start learning about the UML2 API. I tried to follow
> the
> example on "Getting Started" article and get stucked in the very last
> part:
> running the source code.
> What kind of URI should I use as the program argument?
> I tried to run the GettingStartedWithUML2.java as Java application and
> putting "file:/C:/Getting Started with UML2" as program argument and still
> I
> got the error report: usage: java GettingStartedWithUML2 <URI>.
> Did I do something wrong?
> Thanks in advance for further explanation.
>
> Regards
> Paul
>
>
> "Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
> news:ep2jfs$jst$1@utils.eclipse.org...
>> Tony,
>>
>> The UML2 API is a direct implementation of the metamodel described in the
>> UML specification. I'd suggest looking at some of the resources available
> at
>> http://www.omg.org/uml for an overview of UML itself.
>>
>> Kenn
>>
>> "Tony Wung" <tonywung@yahoo.com> wrote in message
>> news:ep0tmu$e6p$1@utils.eclipse.org...
>> > Hi,
>> >
>> > is there any overview diagram of UML2 API(at least for the "main
> classes"
>> > such as Element, Model, etc) available on the net?
>> > Thanks for any information.
>> >
>> > Tony
>> >
>> >
>>
>>
>
>
Re: Overview Diagram of UML2 [message #468752 is a reply to message #468749] Mon, 22 January 2007 20:02 Go to previous message
Eclipse UserFriend
Originally posted by: psentosa.yahoo.com

Hi Kenn,

didn't expect to do such a mistake ;-)
Thanks


"Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
news:ep30sm$jsk$1@utils.eclipse.org...
> Paul,
>
> Try putting quotes around the argument (i.e. " and ")...
>
> Kenn
>
> "Paul Sentosa" <psentosa@yahoo.com> wrote in message
> news:ep3069$u9f$1@utils.eclipse.org...
> > Hi...
> >
> > I also just want to start learning about the UML2 API. I tried to follow
> > the
> > example on "Getting Started" article and get stucked in the very last
> > part:
> > running the source code.
> > What kind of URI should I use as the program argument?
> > I tried to run the GettingStartedWithUML2.java as Java application and
> > putting "file:/C:/Getting Started with UML2" as program argument and
still
> > I
> > got the error report: usage: java GettingStartedWithUML2 <URI>.
> > Did I do something wrong?
> > Thanks in advance for further explanation.
> >
> > Regards
> > Paul
> >
> >
> > "Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
> > news:ep2jfs$jst$1@utils.eclipse.org...
> >> Tony,
> >>
> >> The UML2 API is a direct implementation of the metamodel described in
the
> >> UML specification. I'd suggest looking at some of the resources
available
> > at
> >> http://www.omg.org/uml for an overview of UML itself.
> >>
> >> Kenn
> >>
> >> "Tony Wung" <tonywung@yahoo.com> wrote in message
> >> news:ep0tmu$e6p$1@utils.eclipse.org...
> >> > Hi,
> >> >
> >> > is there any overview diagram of UML2 API(at least for the "main
> > classes"
> >> > such as Element, Model, etc) available on the net?
> >> > Thanks for any information.
> >> >
> >> > Tony
> >> >
> >> >
> >>
> >>
> >
> >
>
>
Re: Overview Diagram of UML2 [message #572911 is a reply to message #468696] Mon, 22 January 2007 14:27 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Tony,

If you want to learn about the UML2 API the best place to start is the
"getting started" articles...
http://wiki.eclipse.org/index.php/MDT-UML2

If you are looking for an article with all the various diagrams and examples
on how to create the model behind those diagrams, I'm afraid it doesn't
exist yet but it is on my "to-do" list. You can add yourself to the
notification list of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77413
for the latest articles.

Regards,

- James.


"Tony Wung" <tonywung@yahoo.com> wrote in message
news:ep0tmu$e6p$1@utils.eclipse.org...
> Hi,
>
> is there any overview diagram of UML2 API(at least for the "main classes"
> such as Element, Model, etc) available on the net?
> Thanks for any information.
>
> Tony
>
>
Re: Overview Diagram of UML2 [message #573017 is a reply to message #468696] Mon, 22 January 2007 14:59 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Tony,

The UML2 API is a direct implementation of the metamodel described in the
UML specification. I'd suggest looking at some of the resources available at
http://www.omg.org/uml for an overview of UML itself.

Kenn

"Tony Wung" <tonywung@yahoo.com> wrote in message
news:ep0tmu$e6p$1@utils.eclipse.org...
> Hi,
>
> is there any overview diagram of UML2 API(at least for the "main classes"
> such as Element, Model, etc) available on the net?
> Thanks for any information.
>
> Tony
>
>
Re: Overview Diagram of UML2 [message #573207 is a reply to message #468725] Mon, 22 January 2007 18:35 Go to previous message
Eclipse UserFriend
Originally posted by: psentosa.yahoo.com

Hi...

I also just want to start learning about the UML2 API. I tried to follow the
example on "Getting Started" article and get stucked in the very last part:
running the source code.
What kind of URI should I use as the program argument?
I tried to run the GettingStartedWithUML2.java as Java application and
putting "file:/C:/Getting Started with UML2" as program argument and still I
got the error report: usage: java GettingStartedWithUML2 <URI>.
Did I do something wrong?
Thanks in advance for further explanation.

Regards
Paul


"Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
news:ep2jfs$jst$1@utils.eclipse.org...
> Tony,
>
> The UML2 API is a direct implementation of the metamodel described in the
> UML specification. I'd suggest looking at some of the resources available
at
> http://www.omg.org/uml for an overview of UML itself.
>
> Kenn
>
> "Tony Wung" <tonywung@yahoo.com> wrote in message
> news:ep0tmu$e6p$1@utils.eclipse.org...
> > Hi,
> >
> > is there any overview diagram of UML2 API(at least for the "main
classes"
> > such as Element, Model, etc) available on the net?
> > Thanks for any information.
> >
> > Tony
> >
> >
>
>
Re: Overview Diagram of UML2 [message #573261 is a reply to message #468745] Mon, 22 January 2007 18:47 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Paul,

Try putting quotes around the argument (i.e. " and ")...

Kenn

"Paul Sentosa" <psentosa@yahoo.com> wrote in message
news:ep3069$u9f$1@utils.eclipse.org...
> Hi...
>
> I also just want to start learning about the UML2 API. I tried to follow
> the
> example on "Getting Started" article and get stucked in the very last
> part:
> running the source code.
> What kind of URI should I use as the program argument?
> I tried to run the GettingStartedWithUML2.java as Java application and
> putting "file:/C:/Getting Started with UML2" as program argument and still
> I
> got the error report: usage: java GettingStartedWithUML2 <URI>.
> Did I do something wrong?
> Thanks in advance for further explanation.
>
> Regards
> Paul
>
>
> "Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
> news:ep2jfs$jst$1@utils.eclipse.org...
>> Tony,
>>
>> The UML2 API is a direct implementation of the metamodel described in the
>> UML specification. I'd suggest looking at some of the resources available
> at
>> http://www.omg.org/uml for an overview of UML itself.
>>
>> Kenn
>>
>> "Tony Wung" <tonywung@yahoo.com> wrote in message
>> news:ep0tmu$e6p$1@utils.eclipse.org...
>> > Hi,
>> >
>> > is there any overview diagram of UML2 API(at least for the "main
> classes"
>> > such as Element, Model, etc) available on the net?
>> > Thanks for any information.
>> >
>> > Tony
>> >
>> >
>>
>>
>
>
Re: Overview Diagram of UML2 [message #573300 is a reply to message #468749] Mon, 22 January 2007 20:02 Go to previous message
Eclipse UserFriend
Originally posted by: psentosa.yahoo.com

Hi Kenn,

didn't expect to do such a mistake ;-)
Thanks


"Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
news:ep30sm$jsk$1@utils.eclipse.org...
> Paul,
>
> Try putting quotes around the argument (i.e. " and ")...
>
> Kenn
>
> "Paul Sentosa" <psentosa@yahoo.com> wrote in message
> news:ep3069$u9f$1@utils.eclipse.org...
> > Hi...
> >
> > I also just want to start learning about the UML2 API. I tried to follow
> > the
> > example on "Getting Started" article and get stucked in the very last
> > part:
> > running the source code.
> > What kind of URI should I use as the program argument?
> > I tried to run the GettingStartedWithUML2.java as Java application and
> > putting "file:/C:/Getting Started with UML2" as program argument and
still
> > I
> > got the error report: usage: java GettingStartedWithUML2 <URI>.
> > Did I do something wrong?
> > Thanks in advance for further explanation.
> >
> > Regards
> > Paul
> >
> >
> > "Kenn Hussey" <khussey@ca.ibm.com> schrieb im Newsbeitrag
> > news:ep2jfs$jst$1@utils.eclipse.org...
> >> Tony,
> >>
> >> The UML2 API is a direct implementation of the metamodel described in
the
> >> UML specification. I'd suggest looking at some of the resources
available
> > at
> >> http://www.omg.org/uml for an overview of UML itself.
> >>
> >> Kenn
> >>
> >> "Tony Wung" <tonywung@yahoo.com> wrote in message
> >> news:ep0tmu$e6p$1@utils.eclipse.org...
> >> > Hi,
> >> >
> >> > is there any overview diagram of UML2 API(at least for the "main
> > classes"
> >> > such as Element, Model, etc) available on the net?
> >> > Thanks for any information.
> >> >
> >> > Tony
> >> >
> >> >
> >>
> >>
> >
> >
>
>
Previous Topic:Re: Difficulty with profile API
Next Topic:State Machine - UML Editor & Programmatic
Goto Forum:
  


Current Time: Thu Mar 28 16:04:56 GMT 2024

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

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

Back to the top