Abstract ILocation decorator (wrapper).
Namespace:
BioSharp.Core.Bio.SymbolAssembly: 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.