Package bio.singa.simulation.features
Class AffectedRegion
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<CellRegion>
-
- bio.singa.simulation.features.model.RegionFeature
-
- bio.singa.simulation.features.AffectedRegion
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<CellRegion>
public class AffectedRegion extends RegionFeature
- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffectedRegion.Builder
-
Constructor Summary
Constructors Constructor Description AffectedRegion(CellRegion region)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AffectedRegion.Builderof(CellRegion quantity)-
Methods inherited from class bio.singa.features.model.AbstractFeature
addAlternativeContent, addEvidence, equals, getAllEvidence, getAlternativeContents, getComment, getContent, getDescriptor, getIdentifier, getPrimaryEvidence, hashCode, setAlternativeContent, setAlternativeContents, setComment, setIdentifier, toString
-
-
-
-
Constructor Detail
-
AffectedRegion
public AffectedRegion(CellRegion region)
-
-
Method Detail
-
of
public static AffectedRegion.Builder of(CellRegion quantity)
-
-