java.lang.Object
com.genologics.ri.step.Pools
- All Implemented Interfaces:
Linkable<Pools>
,Locatable
,Serializable
The detailed representation of a step's pooled inputs.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StepConfiguration
protected List<PooledInputs>
protected Link
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAvailableInput
(Linkable<Artifact> artifact) addAvailableInput
(Input input) addPooledInputs
(PooledInputs inputs) addPooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) getStep()
getUri()
Get the URI of this object.void
setConfiguration
(StepConfiguration configuration) void
void
Set the URI of this object.
-
Field Details
-
step
-
configuration
-
pooledInputs
-
availableInputs
-
uri
-
-
Constructor Details
-
Pools
public Pools() -
Pools
-
-
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. -
getPooledInputs
-
addPooledInputs
-
addPooledInputs
public PooledInputs addPooledInputs(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) -
getAvailableInputs
-
addAvailableInput
-
addAvailableInput
-