Toolkit commands
The functionality of the tookit is driven by gradle and formally the commands that are available are gradle tasks each of the following should be prefixed with gradle
e.g.
gradle vodmlValidate
- UmlToVodml - convert UML to VO-DML
- vodmlDoc - create documentation for VO-DML models
- vodmlJavaGenerate - Generate Java classes from VO-DML models
- vodmlPythonGenerate - generate python classes from VO-DML models
- vodmlSchema - create schema for VO-DML models
- vodmlSite - create mkdocs site for VO-DML models
- vodmlToVodsl - convert VO-DML to VODSL on the commandline
- vodmlValidate - validate VO-DML models
- vodmlXsdToVodsl - convert XML schema to VODSL on the commandline
- vodslToVodml - convert VODSL to VO-DML