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

org.swrlapi.builtins.arguments.SWRLClassExpressionBuiltInArgument Maven / Gradle / Ivy

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