edu.stanford.protege.webprotege.app.ProjectCreationSetting Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.app;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 16 Mar 2017
*/
public enum ProjectCreationSetting {
EMPTY_PROJECT_CREATION_ALLOWED,
EMPTY_PROJECT_CREATION_NOT_ALLOWED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy