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

openllet.aterm.pure.owl.FunAllDifferent Maven / Gradle / Ivy

There is a newer version: 2.6.5
Show newest version
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