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 AbstractFormatSelectionCriterionCriterion 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 booleanaccept(ImageRepresentationFormat format)Returnstrueif the specifiedImageRepresentationFormatinstance 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:AbstractFormatSelectionCriterionReturnstrueif the specifiedImageRepresentationFormatinstance is accepted by this criterion.- Specified by:
acceptin classAbstractFormatSelectionCriterion
-
-