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

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

There is a newer version: 2.1.2
Show newest version
package org.swrlapi.builtins.arguments;

import org.semanticweb.owlapi.model.SWRLLiteralArgument;

/**
 * Represents an OWL literal argument to a built-in atom.
 *
 * @see org.semanticweb.owlapi.model.OWLLiteral
 */
public interface SWRLLiteralBuiltInArgument extends SWRLBuiltInArgument, SWRLLiteralArgument
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy