Package bio.singa.simulation.features
Class AffectedSection
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<CellSubsection>
-
- bio.singa.simulation.features.AffectedSection
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<CellSubsection>
public class AffectedSection extends bio.singa.features.model.QualitativeFeature<CellSubsection>
- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffectedSection.Builder
-
Constructor Summary
Constructors Constructor Description AffectedSection(CellSubsection subsection)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AffectedSection.Builderof(CellSubsection 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
-
AffectedSection
public AffectedSection(CellSubsection subsection)
-
-
Method Detail
-
of
public static AffectedSection.Builder of(CellSubsection quantity)
-
-