![]() |
Attachment to Martin Stige's master thesis |
Constraints in TrollCreek - documentation. |
This archive contains a standard TrollCreek distribution with the addition of the constraint system developed in Martin Stige's master project.
Implementations done on TrollCreek devbuild 0.96
In order to run TrollCreek you need to have Java installed. For every part of TrollCreek to work, the 1.4.0 version or later is required. You can get Java at the Java webpage.
The constraint system is implemented into the Creek Knowledge Editor - a graphical user interface that focuses on the knowledge representation part of the system. To start this application, run the bin/cke.bat (Windows) or bin/cke.sh (Mac/Unix/Linux).
The java sources for TrollCreek Constraint mechanism is included in the distribution together with the rest of the TrollCreek source files. It is located in a file called src.zip in the root directory of this archive. Details on what parts of the system belongs to the constraint syste are given in the documentation. To use, unpack the file in the current directory. This will unpack the java sources and the Ant buildscript. To build TrollCreek you will need Ant (available from Apache).
The javadoc API documentation. (You will need to unpack this ZIP file before this link will work.)
The documentation covers the existing TrollCreek system and the new constraint mechanism. A description of what is developed in
Martin Stige's master project is given.
The original TrollCreek without the newly developed constraint system, as well as documentation and more is always available from the Creek web pages.