Class SimpleOutputPort
java.lang.Object
fr.ens.biologie.genomique.eoulsan.core.AbstractPort
fr.ens.biologie.genomique.eoulsan.core.SimpleOutputPort
- All Implemented Interfaces:
OutputPort,Port,Serializable
This class define an output port of a step.
- Since:
- 2.0
- Author:
- Laurent Jourdren
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfr.ens.biologie.genomique.kenetre.io.CompressionTypeGet the compression format of the port.toString()Methods inherited from class fr.ens.biologie.genomique.eoulsan.core.AbstractPort
getFormat, getLinkedSteps, getName, isListMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface fr.ens.biologie.genomique.eoulsan.core.Port
getFormat, getLinkedSteps, getName, isList
-
Method Details
-
getCompression
public fr.ens.biologie.genomique.kenetre.io.CompressionType getCompression()Description copied from interface:OutputPortGet the compression format of the port.- Specified by:
getCompressionin interfaceOutputPort- Returns:
- the compression format.
-
toString
-