protege.code-generation.2.0.0.source-code.implementation.header Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-generation Show documentation
Show all versions of code-generation Show documentation
Generate Java code from an OWL ontology in the Protege Desktop editing environment.
The newest version!
package ${package}.impl;
import ${package}.*;
${implementationExtraImport}
import java.net.URI;
import java.util.Collection;
import javax.xml.datatype.XMLGregorianCalendar;
import org.protege.owl.codegeneration.WrappedIndividual;
import org.protege.owl.codegeneration.impl.WrappedIndividualImpl;
import org.protege.owl.codegeneration.inference.CodeGenerationInference;
import org.semanticweb.owlapi.model.IRI;
import org.semanticweb.owlapi.model.OWLOntology;
/**
* Generated by Protege (http://protege.stanford.edu).
* Source Class: ${implementationName}
* @version generated on ${date} by ${user}
*/
public class ${implementationName} extends WrappedIndividualImpl implements ${interfaceName} {
public ${implementationName}(CodeGenerationInference inference, IRI iri) {
super(inference, iri);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy