org.swrlapi.sqwrl.values.SQWRLClassResultValue 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;
/**
* Represents an OWL class result value provided by a {@link org.swrlapi.sqwrl.SQWRLResult}.
*
* @see org.swrlapi.sqwrl.SQWRLResult
*/
public interface SQWRLClassResultValue extends SQWRLEntityResultValue
{
}