Interface ExperimentSample
-
- All Known Implementing Classes:
ExperimentSampleImpl
public interface ExperimentSample
This interface defines the experiment sample.- Since:
- 2.0
- Author:
- Xavier Bauquet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentSampleMetadata
getMetadata()
Get the experiment sample metadata.Sample
getSample()
Get the experiment sample name.
-
-
-
Method Detail
-
getSample
Sample getSample()
Get the experiment sample name.- Returns:
- the experiment sample name
-
getMetadata
ExperimentSampleMetadata getMetadata()
Get the experiment sample metadata.- Returns:
- an ExperimentSampleMetadata object
-
-