Uses of Class
com.genologics.ri.stepconfiguration.ReagentKitLink
Packages that use ReagentKitLink
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of ReagentKitLink in com.genologics.ri.stepconfiguration
Fields in com.genologics.ri.stepconfiguration with type parameters of type ReagentKitLinkModifier and TypeFieldDescriptionprotected List<ReagentKitLink>ProtocolStep.requiredReagentKitsList of required reagent kits for this step.Methods in com.genologics.ri.stepconfiguration that return ReagentKitLinkModifier and TypeMethodDescriptionProtocolStep.addRequiredReagentKit(Linkable<ReagentKit> kit) Adds a required reagent kit.ObjectFactory.createReagentKitLink()Creates a new ReagentKitLink instance.Methods in com.genologics.ri.stepconfiguration that return types with arguments of type ReagentKitLinkModifier and TypeMethodDescriptionProtocolStep.getRequiredReagentKits()Gets the list of required reagent kits for this step.