Uses of Class
Java2OWL.J2OManager.Status

Uses of J2OManager.Status in Java2OWL
 

Methods in Java2OWL that return J2OManager.Status
 J2OManager.Status J2OManager.getStatus()
          returns the status of the system.
static J2OManager.Status J2OManager.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static J2OManager.Status[] J2OManager.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in Java2OWL with parameters of type J2OManager.Status
J2OManager(String name, J2OManager.Status status, boolean debugMode)
          creates a manager with the given name and status.