Abstract ILocation decorator (wrapper).

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 AbstractLocationDecorator : ILocation

Remarks

These wrap up a normal ILocation object, and act as markers to indicate that the location has some kind of special semantics.

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

Inheritance Hierarchy

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

See Also