Interface ExperimentSample
- All Known Implementing Classes:
ExperimentSampleImpl
public interface ExperimentSample
This interface defines the experiment sample.
- Since:
- 2.0
- Author:
- Xavier Bauquet
-
Method Summary
Modifier and TypeMethodDescriptionGet the experiment sample metadata.Get the experiment sample name.
-
Method Details
-
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
-