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

ForensicsToolbox.MedianNoiseReport Maven / Gradle / Ivy

The newest version!
package ForensicsToolbox;

import org.mongodb.morphia.annotations.Embedded;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy