Uses of Class
com.genologics.ri.process.InputOutputMap
Packages that use InputOutputMap
Package
Description
Entities for processes executed in the Clarity system.
-
Uses of InputOutputMap in com.genologics.ri.process
Fields in com.genologics.ri.process with type parameters of type InputOutputMapModifier and TypeFieldDescriptionprotected List<InputOutputMap>ClarityProcess.inputOutputMapsThe input-output mappings for the process.Methods in com.genologics.ri.process that return InputOutputMapModifier and TypeMethodDescriptionClarityProcess.addInputOutputMap(InputOutputMap ioMap) Adds an input-output mapping.ObjectFactory.createInputOutputMap()Creates a new InputOutputMap instance.Methods in com.genologics.ri.process that return types with arguments of type InputOutputMapModifier and TypeMethodDescriptionObjectFactory.createProcessInputOutputMap(InputOutputMap value) Creates a JAXBElement for the process input-output map.ClarityProcess.getInputOutputMaps()Gets the input-output mappings.Methods in com.genologics.ri.process with parameters of type InputOutputMapModifier and TypeMethodDescriptionClarityProcess.addInputOutputMap(InputOutputMap ioMap) Adds an input-output mapping.ObjectFactory.createProcessInputOutputMap(InputOutputMap value) Creates a JAXBElement for the process input-output map.