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 classAbstractPorts<E extends Port>This class define a basic implementation of a Ports class.interfacePorts<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 interfaceInputPortThis interface define an input port of a step.interfaceOutputPortThis interface define an output port of a step.Classes in fr.ens.biologie.genomique.eoulsan.core that implement Port Modifier and Type Class Description classAbstractPortAbstract class that define a port.classSimpleInputPortThis class define an input port of a step.classSimpleOutputPortThis class define an output port of a step.
-