Package psidev.psi.mi.jami.utils.clone
Class RangeCloner
- java.lang.Object
-
- psidev.psi.mi.jami.utils.clone.RangeCloner
-
public class RangeCloner extends Object
Utility class for cloning ranges- Since:
22/02/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description RangeCloner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copyAndOverrideRangeProperties(Range source, Range target)
All properties are copied from source to target excepted the participantstatic void
copyAndOverrideRangePropertiesWithParticipant(Range source, Range target)
All properties are copied from source to target
-