The interface for filters that can potentialy optimize themselves, and compare themselves with other filters.

Namespace:  BioSharp.Core.Bio.Seq
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public interface IOptimizableFilter : IFeatureFilter

Remarks

Original BioJava version by Matthew Pocock. Port to C# by Doug Swisher.

See Also