Uses of Class
com.genologics.ri.instrument.Instrument
Packages that use Instrument
Package
Description
Entities for instrument resources in the Clarity system.
Entities for processes executed in the Clarity system.
Entities for process execution in the Clarity system.
Entities for process templates in the Clarity system.
Entities for workflow steps in the Clarity system.
-
Uses of Instrument in com.genologics.ri.instrument
Methods in com.genologics.ri.instrument that return InstrumentModifier and TypeMethodDescriptionObjectFactory.createInstrument()Create an instance of Instrument.Methods in com.genologics.ri.instrument that return types with arguments of type InstrumentModifier and TypeMethodDescriptionObjectFactory.createInstrument(Instrument value) Create a JAXBElement for Instrument.InstrumentLink.getEntityClass()Get the class of the true, full LIMS entity this object links to.Instrument.getLink()Get a concrete link object to thisLimsEntityLinkableentity.Methods in com.genologics.ri.instrument with parameters of type InstrumentModifier and TypeMethodDescriptionObjectFactory.createInstrument(Instrument value) Create a JAXBElement for Instrument.Constructors in com.genologics.ri.instrument with parameters of type InstrumentModifierConstructorDescriptionInstrumentLink(Instrument instrument) Constructor from an instrument.Constructor parameters in com.genologics.ri.instrument with type arguments of type InstrumentModifierConstructorDescriptionInstrumentLink(Linkable<Instrument> link) Constructor from a linkable instrument. -
Uses of Instrument in com.genologics.ri.process
Methods in com.genologics.ri.process that return types with arguments of type InstrumentMethod parameters in com.genologics.ri.process with type arguments of type InstrumentModifier and TypeMethodDescriptionvoidClarityProcess.setInstrument(Linkable<Instrument> link) Sets the instrument from a linkable object.Constructor parameters in com.genologics.ri.process with type arguments of type InstrumentModifierConstructorDescriptionInstrumentLink(Linkable<Instrument> link) Constructor from a linkable object. -
Uses of Instrument in com.genologics.ri.processexecution
Methods in com.genologics.ri.processexecution that return types with arguments of type InstrumentMethod parameters in com.genologics.ri.processexecution with type arguments of type InstrumentModifier and TypeMethodDescriptionvoidExecutableProcess.setInstrument(Linkable<Instrument> link) Sets the instrument from an instrument link.Constructor parameters in com.genologics.ri.processexecution with type arguments of type InstrumentModifierConstructorDescriptionInstrumentLink(Linkable<Instrument> link) Constructor from a linkable instrument. -
Uses of Instrument in com.genologics.ri.processtemplate
Methods in com.genologics.ri.processtemplate that return types with arguments of type InstrumentMethods in com.genologics.ri.processtemplate with parameters of type InstrumentModifier and TypeMethodDescriptionvoidProcessTemplate.setInstrument(Instrument instrument) Sets the instrument from an Instrument object.Constructor parameters in com.genologics.ri.processtemplate with type arguments of type InstrumentModifierConstructorDescriptionInstrumentLink(Linkable<Instrument> link) Constructor from a linkable instrument. -
Uses of Instrument in com.genologics.ri.step
Methods in com.genologics.ri.step that return types with arguments of type InstrumentMethods in com.genologics.ri.step with parameters of type InstrumentModifier and TypeMethodDescriptionvoidStepDetails.setInstrument(Instrument instrument) Sets the instrument from an instrument object.Method parameters in com.genologics.ri.step with type arguments of type InstrumentModifier and TypeMethodDescriptionvoidStepDetails.setInstrument(Linkable<Instrument> link) Sets the instrument from a link.Constructors in com.genologics.ri.step with parameters of type InstrumentModifierConstructorDescriptionInstrumentLink(Instrument instrument) Constructor from an instrument.Constructor parameters in com.genologics.ri.step with type arguments of type InstrumentModifierConstructorDescriptionInstrumentLink(Linkable<Instrument> link) Constructor from a linkable object.