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

de.ppi.deepsampler.persistence.model.PersistentModel Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
/*
 * Copyright 2022 PPI AG (Hamburg, Germany)
 * This program is made available under the terms of the MIT License.
 */

package de.ppi.deepsampler.persistence.model;

import java.util.Map;

public interface PersistentModel {
    String getId();
    Map getSampleMethodToSampleMap();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy