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

org.swrlapi.visitors.SWRLAPIEntityVisitorEx Maven / Gradle / Ivy

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

import org.checkerframework.checker.nullness.qual.NonNull;
import org.semanticweb.owlapi.model.SWRLObjectVisitorEx;
import org.swrlapi.builtins.arguments.SWRLBuiltInArgumentVisitorEx;

public interface SWRLAPIEntityVisitorEx<@NonNull T>
  extends SWRLObjectVisitorEx<@NonNull T>, SWRLBuiltInArgumentVisitorEx<@NonNull T>,
  SWRLAPIBuiltInAtomVisitorEx<@NonNull T>
{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy