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

org.coode.oppl.semanticweb.owlapi.model.OWLPropertyChain Maven / Gradle / Ivy

package org.coode.oppl.semanticweb.owlapi.model;

import java.util.List;

import org.semanticweb.owlapi.model.OWLObject;
import org.semanticweb.owlapi.model.OWLObjectPropertyExpression;

/** @author Luigi Iannone */
public interface OWLPropertyChain extends List, OWLObject {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy