Package ubic.gemma.model.analysis
Class Analysis
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.analysis.Analysis
-
- All Implemented Interfaces:
Describable
,Identifiable
- Direct Known Subclasses:
CellTypeAssignment
,ExpressionAnalysis
public abstract class Analysis extends AbstractDescribable
An analysis of one or more Investigations. The manner in which the analysis was done is described in the Protocol and Description associations. Analyses which use more than one Investigation are meta-analyses.- Author:
- Paul
-
-
Constructor Summary
Constructors Constructor Description Analysis()
No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Protocol
getProtocol()
void
setProtocol(Protocol protocol)
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toString
-
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
-