Package com.chemaxon.descriptors.metrics
Class BinaryVectorMetricFactory.ToLinenote<C>
- java.lang.Object
-
- com.chemaxon.descriptors.metrics.BinaryVectorMetricFactory.ToLinenote<C>
-
- Type Parameters:
C
- Repesented metric class
- All Implemented Interfaces:
com.google.common.base.Function<BinaryVectorMetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>
,Function<BinaryVectorMetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>
- Enclosing interface:
- BinaryVectorMetricFactory<C>
@Beta public static class BinaryVectorMetricFactory.ToLinenote<C> extends Object implements com.google.common.base.Function<BinaryVectorMetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>
Utility for creating a default linenote. Note that this API is under development.
-
-
Constructor Summary
Constructors Constructor Description ToLinenote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.chemaxon.apidiscovery.linenote.Linenote<C>
apply(BinaryVectorMetricFactory<C> f)
-
-
-
Method Detail
-
apply
public com.chemaxon.apidiscovery.linenote.Linenote<C> apply(BinaryVectorMetricFactory<C> f)
- Specified by:
apply
in interfacecom.google.common.base.Function<BinaryVectorMetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>
- Specified by:
apply
in interfaceFunction<BinaryVectorMetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>
-
-