All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jpl.Version Maven / Gradle / Ivy

Go to download

Sigma knowledge engineering system is an system for developing, viewing and debugging theories in first order logic. It works with Knowledge Interchange Format (KIF) and is optimized for the Suggested Upper Merged Ontology (SUMO) www.ontologyportal.org.

The newest version!
/*This code is copyrighted by Teknowledge (c) 2003.
It is released underthe GNU Public License .
Users ofthis code also consent, by use of this code, to credit Teknowledge in any
writings, briefings,publications, presentations, or other representations of any
software which incorporates, builds on, or uses this code.*/ 

 
package jpl;
class Version
{
	public final java.lang.String status = "final";
	public final int    major            = 1;
	public final int    minor            = 0;
	public final int    patch            = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy