org.swrlapi.drools.owl.dataranges.DR Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swrlapi-drools-engine Show documentation
Show all versions of swrlapi-drools-engine Show documentation
Drools implementation of SWRLAPI-based SWRL rule engine
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