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

openllet.aterm.pure.binary.SymEntry Maven / Gradle / Ivy

There is a newer version: 2.6.5
Show newest version
package openllet.aterm.pure.binary;

import openllet.aterm.AFun;
import openllet.aterm.ATerm;

class SymEntry
{
	public AFun fun;
	public int arity;
	public int nrTerms;
	public int termWidth;
	public ATerm[] terms;
	public int[] nrTopSyms;
	public int[] symWidth;
	public int[][] topSyms;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy