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

io.codemodder.plugins.llm.BinaryThreatRisk Maven / Gradle / Ivy

There is a newer version: 0.97.6
Show newest version
package io.codemodder.plugins.llm;

/** The possible outcomes of a binary risk analysis -- "high" or "low". */
public enum BinaryThreatRisk {
  HIGH,
  LOW;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy