org.swrlapi.builtins.arguments.SWRLClassExpressionBuiltInArgument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swrlapi Show documentation
Show all versions of swrlapi Show documentation
Java API for working with SWRL rules and SQWRL queries
package org.swrlapi.builtins.arguments;
import org.checkerframework.checker.nullness.qual.NonNull;
import org.semanticweb.owlapi.model.OWLClassExpression;
/**
* @see OWLClassExpression
*/
public interface SWRLClassExpressionBuiltInArgument extends SWRLBuiltInArgument
{
/**
* @return An OWL class expression
*/
@NonNull OWLClassExpression getOWLClassExpression();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy