Class SimpleOutputPorts
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.core.AbstractPorts<OutputPort>
-
- fr.ens.biologie.genomique.eoulsan.core.SimpleOutputPorts
-
- All Implemented Interfaces:
OutputPorts
,Ports<OutputPort>
,Serializable
,Iterable<OutputPort>
public class SimpleOutputPorts extends AbstractPorts<OutputPort> implements OutputPorts, Serializable
This class define a class that contains several output ports.- Since:
- 2.0
- Author:
- Laurent Jourdren
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class fr.ens.biologie.genomique.eoulsan.core.AbstractPorts
contains, contains, countDataFormat, getFirstPort, getPort, getPortNames, getPortsWithDataFormat, isEmpty, iterator, size, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface fr.ens.biologie.genomique.eoulsan.core.Ports
contains, contains, countDataFormat, getFirstPort, getPort, getPortNames, getPortsWithDataFormat, isEmpty, size
-
-