Class SimpleInputPorts
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.core.AbstractPorts<InputPort>
-
- fr.ens.biologie.genomique.eoulsan.core.SimpleInputPorts
-
- All Implemented Interfaces:
InputPorts
,Ports<InputPort>
,Serializable
,Iterable<InputPort>
public class SimpleInputPorts extends AbstractPorts<InputPort> implements InputPorts, Serializable
This class define a class that handles a set of input 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
-
-