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
Modifier and TypeFieldDescriptionprotected StepConfiguration
protected String
protected Link
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddOutputReagent
(Output output) The permitted reagent category of the step.getStep()
getUri()
Get the URI of this object.void
setConfiguration
(StepConfiguration configuration) void
setReagentCategory
(String reagentCategory) void
void
Set 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:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set 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
-