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 SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll 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- 
newInstancepublic static PhysicalLocation newInstance() 
 - 
newInstancepublic static PhysicalLocation newInstance(Chromosome chromosome) 
 - 
newInstancepublic static PhysicalLocation newInstance(Chromosome chromosome, Long nucleotide, Integer nucleotideLength, String strand, Integer bin) 
 
- 
 
-