Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.Port
-
Packages that use Port Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class. -
-
Uses of Port in fr.ens.biologie.genomique.eoulsan.core
Classes in fr.ens.biologie.genomique.eoulsan.core with type parameters of type Port Modifier and Type Class Description class
AbstractPorts<E extends Port>
This class define a basic implementation of a Ports class.interface
Ports<E extends Port>
This interface define a group of ports.Subinterfaces of Port in fr.ens.biologie.genomique.eoulsan.core Modifier and Type Interface Description interface
InputPort
This interface define an input port of a step.interface
OutputPort
This interface define an output port of a step.Classes in fr.ens.biologie.genomique.eoulsan.core that implement Port Modifier and Type Class Description class
AbstractPort
Abstract class that define a port.class
SimpleInputPort
This class define an input port of a step.class
SimpleOutputPort
This class define an output port of a step.
-