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

com.actelion.research.util.datamodel.IModelCloneable Maven / Gradle / Ivy

There is a newer version: 2024.11.2
Show newest version
package com.actelion.research.util.datamodel;

/**
 * IModelClonable
 * 

Modest v. Korff

*

* Created by korffmo1 on 03.01.19. */ public interface IModelCloneable { /** * * @return a deep copy of this is needed. */ IModelCloneable getDeepClone(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy