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 interfaceInputPortsThis interface define a group of input ports.interfaceOutputPortsThis interface define a group of output ports.Classes in fr.ens.biologie.genomique.eoulsan.core that implement Ports Modifier and Type Class Description classAbstractPorts<E extends Port>This class define a basic implementation of a Ports class.classSimpleInputPortsThis class define a class that handles a set of input ports.classSimpleOutputPortsThis class define a class that contains several output ports.
-