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

org.swrlapi.drools.swrl.AA Maven / Gradle / Ivy

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

import org.checkerframework.checker.nullness.qual.NonNull;
import org.semanticweb.owlapi.model.SWRLArgument;
import org.swrlapi.drools.extractors.DroolsSWRLBuiltInArgumentExtractor;
import org.swrlapi.exceptions.TargetSWRLRuleEngineException;

/**
 * This interface represents OWLAPI SWRL atom arguments in Drools.
 *
 * @see org.semanticweb.owlapi.model.SWRLArgument
 */
public interface AA
{
  @NonNull SWRLArgument extract(@NonNull DroolsSWRLBuiltInArgumentExtractor extractor)
    throws TargetSWRLRuleEngineException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy