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

protege.code-generation.2.0.0.source-code.interface.data.property Maven / Gradle / Ivy

Go to download

Generate Java code from an OWL ontology in the Protege Desktop editing environment.

The newest version!

    /* ***************************************************
     * Property ${propertyIri}
     */
     
    /**
     * Gets all property values for the ${owlProperty} property.

* ${javadoc} * @returns a collection of values for the ${owlProperty} property. */ Collection get${OwlProperty}(); /** * Checks if the class has a ${owlProperty} property value.

* ${javadoc} * @return true if there is a ${owlProperty} property value. */ boolean has${OwlProperty}(); /** * Adds a ${owlProperty} property value.

* ${javadoc} * @param new${OwlProperty} the ${owlProperty} property value to be added */ void add${OwlProperty}(${propertyRange} new${OwlProperty}); /** * Removes a ${owlProperty} property value.

* ${javadoc} * @param old${OwlProperty} the ${owlProperty} property value to be removed. */ void remove${OwlProperty}(${propertyRange} old${OwlProperty});





© 2015 - 2025 Weber Informatics LLC | Privacy Policy