Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.Ports
-
Packages that use Ports Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class. -
-
Uses of Ports in fr.ens.biologie.genomique.eoulsan.core
Subinterfaces of Ports in fr.ens.biologie.genomique.eoulsan.core Modifier and Type Interface Description interface
InputPorts
This interface define a group of input ports.interface
OutputPorts
This interface define a group of output ports.Classes in fr.ens.biologie.genomique.eoulsan.core that implement Ports Modifier and Type Class Description class
AbstractPorts<E extends Port>
This class define a basic implementation of a Ports class.class
SimpleInputPorts
This class define a class that handles a set of input ports.class
SimpleOutputPorts
This class define a class that contains several output ports.
-