[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (FC-Devel) Reference app 0.0.0 try 2, UXF
Who? What? Er, me?
Yeah, I'm still here, and still hoping to be able to contribute to the UxF
import/export code for FreeCASE at some time, but I'm too wary of being
swamped to dare to volunteer definitively to a team. Sorry.
Yes, your example looks like good UxF, and even does a good job showing off
why I really like that format.
--Uche
> ===FeeCASE reference app for 0.0.0 - try 2 ===
> Description: Outputs "Hello world!" to stdout.
>
> Class Diagram:
>
> ________
> | sc | sc: some language dependent superclass
> |______| that has a way to throw strings at stdout
> \ /
> |
> ____|_________
> | |
> |Hello_World |
> |____________|
> |____________|
> | go:void |
> |____________|
>
>
> Used elements:
> class
> generalization
> operation
>
> Here is what I think it should look like in UXF.
> Junichi? Uche? Are you still there? If so: am I right?
>
>
> <?xml version="1.0"?>
> <!DOCTYPE Model SYSTEM "UML.DTD">
>
> <Model>
> <TaggedValue>
> <Tag>Title<Value>FreeCASE reference app</Value></Tag>
> <Tag>Author<Value>Danny Werner</Value></Tag>
> <Tag>Date<Value>3, Februari, 1999</Value></Tag>
> <Tag>Version<Value>0.0.0-2</Value></Tag>
> </TaggedValue>
>
> <Package NAME = "HelloWorld">
> <ClassDiagram>
> <Class NAME = "sc"
> VISIBILITY = "public"
> ABSTRACT = "true">
> </Class>
>
> <Class NAME = "Hello_World"
> VISIBILITY = "public">
> <Generalization FROM = "sc"/>
> <Operation VISIBILITY = "public"
> NAME = "go"
> RETURN = "void">
> </Operation>
> </Class>
> </ClassDiagram>
> </Package>
> </Model>
>
>
> =end of FeeCASE reference app for 0.0.0 try 2 ===
>