Uses of Class
com.genologics.ri.stepconfiguration.NextStep
Packages that use NextStep
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of NextStep in com.genologics.ri.stepconfiguration
Fields in com.genologics.ri.stepconfiguration with type parameters of type NextStepModifier and TypeFieldDescriptionProtocolStep.transitionsList of transitions to next steps in the protocol.Methods in com.genologics.ri.stepconfiguration that return NextStepModifier and TypeMethodDescriptionProtocolStep.addTransition(NextStep transition) Adds a transition to a next step.ObjectFactory.createNextStep()Creates a new NextStep instance.Methods in com.genologics.ri.stepconfiguration that return types with arguments of type NextStepModifier and TypeMethodDescriptionProtocolStep.getTransitions()Gets the list of transitions to next steps.Methods in com.genologics.ri.stepconfiguration with parameters of type NextStepModifier and TypeMethodDescriptionProtocolStep.addTransition(NextStep transition) Adds a transition to a next step.