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
public class SimpleOutputPort extends AbstractPort implements OutputPort, Serializable
This class define an output port of a step.- Since:
- 2.0
- Author:
- Laurent Jourdren
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleOutputPort(String name, boolean list, DataFormat format, fr.ens.biologie.genomique.kenetre.io.CompressionType compression)
Constructor.protected
SimpleOutputPort(String name, DataFormat format, fr.ens.biologie.genomique.kenetre.io.CompressionType compression)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fr.ens.biologie.genomique.kenetre.io.CompressionType
getCompression()
Get the compression format of the port.String
toString()
-
Methods inherited from class fr.ens.biologie.genomique.eoulsan.core.AbstractPort
getFormat, getLinkedSteps, getName, isList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface fr.ens.biologie.genomique.eoulsan.core.Port
getFormat, getLinkedSteps, getName, isList
-
-
-
-
Constructor Detail
-
SimpleOutputPort
protected SimpleOutputPort(String name, DataFormat format, fr.ens.biologie.genomique.kenetre.io.CompressionType compression)
Constructor.- Parameters:
name
- name of the portformat
- format of the portcompression
- compression of the output
-
SimpleOutputPort
protected SimpleOutputPort(String name, boolean list, DataFormat format, fr.ens.biologie.genomique.kenetre.io.CompressionType compression)
Constructor.- Parameters:
name
- name of the portformat
- format of the portlist
- true if a list is excepted as port valuecompression
- compression of the output
-
-
Method Detail
-
getCompression
public fr.ens.biologie.genomique.kenetre.io.CompressionType getCompression()
Description copied from interface:OutputPort
Get the compression format of the port.- Specified by:
getCompression
in interfaceOutputPort
- Returns:
- the compression format.
-
-