Interface RetrievalFactoryObject
-
- All Known Implementing Classes:
FeatureMACFACRetriever,FeatureRetriever,GraphAStarParallelRetrieverImpl,LinearRetrieverImpl,ParallelLinearRetrieverImpl
public interface RetrievalFactoryObjectThe retrieval factory object provides the constructor for the retriever and the name of the retriever.- Author:
- Rainer Maximini
- See Also:
FactoryObjectImplementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRetrieverName()Each retriever must have an unique name.
-
-
-
Method Detail
-
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.
-
-