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

org.swrlapi.factory.DefaultSQWRLPropertyResultValue Maven / Gradle / Ivy

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

import org.checkerframework.checker.nullness.qual.NonNull;
import org.semanticweb.owlapi.model.IRI;
import org.swrlapi.sqwrl.values.SQWRLPropertyResultValue;

abstract class DefaultSQWRLPropertyResultValue extends DefaultSQWRLEntityResultValue implements SQWRLPropertyResultValue
{
  DefaultSQWRLPropertyResultValue(@NonNull IRI propertyIRI, @NonNull String prefixedName, @NonNull String shortForm)
  {
    super(propertyIRI, prefixedName, shortForm);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy