org.swrlapi.drools.owl.properties.P 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.properties;
/**
* This class represents an OWL property.
*
* @see org.semanticweb.owlapi.model.OWLProperty
*/
public interface P extends PE
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy