Click or drag to resize
IPhylogeneticTreeFormatter Interface
Implementations of this interface write a PhylogeneticTree to a particular location, usually a file. The output is formatted according to the particular file format. A method is also provided for quickly accessing the content in string form for applications that do not need to first write to file.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface IPhylogeneticTreeFormatter : IFormatter

The IPhylogeneticTreeFormatter type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the formatter being implemented. This is intended to give the developer some information of the formatter.
(Inherited from IFormatter.)
Public propertyName
Gets the name of the formatter being implemented. This is intended to give the developer name of the formatter.
(Inherited from IFormatter.)
Public propertySupportedFileTypes
Gets the file extensions that the formatter will support. If multiple extensions are supported then this property will return a string containing all extensions with a ',' delimited.
(Inherited from IFormatter.)
Top
Methods
  NameDescription
Public methodFormat
Writes a PhylogeneticTree to the location specified by the writer.
Top
See Also