
edu.stanford.protege.webprotege.crud.IRIPrefixUpdateStrategy Maven / Gradle / Ivy
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