Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.InputPort
-
Packages that use InputPort Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes. -
-
Uses of InputPort in fr.ens.biologie.genomique.eoulsan.core
Classes in fr.ens.biologie.genomique.eoulsan.core that implement InputPort Modifier and Type Class Description class
SimpleInputPort
This class define an input port of a step. -
Uses of InputPort in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type InputPort Modifier and Type Method Description Data
TaskContextImpl. getInputData(InputPort port)
Get raw access to input data stored in the object.
-