Class SlicedDoubleVectorValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<DataVector>
-
- ubic.gemma.model.expression.bioAssayData.DataVectorValueObject
-
- ubic.gemma.model.expression.bioAssayData.DoubleVectorValueObject
-
- ubic.gemma.model.expression.bioAssayData.SlicedDoubleVectorValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class SlicedDoubleVectorValueObject extends DoubleVectorValueObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Modifier Constructor Description SlicedDoubleVectorValueObject(DoubleVectorValueObject vec, ExpressionExperimentSubsetValueObject bioassaySet, BioAssayDimensionValueObject slicedBad)
Constructor for creating a slice.protected
SlicedDoubleVectorValueObject(SlicedDoubleVectorValueObject other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleVectorValueObject
copy()
Create a copy of this vector.boolean
equals(Object obj)
int
hashCode()
String
toString()
-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DoubleVectorValueObject
slice, standardize
-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DataVectorValueObject
getBioAssays
-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
SlicedDoubleVectorValueObject
public SlicedDoubleVectorValueObject(DoubleVectorValueObject vec, ExpressionExperimentSubsetValueObject bioassaySet, BioAssayDimensionValueObject slicedBad)
Constructor for creating a slice.
-
SlicedDoubleVectorValueObject
protected SlicedDoubleVectorValueObject(SlicedDoubleVectorValueObject other)
-
-
Method Detail
-
copy
public DoubleVectorValueObject copy()
Description copied from class:DoubleVectorValueObject
Create a copy of this vector.Use this if you intend to modify it as the original might be stored in a shared cache.
- Overrides:
copy
in classDoubleVectorValueObject
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classDoubleVectorValueObject
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDoubleVectorValueObject
-
toString
public String toString()
- Overrides:
toString
in classDataVectorValueObject
-
-