Interface OutputPort

All Superinterfaces:
Port
All Known Implementing Classes:
SimpleOutputPort

public interface OutputPort extends Port
This interface define an output port of a step.
Since:
2.0
Author:
Laurent Jourdren
  • Method Summary

    Modifier and Type
    Method
    Description
    fr.ens.biologie.genomique.kenetre.io.CompressionType
    Get the compression format of the port.

    Methods inherited from interface fr.ens.biologie.genomique.eoulsan.core.Port

    getFormat, getLinkedSteps, getName, isList
  • Method Details

    • getCompression

      fr.ens.biologie.genomique.kenetre.io.CompressionType getCompression()
      Get the compression format of the port.
      Returns:
      the compression format.