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

uk.ac.manchester.cs.owl.owlapi.concurrent.Concurrency Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package uk.ac.manchester.cs.owl.owlapi.concurrent;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 13/04/15
 */
public enum Concurrency {
    /** Concurrent implementation. */
    CONCURRENT,
    /** Non concurrent implementation. */
    NON_CONCURRENT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy