Skip navigation links

Package com.articulate.sigma

Provides classes for the Sigma knowledge engineering environment version developed at Articulate Software Inc.

See: Description

Package com.articulate.sigma Description

Provides classes for the Sigma knowledge engineering environment version developed at Articulate Software Inc. The core class is KB.java which handles data structures and operations on a knowledge base, including importing the individual KIF files which comprise a knowledge base. KBmanager is class which has a static variable that contains what should be the only instance of KBmanager. KBmanager may contain several KBs. KIF reads KIF files into a KB object. NLformatter handles generation of natural language paraphrases from logic. EProver handles the interface to the E theorem prover.

This code is copyright Articulate Software (c) 2003-2017, Infosys 2018-. Some portions copyright Teknowledge (c) 2003, IPsoft 2015 and reused under the terms of the GNU license. This software is released under the GNU Public License . Users of this code also consent, by use of this code, to credit Articulate Software and Teknowledge in any writings, briefings, publications, presentations, or other representations of any software which incorporates, builds on, or uses this code. Please cite the following article in any publication with references:

Pease A., and Benzmüller C. (2013). Sigma: An Integrated Development Environment for Logical Theories. AI Communications 26, pp79-97.

See Also:
KB, KBmanager, KIF, EProver
Skip navigation links