Class GoldenPathSequenceAnalysisFactoryImpl
java.lang.Object
ubic.gemma.core.goldenpath.GoldenPathSequenceAnalysisFactoryImpl
- All Implemented Interfaces:
GoldenPathSequenceAnalysisFactory
@Component
public class GoldenPathSequenceAnalysisFactoryImpl
extends Object
implements GoldenPathSequenceAnalysisFactory
Default
GoldenPathSequenceAnalysisFactory that constructs a real
GoldenPathSequenceAnalysis bound to the configured GoldenPath
database for the supplied taxon.- Author:
- goldenpath-factory-refactor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstruct a newGoldenPathSequenceAnalysisfor the given taxon.
-
Constructor Details
-
GoldenPathSequenceAnalysisFactoryImpl
public GoldenPathSequenceAnalysisFactoryImpl()
-
-
Method Details
-
create
Description copied from interface:GoldenPathSequenceAnalysisFactoryConstruct a newGoldenPathSequenceAnalysisfor the given taxon.The returned instance holds JDBC resources and must be closed by the caller.
- Specified by:
createin interfaceGoldenPathSequenceAnalysisFactory- Parameters:
taxon- the taxon whose GoldenPath database should back the analysis- Returns:
- a new, open
GoldenPathSequenceAnalysis
-