Class EntityFeature
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<ChemicalEntity>
-
- bio.singa.simulation.features.model.EntityFeature
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<ChemicalEntity>
- Direct Known Subclasses:
AttachedMotor,BoostMediatingEntity,Cargo,Transporter
public abstract class EntityFeature extends bio.singa.features.model.QualitativeFeature<ChemicalEntity>
- 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 EntityFeature(ChemicalEntity entity)EntityFeature(ChemicalEntity entity, bio.singa.features.model.Evidence evidence)EntityFeature(ChemicalEntity entity, 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
-
EntityFeature
public EntityFeature(ChemicalEntity entity, List<bio.singa.features.model.Evidence> evidence)
-
EntityFeature
public EntityFeature(ChemicalEntity entity, bio.singa.features.model.Evidence evidence)
-
EntityFeature
public EntityFeature(ChemicalEntity entity)
-
-