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

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

package org.swrlapi.sqwrl.values;

import org.swrlapi.literal.Literal;

/**
 * Represents a literal result value provided by a {@link org.swrlapi.sqwrl.SQWRLResult}.
 * 
 * @see org.swrlapi.sqwrl.SQWRLResult
 * @see org.swrlapi.literal.Literal
 */
public interface SQWRLLiteralResultValue extends SQWRLResultValue, Comparable, Literal
{
  /**
   * @return The prefixed name of the literal's datatype
   */
  String getDatatypePrefixedName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy