Interface RetrievalFactoryObject
- All Known Subinterfaces:
DependencyRetriever
- All Known Implementing Classes:
DependencyRetrieverImpl
,FeatureMACFACRetriever
,FeatureRetriever
,GraphAStarParallelRetrieverImpl
,LinearRetrieverImpl
,ParallelLinearRetrieverImpl
public interface RetrievalFactoryObject
The retrieval factory object provides the constructor for the retriever and the name of the
retriever.
- Author:
- Rainer Maximini
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEach retriever must have an unique name.
-
Method Details
-
getRetrieverName
String getRetrieverName()Each retriever must have an unique name. This name gan be used to get a new retriever instance from the factory.- Returns:
- Returns the name of the retriever.
-