Module jp.cafebabe.birthmarks
Package jp.cafebabe.birthmarks.pairs
Interface PairMatcherBuilder<T extends Serializable>
- 
- All Superinterfaces:
 TaskBuilder<PairMatcherType>
- All Known Implementing Classes:
 AbstractPairMatcherBuilder,GuessedPairMatcherBuilder,RoundRobinPairMatcherBuilder,RoundRobinWithSamePairMatcherBuilder,SpecifiedPairMatcherBuilder
public interface PairMatcherBuilder<T extends Serializable> extends TaskBuilder<PairMatcherType>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PairMatcher<T>build(Configuration config)PairMatcherTypetype() 
 - 
 
- 
- 
Method Detail
- 
type
PairMatcherType type()
- Specified by:
 typein interfaceTaskBuilder<T extends Serializable>
 
- 
build
PairMatcher<T> build(Configuration config)
- Specified by:
 buildin interfaceTaskBuilder<T extends Serializable>
 
 - 
 
 -