Class FeatureVectorDataSetInformation
- java.lang.Object
-
- ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation
-
- ch.systemsx.cisd.openbis.dss.etl.dto.api.impl.FeatureVectorDataSetInformation
-
- All Implemented Interfaces:
java.io.Serializable
public class FeatureVectorDataSetInformation extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation
ExtendsDataSetInformation
with information about images analysis on the well level (relevant for HCS).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureVectorDataSetInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFeatureDefinition
defineFeature(java.lang.String featureCode)
Defines a container to which values of the feature for each well can be added.java.util.List<FeatureDefinition>
getFeatures()
boolean
isNotEmpty()
are all necessary fields filled?void
setAnalysisProcedure(java.lang.String analysisProcedure)
void
setFeatures(java.util.List<FeatureDefinition> features)
-
Methods inherited from class ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation
appendNameAndObject, describe, getContainedDataSetCodes, getDataSetCode, getDataSetKind, getDataSetProperties, getDataSetType, getExperimentIdentifier, getExternalCode, getExternalDataManagementSystem, getExtractableData, getInstanceUUID, getIsCompleteFlag, getParentDataSetCodes, getProducerCode, getProductionDate, getProjectCode, getSampleCode, getSampleIdentifier, getSampleProperties, getShareId, getSpaceCode, getSpeedHint, getUploadingUserIdOrNull, isContainerDataSet, isLinkDataSet, isLinkSample, isNoFileDataSet, setComplete, setContainedDataSetCodes, setContainerDataSet, setContainerDatasetPermId, setDataSetCode, setDataSetKind, setDataSetProperties, setDataSetType, setExperiment, setExperimentIdentifier, setExternalCode, setExternalDataManagementSystem, setExtractableData, setInstanceUUID, setLinkSample, setParentDataSetCodes, setProducerCode, setProductionDate, setProjectCode, setSample, setSampleCode, setSampleIdentifier, setSampleIdentifier, setSampleProperties, setShareId, setSpaceCode, setSpeedHint, setUploadingUserEmail, setUploadingUserId, toString, tryGetContainerDataSet, tryGetContainerDatasetPermId, tryGetUploadingUserEmail, tryToGetExperiment, tryToGetSample
-
-
-
-
Method Detail
-
setAnalysisProcedure
public void setAnalysisProcedure(java.lang.String analysisProcedure)
-
getFeatures
public java.util.List<FeatureDefinition> getFeatures()
-
setFeatures
public void setFeatures(java.util.List<FeatureDefinition> features)
-
isNotEmpty
public boolean isNotEmpty()
are all necessary fields filled?
-
defineFeature
public IFeatureDefinition defineFeature(java.lang.String featureCode)
Defines a container to which values of the feature for each well can be added.
-
-