Class RetrieverFSKKeyPair
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.eval.RetrieverFSKKeyPair
-
public class RetrieverFSKKeyPair extends Object
- Author:
- Maximilian Hoffmann
-
-
Constructor Summary
Constructors Constructor Description RetrieverFSKKeyPair(String retriever, int k, int fs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetFs()intgetK()StringgetRetriever()inthashCode()
-
-
-
Constructor Detail
-
RetrieverFSKKeyPair
public RetrieverFSKKeyPair(@Nonnull String retriever, int k, int fs)
-
-