Package ubic.gemma.model.analysis
Class AnalysisResultSetValueObject<K extends AnalysisResult,R extends AnalysisResultSet<K>>
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<R>
ubic.gemma.model.analysis.AnalysisResultSetValueObject<K,R>
- Type Parameters:
K- underlying type of analysis result in the setR- type of analysis result set this is wrapping.
- All Implemented Interfaces:
Serializable,Identifiable
- Direct Known Subclasses:
DifferentialExpressionAnalysisResultSetValueObject
public abstract class AnalysisResultSetValueObject<K extends AnalysisResult,R extends AnalysisResultSet<K>>
extends IdentifiableValueObject<R>
Exposes an
AnalysisResultSet to the public API.- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<? extends AnalysisResultValueObject<K>> Obtain the VO of the associated analysis result to this result set.
-
Constructor Details
-
AnalysisResultSetValueObject
-
-
Method Details
-
getResults
Obtain the VO of the associated analysis result to this result set.
-