This is an Astah plug-in which converts Astah diagrams into simple yUML diagrams.
It is drawing yUML diagrams by using the service at yUML.
yUML is an online tool for creating and publishing simple UML diagrams. It's makes it really easy for you to:
- Embed UML diagrams in blogs, emails and wikis.
- Post UML diagrams in forums and blog comments.
- Use directly within your web based bug tracking tool.
- Copy and paste UML diagrams into MS Word documents and Powerpoint presentations.
Astah Community, Astah UML, Astah Professional (6.6 or later)
Download jar file.
Deploy the jar file you downloaded from yUML tool for Astah, in the "plugins" folder.
-
e.g.) for Community edition
$USER_HOME/.astah/community/plugins/
/Applications/astah community/plguins/
C:\Program Files\astah-community\plugins\
-
e.g.) for UML edition
$USER_HOME/.astah/uml/plugins/
/Applications/astah UML/plguins/
C:\Program Files\astah-UML\plugins\
-
e.g.) for Professional edition
$USER_HOME/.astah/professional/plugins/
/Applications/astah professional/plguins/
C:\Program Files\astah-professional\plugins\
- Launch Astah
- Open the .asta file
- [yUML] is added under the [Tool]
- Select [Tool] - [yUML] - [Convert to yUML diagrams]
- Select a Class/Usecase diagram to convert into yUML diagram from the diagram list
- Install the Astah Plug-in SDK - http://astah.net/features/sdk
git clone git://github.com/ChangeVision/astah-yuml-tool-plugin.git
cd astah-yuml-tool-plugin
astah-build
astah-launch
Generating config files for Eclipse
astah-mvn eclipse:eclipse
Copyright 2014 Change Vision, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.