Package ubic.gemma.model.genome
Class PhysicalLocation.Factory
- java.lang.Object
-
- ubic.gemma.model.genome.PhysicalLocation.Factory
-
- Enclosing class:
- PhysicalLocation
public static final class PhysicalLocation.Factory extends Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PhysicalLocationnewInstance()static PhysicalLocationnewInstance(Chromosome chromosome)static PhysicalLocationnewInstance(Chromosome chromosome, Long nucleotide, Integer nucleotideLength, String strand, Integer bin)
-
-
-
Method Detail
-
newInstance
public static PhysicalLocation newInstance()
-
newInstance
public static PhysicalLocation newInstance(Chromosome chromosome)
-
newInstance
public static PhysicalLocation newInstance(Chromosome chromosome, Long nucleotide, Integer nucleotideLength, String strand, Integer bin)
-
-