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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description fr.ens.biologie.genomique.kenetre.io.CompressionType
getCompression()
Get the compression format of the port.-
Methods inherited from interface fr.ens.biologie.genomique.eoulsan.core.Port
getFormat, getLinkedSteps, getName, isList
-
-