Class MultiStringFeature
-
- Direct Known Subclasses:
BlackListVesicleStates,WhiteListVesicleStates
public abstract class MultiStringFeature extends bio.singa.features.model.QualitativeFeature<List<String>>
- 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 MultiStringFeature(List<String> strings)MultiStringFeature(List<String> strings, bio.singa.features.model.Evidence evidence)MultiStringFeature(List<String> strings, 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
-
-