Class MultiEntityFeature
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<List<ChemicalEntity>>
-
- bio.singa.simulation.features.model.MultiEntityFeature
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<List<ChemicalEntity>>
- Direct Known Subclasses:
Cargoes,MatchingQSnares,MatchingRSnares,PrimaryCargoes,ScalingEntities,Solutes
public abstract class MultiEntityFeature extends bio.singa.features.model.QualitativeFeature<List<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 MultiEntityFeature(List<ChemicalEntity> chemicalEntities)MultiEntityFeature(List<ChemicalEntity> chemicalEntities, bio.singa.features.model.Evidence evidence)MultiEntityFeature(List<ChemicalEntity> chemicalEntities, 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
-
MultiEntityFeature
public MultiEntityFeature(List<ChemicalEntity> chemicalEntities, List<bio.singa.features.model.Evidence> evidence)
-
MultiEntityFeature
public MultiEntityFeature(List<ChemicalEntity> chemicalEntities, bio.singa.features.model.Evidence evidence)
-
MultiEntityFeature
public MultiEntityFeature(List<ChemicalEntity> chemicalEntities)
-
-