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

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

There is a newer version: 2.1.0
Show newest version
package edu.stanford.protege.webprotege.crud;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 11/09/2013 */ public enum IRIPrefixUpdateStrategy { /** * Specifies that the system should rename entities whose IRIs had the previous prefix so that they * have the new prefix. i.e. a find and replace. */ FIND_AND_REPLACE, LEAVE_INTACT }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy