Package bio.singa.simulation.features
Class ContainmentRegion
- 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.ContainmentRegion
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<CellRegion>
public class ContainmentRegion extends RegionFeature
- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContainmentRegion.Builder
-
Constructor Summary
Constructors Constructor Description ContainmentRegion(CellRegion region)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContainmentRegion.Builderof(CellRegion quantity)VolumeLikeAgentretrieveAreaAgent(Simulation simulation)-
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
-
ContainmentRegion
public ContainmentRegion(CellRegion region)
-
-
Method Detail
-
of
public static ContainmentRegion.Builder of(CellRegion quantity)
-
retrieveAreaAgent
public VolumeLikeAgent retrieveAreaAgent(Simulation simulation)
-
-