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