java.lang.Object
com.genologics.ri.step.Reagents
- All Implemented Interfaces:
Linkable<Reagents>,Locatable,Serializable
The detailed representation of a step's output artifact reagents.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StepConfigurationprotected Stringprotected Linkprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOutputReagent(Output output) The permitted reagent category of the step.getStep()getUri()Get the URI of this object.voidsetConfiguration(StepConfiguration configuration) voidsetReagentCategory(String reagentCategory) voidvoidSet the URI of this object.
-
Field Details
-
step
-
configuration
-
reagentCategory
-
outputReagents
-
uri
-
-
Constructor Details
-
Reagents
public Reagents() -
Reagents
-
-
Method Details
-
getStep
-
setStep
-
getConfiguration
-
setConfiguration
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getReagentCategory
The permitted reagent category of the step. Reagent labels used in the POST must be from this reagent category.- Returns:
- The reagent category.
-
setReagentCategory
-
getOutputReagents
-
addOutputReagent
-