Class OriginalCriterion
- java.lang.Object
-
- ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.AbstractFormatSelectionCriterion
-
- ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.OriginalCriterion
-
- All Implemented Interfaces:
IImageRepresentationFormatSelectionCriterion
,java.io.Serializable
@JsonObject("OriginalCriterion") public class OriginalCriterion extends AbstractFormatSelectionCriterion
Criterion which filters image representation formats concerning whether they are original or not.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OriginalCriterion(boolean original)
Creates an instance based on the specified flag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
accept(ImageRepresentationFormat format)
Returnstrue
if the specifiedImageRepresentationFormat
instance is accepted by this criterion.-
Methods inherited from class ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.AbstractFormatSelectionCriterion
getMatching
-
-
-
-
Method Detail
-
accept
protected boolean accept(ImageRepresentationFormat format)
Description copied from class:AbstractFormatSelectionCriterion
Returnstrue
if the specifiedImageRepresentationFormat
instance is accepted by this criterion.- Specified by:
accept
in classAbstractFormatSelectionCriterion
-
-