org.swrlapi.sqwrl.values.SQWRLDataRangeResultValue 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 data range result value provided by a {@link org.swrlapi.sqwrl.SQWRLResult}
*
* @see org.swrlapi.sqwrl.SQWRLResult
* @see org.semanticweb.owlapi.model.OWLDataRange
*/
public interface SQWRLDataRangeResultValue extends SQWRLResultValue
{
@NonNull String getRendering();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy