| Home
Introduction
Operation Schemas
User Manual
Directory Structure
Parser
Model Extractor
Type Checker
Modifications
Extending the
compiler
Outstanding Issues
Current Status
References and Links
Javadoc |
User manual
To run the tool, do the following:
-
Put the directory containing the root directory of the
package in the classpath.
For example, if the path for the lglepfl directory
is C:\schema-compiler\lglepfl, then your classpath system variable should
contain C:\schema-compiler
-
Unpack the "xerces.jar" package (you can get it here)
and put <parent directory>\xerces1.4\tool in classpath.
For example, if the path for the package is C:\schema-compiler\xerces1.4,
then C:\schema-compiler\xerces1.4\tool should be in the classpath.
-
Make sure that the uml.dtd is in the same directory
as the .xml or .xmi files that represent the model, if XMI is being used
as the model source.
-
Type in "java lglepfl.ocl.ConstraintEvaluation" at the
command prompt.
|