openllet.aterm.pure.owl.FunAllDifferent 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.owl;
import openllet.aterm.pure.PureFactory;
public class FunAllDifferent extends AFunOwl
{
public FunAllDifferent(final PureFactory factory)
{
super(factory);
}
@Override
public int getArity()
{
return 1;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy