org.swrlapi.sqwrl.values.SQWRLExpressionResultValue 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.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