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

org.semanticweb.owlapitools.builders.SettableProperty Maven / Gradle / Ivy

There is a newer version: 5.5.1
Show newest version
package org.semanticweb.owlapitools.builders;

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

/**
 * An object with a settable property attribute.
 *
 * @param 

type of property * @param type of builder * @author ignazio */ public interface SettableProperty

extends HasProperty

{ /** * @param p property to set * @return builder */ B withProperty(P p); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy