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

org.swrlapi.drools.owl.dataranges.DR Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.swrlapi.drools.owl.dataranges;

import org.checkerframework.checker.nullness.qual.NonNull;
import org.swrlapi.drools.owl.core.OO;

/**
 * This interface represents an OWL data range in a Drools knowledge base. Subclasses will implement specific
 * data range types.
 * 

* TODO Note that the implementation of data ranges in Drools is incomplete. * * @see org.semanticweb.owlapi.model.OWLDataRange */ public interface DR extends OO { @NonNull String getdrid(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy