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

org.semanticweb.owlapi.model.HasDataPropertiesInSignature Maven / Gradle / Ivy

package org.semanticweb.owlapi.model;

import java.util.Set;

/**
 * @author Matthew Horridge, Stanford University, Bio-Medical Informatics
 *         Research Group, Date: 29/07/2013
 */
public interface HasDataPropertiesInSignature {

    /**
     * A convenience method that obtains the data properties that are in the
     * signature of this object
     * 
     * @return A set containing the data properties that are in the signature of
     *         this object.The set is a subset of the signature, and is not
     *         backed by the signature; it is a modifiable collection and
     *         changes are not reflected by the signature.
     */
    Set getDataPropertiesInSignature();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy