An abstract implementation of ILocation.

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

Syntax

C#
public abstract class AbstractLocation : ILocation

Remarks

This provides implementations of the binary operators which delegate to the LocationTools class.

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

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Bio.Symbol..::.AbstractLocation
    BioSharp.Core.Bio.Symbol..::.AbstractRangeLocation

See Also