openllet.aterm.pure.binary.SymEntry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openllet-functions Show documentation
Show all versions of openllet-functions Show documentation
Openllet management of abstracts functions
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