Interface OutputPort
- All Superinterfaces:
Port
- All Known Implementing Classes:
SimpleOutputPort
This interface define an output port of a step.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Method Summary
Modifier and TypeMethodDescriptionfr.ens.biologie.genomique.kenetre.io.CompressionTypeGet 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.
-