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

ForensicsToolbox.ELAReport Maven / Gradle / Ivy

The newest version!
package ForensicsToolbox;

import org.mongodb.morphia.annotations.Embedded;

/**
 * Created by marzampoglou on 11/19/15.
 */
@Embedded
public class ELAReport {
    public Boolean completed=false;
    public String Map;
    public double MaxValue;
    public double MinValue;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy