Uses of Class
com.genologics.ri.step.CreationInput
Packages that use CreationInput
-
Uses of CreationInput in com.genologics.ri.step
Fields in com.genologics.ri.step with type parameters of type CreationInputModifier and TypeFieldDescriptionprotected List<CreationInput>StepCreation.inputsThe list of input artifacts for the step.Methods in com.genologics.ri.step that return CreationInputModifier and TypeMethodDescriptionStepCreation.addInput(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates) Creates and adds an input to the step.StepCreation.addInput(CreationInput input) Adds an input to the step.ObjectFactory.createCreationInput()Create an instance ofCreationInput.Methods in com.genologics.ri.step that return types with arguments of type CreationInputModifier and TypeMethodDescriptionStepCreation.getInputs()Gets the list of input artifacts for the step.Methods in com.genologics.ri.step with parameters of type CreationInputModifier and TypeMethodDescriptionStepCreation.addInput(CreationInput input) Adds an input to the step.