Interface IMetaprojectAssignments
-
public interface IMetaprojectAssignments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IDataSetImmutable>
getDataSets()
java.util.List<IExperimentImmutable>
getExperiments()
java.util.List<IMaterialImmutable>
getMaterials()
IMetaprojectImmutable
getMetaproject()
java.util.List<ISampleImmutable>
getSamples()
-
-
-
Method Detail
-
getMetaproject
IMetaprojectImmutable getMetaproject()
-
getSamples
java.util.List<ISampleImmutable> getSamples()
-
getExperiments
java.util.List<IExperimentImmutable> getExperiments()
-
getDataSets
java.util.List<IDataSetImmutable> getDataSets()
-
getMaterials
java.util.List<IMaterialImmutable> getMaterials()
-
-