Uses of Class
com.genologics.ri.step.InputOutputMap
Packages that use InputOutputMap
-
Uses of InputOutputMap in com.genologics.ri.step
Fields in com.genologics.ri.step with type parameters of type InputOutputMapModifier and TypeFieldDescriptionprotected List<InputOutputMap>StepDetails.inputOutputMapsThe list of input to output artifact mappings for the step.Methods in com.genologics.ri.step that return InputOutputMapModifier and TypeMethodDescriptionStepDetails.addInputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) Creates and adds an input/output mapping to the step.StepDetails.addInputOutputMap(InputOutputMap iomap) Adds an input/output mapping to the step.ObjectFactory.createInputOutputMap()Create an instance ofInputOutputMap.Methods in com.genologics.ri.step that return types with arguments of type InputOutputMapModifier and TypeMethodDescriptionStepDetails.getInputOutputMaps()Gets the list of input to output artifact mappings.Methods in com.genologics.ri.step with parameters of type InputOutputMapModifier and TypeMethodDescriptionStepDetails.addInputOutputMap(InputOutputMap iomap) Adds an input/output mapping to the step.