Class Summary |
AllTests |
Test suite for unit tests of classes in this package. |
ClipsFilePanel |
|
ClipsFileWriter |
Base class for classes which generate clips files. |
ClipsImportExportPlugin |
Import and Export plugins for the CLIPS file format. |
ClipsKnowledgeBaseFactory |
Storage backend to maintain a knowledge base in Clips 6.0 file format. |
ClipsUtil |
Utilities for handling text io in clips file format. |
ClsStorer |
Store a set of classes in Clips ontology file format Clips requires that
clses be stored so that there are no forward references so we start at root
and descend the class hierarchy writing out classes whose parents have
already been written out. |
FileSourcesPanel |
Panel which contains the fields needed for the Clips backend. |
InstanceStorer |
The class knows how to write out knowledge base instances in clips file format. |
ParseErrorPanel |
Panel to display the error messages resulting from parsing a clips file. |
Parser |
|
ParserTokenManager |
|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
Token |
Describes the input token stream. |