org.leialearns.api.enumerations.AgentMode Maven / Gradle / Ivy
The newest version!
package org.leialearns.api.enumerations;
/**
* Defines the possible values for the agentMode
argument of the register
methods of a
* {@link org.leialearns.api.model.Version}.
*/
@SuppressWarnings("unused")
public enum AgentMode {
/**
* Indicates that the agent is actively using the version.
*/
ACTIVE,
/**
* Indicates that the agent is passive and is not using the version.
*/
PASSIVE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy