Tools class containing a number of operators for working with Location objects.

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

Syntax

C#
public static class LocationTools

Remarks

Most of the methods in this class are simple set-wise binary operators: for example, calculate the intersection of two locations.

This class provides helpful methods for set-wise manipulation of Location objects.

Original BioJava version by Matthew Pocock, Greg Cox, Thomas Down, Mark Schreiber, and Francois Pepin. Port to C# by Doug Swisher.

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Bio.Symbol..::.LocationTools

See Also