Class MultiEntityFeature

    • 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>
    • Field Summary

      • Fields inherited from class bio.singa.features.model.AbstractFeature

        baseContent, featureContent
    • 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)