Uses of Class
com.genologics.ri.step.Input
Packages that use Input
-
Uses of Input in com.genologics.ri.step
Fields in com.genologics.ri.step with type parameters of type InputModifier and TypeFieldDescriptionPools.availableInputsThe list of available input artifacts that can be pooled.PooledInputs.inputsThe list of input artifacts in this pool.Methods in com.genologics.ri.step that return InputModifier and TypeMethodDescriptionPools.addAvailableInput(Linkable<Artifact> artifact) Creates and adds an available input from an artifact.Pools.addAvailableInput(Input input) Adds an available input artifact.Creates and adds an input from an artifact.Adds an input to this pool.ObjectFactory.createInput()Create an instance ofInput.Methods in com.genologics.ri.step that return types with arguments of type InputModifier and TypeMethodDescriptionPools.getAvailableInputs()Gets the list of available input artifacts.PooledInputs.getInputs()Gets the list of input artifacts.Methods in com.genologics.ri.step with parameters of type Input