| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
1.0.4
Astah Community, UML, and Professional 6.5.x or later. Astah SysML 1.2, Astah GSN 1.0 or later. Some sample scripts are available only for Astah UML and Professional. Astah: http://astah.net/
This Plugin enables you to access Astah by Script languages. You are able to edit and run with ECMAScript(Javascript).
Deploy the jar file you downloaded from Astah Script Plugin, in the "plugins" folder.
e.g.) for Professional edition: $USER_HOME/.astah/professional/plugins/ /Applications/astah professional/plguins/ C:¥Program Files¥astah-professional¥plugins¥
e.g.) for Community edition: $USER_HOME/.astah/community/plugins/ /Applications/astah community/plugins/ C:¥Program Files¥astah-community¥plugins¥
e.g.) for SysML edition: $USER_HOME/.astah/sysml/plugins/ /Applications/astah sysml/plugins/ C:¥Program Files¥astah-sysml¥plugins¥
Start Astah.
The [Script...] has been added under the [Tool] menu.
JavaScript:
with(new JavaImporter(
com.change_vision.jude.api.inf.model)) {
classes = astah.findElements(IClass.class);
for(var i in classes) {
print(classes[i].getName());
}
}Generating config to load classpath for Eclipse
You are able to use other script languages which support OSGi JSR223(experimental).
Copyright 2015 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.
| Back | FazBrowse Home | New Git URL |