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:

  1. Put the directory containing the root directory of the package in the classpath.
  2. For example, if the path for the lglepfl directory is C:\schema-compiler\lglepfl, then your classpath system variable should contain C:\schema-compiler
  3. Unpack the "xerces.jar" package (you can get it here) and put <parent directory>\xerces1.4\tool in classpath.
  4. 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.
  5. 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.
  6. Type in "java lglepfl.ocl.ConstraintEvaluation" at the command prompt.