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

org.swrlapi.sqwrl.values.SQWRLExpressionResultValue Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.swrlapi.sqwrl.values;

import android.annotation.NonNull;

/**
 * Represents an OWL expression result value provided by a {@link org.swrlapi.sqwrl.SQWRLResult}.
 *
 * @see org.swrlapi.sqwrl.SQWRLResult
 */
public interface SQWRLExpressionResultValue extends SQWRLResultValue, Comparable
{
  @NonNull String getRendering();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy