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

edu.stanford.protege.webprotege.crud.EntityCrudKitPlugin Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.crud;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 8/19/13 */ public interface EntityCrudKitPlugin, S extends EntityCrudKitSuffixSettings, C extends ChangeSetEntityCrudSession> { EntityCrudKit getEntityCrudKit(); EntityCrudKitHandler getEntityCrudKitHandler(); EntityCrudKitHandler getEntityCrudKitHandler(EntityCrudKitSettings settings); S getDefaultSettings(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy