Class RegionFeature
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<CellRegion>
-
- bio.singa.simulation.features.model.RegionFeature
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<CellRegion>
- Direct Known Subclasses:
AffectedRegion,ContainmentRegion
public abstract class RegionFeature extends bio.singa.features.model.QualitativeFeature<CellRegion>
- Author:
- cl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class bio.singa.features.model.AbstractFeature
bio.singa.features.model.AbstractFeature.Builder<FeatureContent extends Object,TopLevelType extends bio.singa.features.model.Feature<FeatureContent>,BuilderType extends bio.singa.features.model.AbstractFeature.Builder>
-
-
Constructor Summary
Constructors Constructor Description RegionFeature(CellRegion region)RegionFeature(CellRegion region, bio.singa.features.model.Evidence evidence)RegionFeature(CellRegion region, List<bio.singa.features.model.Evidence> evidence)
-
Method Summary
-
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
-
RegionFeature
public RegionFeature(CellRegion region, List<bio.singa.features.model.Evidence> evidence)
-
RegionFeature
public RegionFeature(CellRegion region, bio.singa.features.model.Evidence evidence)
-
RegionFeature
public RegionFeature(CellRegion region)
-
-