Uses of Interface
psidev.psi.mi.jami.model.Feature
-
-
Uses of Feature in psidev.psi.mi.jami.analysis.graph
Classes in psidev.psi.mi.jami.analysis.graph with type parameters of type Feature Modifier and Type Class Description classBindingPairFactory<F extends Feature>A feature edge factory is an edge factory generating FeatureBindingPairs The factory can be instantiated with a specific MIComparator if it wants to override the comparison and hashcodes of features A and BclassBindingSiteCliqueFinder<I extends Interaction,F extends Feature>The BindingSiteClique finder is an extension of BronKerboschCliqueFinder.classFeatureGraphBuilder<I extends Interaction,F extends Feature>This class will create a graph from one to several interactions. -
Uses of Feature in psidev.psi.mi.jami.analysis.graph.model
Classes in psidev.psi.mi.jami.analysis.graph.model with type parameters of type Feature Modifier and Type Class Description classBindingFeatureGraph<T extends Feature>A binding feature graph is a pseudograph of binding features.classBindingPair<F extends Feature>A feature binding pair is an undirected MI edge of features that are linked to each other. -
Uses of Feature in psidev.psi.mi.jami.crosslink.extension
Classes in psidev.psi.mi.jami.crosslink.extension that implement Feature Modifier and Type Class Description classCsvFeatureEvidenceCrossLink CSV extension for FeatureEvidence -
Uses of Feature in psidev.psi.mi.jami.enricher
Classes in psidev.psi.mi.jami.enricher with type parameters of type Feature Modifier and Type Interface Description interfaceEntityEnricher<P extends Entity,F extends Feature>Sub enrichers: Protein, CvTerm, Feature, Bioactive3EntityinterfaceFeatureEnricher<F extends Feature>The featureEnricher can enrich either a single feature or a collection.interfaceParticipantEnricher<P extends Participant,F extends Feature>Sub enrichers: Protein, CvTerm, Feature, Bioactive3EntityinterfaceParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>Sub enrichers: Protein, CvTerm, Feature, Bioactive3EntityinterfaceProteinListeningFeatureEnricher<F extends Feature>An extension to the feature enricher, the protein listening form also updates ranges. -
Uses of Feature in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return types with arguments of type Feature Modifier and Type Method Description EntityEnricher<Entity,Feature>CompositeEntityEnricher. getEntityBaseEnricher()Getter for the fieldentityBaseEnricher.ParticipantEnricher<Participant,Feature>CompositeParticipantEnricher. getEntityBaseEnricher()Getter for the fieldentityBaseEnricher.ParticipantPoolEnricher<ParticipantPool,Feature>CompositeParticipantEnricher. getPoolEnricher()Getter for the fieldpoolEnricher.Method parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type Feature Modifier and Type Method Description voidCompositeEntityEnricher. setFeatureEnricher(FeatureEnricher<Feature> enricher)setFeatureEnricher.voidCompositeParticipantEnricher. setFeatureEnricher(FeatureEnricher<Feature> enricher)setFeatureEnricher.voidCompositeParticipantEnricher. setPoolEnricher(ParticipantPoolEnricher<ParticipantPool,Feature> poolEnricher)Setter for the fieldpoolEnricher.Constructor parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type Feature Constructor Description CompositeEntityEnricher(EntityEnricher<Entity,Feature> entityBaseEnricher)Constructor for CompositeEntityEnricher.CompositeParticipantEnricher(ParticipantEnricher<Participant,Feature> entityBaseEnricher)Constructor for CompositeParticipantEnricher. -
Uses of Feature in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full with type parameters of type Feature Modifier and Type Class Description classFullEntityEnricher<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classFullEntityUpdater<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classFullFeatureEnricher<F extends Feature>Provides full enrichment of feature.classFullFeatureUpdater<F extends Feature>Provides full updater of feature.classFullParticipantEnricher<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classFullParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>The participant pool enricher is an enricher which can enrich either single participant or a collection.classFullParticipantPoolUpdater<P extends ParticipantPool,F extends Feature>The participant pool enricher is an enricher which can enrich either single participant or a collection.classFullParticipantUpdater<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection. -
Uses of Feature in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal with type parameters of type Feature Modifier and Type Class Description classMinimalEntityEnricher<P extends Entity,F extends Feature>The entity enricher is an enricher which can enrich either single participant or a collection.classMinimalEntityUpdater<P extends Entity,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classMinimalFeatureEnricher<F extends Feature>Provides minimal enrichment of feature.classMinimalFeatureUpdater<F extends Feature>Provides minimal update of feature.classMinimalParticipantEnricher<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection.classMinimalParticipantPoolEnricher<P extends ParticipantPool,F extends Feature>The participant pool enricher is an enricher which can enrich either single participant or a collection.classMinimalParticipantPoolUpdater<P extends ParticipantPool,F extends Feature>The participant pool enricher is an enricher which can enrich either single participant or a collection.classMinimalParticipantUpdater<P extends Participant,F extends Feature>The participant enricher is an enricher which can enrich either single participant or a collection. -
Uses of Feature in psidev.psi.mi.jami.enricher.listener
Classes in psidev.psi.mi.jami.enricher.listener with type parameters of type Feature Modifier and Type Interface Description interfaceFeatureEnricherListener<T extends Feature>An extension of the FeatureChangeListener with specific methods related to the process of enriching. -
Uses of Feature in psidev.psi.mi.jami.enricher.listener.impl
Classes in psidev.psi.mi.jami.enricher.listener.impl with type parameters of type Feature Modifier and Type Class Description classFeatureEnricherListenerManager<T extends Feature>A manager for listeners which holds a list of listeners.Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type Feature Modifier and Type Method Description voidEntityEnricherListenerManager. onAddedFeature(P participant, Feature added)onAddedFeaturevoidEntityEnricherListenerManager. onRemovedFeature(P participant, Feature removed)onRemovedFeature -
Uses of Feature in psidev.psi.mi.jami.enricher.listener.impl.log
Classes in psidev.psi.mi.jami.enricher.listener.impl.log with type parameters of type Feature Modifier and Type Class Description classFeatureEnricherLogger<T extends Feature>A logging listener. -
Uses of Feature in psidev.psi.mi.jami.enricher.listener.impl.writer
Classes in psidev.psi.mi.jami.enricher.listener.impl.writer with type parameters of type Feature Modifier and Type Class Description classFeatureEnricherStatisticsWriter<T extends Feature>A statistics logger which records changes made by the enricher.Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type Feature Modifier and Type Method Description voidEntityEnricherStatisticsWriter. onAddedFeature(P participant, Feature added)onAddedFeaturevoidEntityEnricherStatisticsWriter. onRemovedFeature(P participant, Feature removed)onRemovedFeature -
Uses of Feature in psidev.psi.mi.jami.enricher.util
Methods in psidev.psi.mi.jami.enricher.util with type parameters of type Feature Modifier and Type Method Description static <F extends Feature>
voidEnricherUtils. mergeFeatures(Entity termToEnrich, Collection<F> toEnrichFeatures, Collection<F> fetchedFeatures, boolean remove, EntityChangeListener entityListener, FeatureEnricher<F> featureEnricher)mergeFeatures.static <T extends Feature>
voidEnricherUtils. mergeRanges(T termToEnrich, Collection<Range> toEnrichRanges, Collection<Range> fetchedRanges, boolean remove, FeatureChangeListener<T> featureListener)mergeRanges. -
Uses of Feature in psidev.psi.mi.jami.html
Classes in psidev.psi.mi.jami.html with type parameters of type Feature Modifier and Type Class Description classAbstractMIHtmlWriter<T extends Interaction,P extends Participant,F extends Feature>Abstract class for MI HTML writerMethods in psidev.psi.mi.jami.html with parameters of type Feature Modifier and Type Method Description protected voidLightMIHtmlWriter. writeDetectionMethods(Feature feature)writeDetectionMethodsprotected voidMIHtmlWriter. writeDetectionMethods(Feature feature)writeDetectionMethods -
Uses of Feature in psidev.psi.mi.jami.json.binary.elements
Constructor parameters in psidev.psi.mi.jami.json.binary.elements with type arguments of type Feature Constructor Description SimpleJsonBinaryInteractionEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonBinaryInteractionEvidenceWriter.SimpleJsonBinaryInteractionEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for SimpleJsonBinaryInteractionEvidenceWriter.SimpleJsonBinaryInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonBinaryInteractionWriter.SimpleJsonBinaryInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for SimpleJsonBinaryInteractionWriter.SimpleJsonModelledBinaryInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonModelledBinaryInteractionWriter.SimpleJsonModelledBinaryInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for SimpleJsonModelledBinaryInteractionWriter. -
Uses of Feature in psidev.psi.mi.jami.json.elements
Classes in psidev.psi.mi.jami.json.elements with type parameters of type Feature Modifier and Type Class Description classSimpleJsonFeatureWriter<F extends Feature>Json writer for featuresMethods in psidev.psi.mi.jami.json.elements with type parameters of type Feature Modifier and Type Method Description protected <F extends Feature>
voidSimpleJsonParticipantWriter. writeAllFeatures(Collection<F> features)writeAllFeatures.protected <F extends Feature>
voidSimpleJsonParticipantWriter. writeFeatures(String name, Collection<F> features)writeFeatures.Methods in psidev.psi.mi.jami.json.elements that return types with arguments of type Feature Modifier and Type Method Description protected Map<Feature,Integer>SimpleJsonInteractionWriter. getProcessedFeatures()Getter for the fieldprocessedFeatures.protected Map<Feature,Integer>SimpleJsonParticipantWriter. getProcessedFeatures()Getter for the fieldprocessedFeatures.Methods in psidev.psi.mi.jami.json.elements with parameters of type Feature Modifier and Type Method Description voidJsonRangeWriter. write(Range object, Feature parent)write.voidSimpleJsonRangeWriter. write(Range object, Feature parent)write.Constructor parameters in psidev.psi.mi.jami.json.elements with type arguments of type Feature Constructor Description SimpleJsonFeatureEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonFeatureEvidenceWriter.SimpleJsonFeatureEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonFeatureEvidenceWriter.SimpleJsonFeatureWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonFeatureWriter.SimpleJsonFeatureWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonFeatureWriter.SimpleJsonInteractionEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonInteractionEvidenceWriter.SimpleJsonInteractionEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for SimpleJsonInteractionEvidenceWriter.SimpleJsonInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonInteractionWriter.SimpleJsonInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for SimpleJsonInteractionWriter.SimpleJsonModelledFeatureWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonModelledFeatureWriter.SimpleJsonModelledFeatureWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonModelledFeatureWriter.SimpleJsonModelledInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonModelledInteractionWriter.SimpleJsonModelledInteractionWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for SimpleJsonModelledInteractionWriter.SimpleJsonModelledParticipantWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonModelledParticipantWriter.SimpleJsonModelledParticipantWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonModelledParticipantWriter.SimpleJsonParticipantEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonParticipantEvidenceWriter.SimpleJsonParticipantEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonParticipantEvidenceWriter.SimpleJsonParticipantWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants)Constructor for SimpleJsonParticipantWriter.SimpleJsonParticipantWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonParticipantWriter. -
Uses of Feature in psidev.psi.mi.jami.json.nary
Methods in psidev.psi.mi.jami.json.nary that return types with arguments of type Feature Modifier and Type Method Description protected Map<Feature,Integer>AbstractMIJsonWriter. getProcessedFeatures()Getter for the fieldprocessedFeatures. -
Uses of Feature in psidev.psi.mi.jami.listener
Classes in psidev.psi.mi.jami.listener with type parameters of type Feature Modifier and Type Interface Description interfaceFeatureChangeListener<F extends Feature>Listener to feature change eventsMethods in psidev.psi.mi.jami.listener with parameters of type Feature Modifier and Type Method Description voidEntityChangeListener. onAddedFeature(F participant, Feature added)onAddedFeaturevoidEntityChangeListener. onRemovedFeature(F participant, Feature removed)onRemovedFeature -
Uses of Feature in psidev.psi.mi.jami.listener.impl
Classes in psidev.psi.mi.jami.listener.impl with type parameters of type Feature Modifier and Type Class Description classFeatureChangeLogger<T extends Feature>This listener will just interactor change eventsMethods in psidev.psi.mi.jami.listener.impl with parameters of type Feature Modifier and Type Method Description voidEntityChangeLogger. onAddedFeature(T entity, Feature added)onAddedFeaturevoidParticipantChangeLogger. onAddedFeature(T entity, Feature added)onAddedFeaturevoidEntityChangeLogger. onRemovedFeature(T entity, Feature removed)onRemovedFeaturevoidParticipantChangeLogger. onRemovedFeature(T entity, Feature removed)onRemovedFeature -
Uses of Feature in psidev.psi.mi.jami.model
Classes in psidev.psi.mi.jami.model with type parameters of type Feature Modifier and Type Interface Description interfaceEntity<F extends Feature>An entity which gives more information to a specific molecule (such as features, causal relationships)interfaceFeature<P extends Entity,F extends Feature>Property of a participant that may interfere with the binding of a molecule.interfaceNamedParticipant<I extends Interaction,F extends Feature>A named entity is an entity having a short name and a fullname in addition to aliases.interfaceParticipant<I extends Interaction,F extends Feature>Participant identified in an interactioninterfaceParticipantCandidate<P extends ParticipantPool,F extends Feature>A participant candidate is part of a participant pool and contains the molecule which can interact plus some participant details such as features and causal relationshipsinterfaceParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>A pool of participants that can be grouped together as a single participant as they are interchangeableSubinterfaces of Feature in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceFeatureEvidenceThe form of a molecule that was actually used to experimentally demonstrate the interaction, that may differ from the sequence described by the identifying accession number.interfaceModelledFeatureBiological property of a participant that may be involved with or interfere with the binding of a molecule. -
Uses of Feature in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl with type parameters of type Feature Modifier and Type Class Description classAbstractEntity<F extends Feature>Abstract class for EntityclassAbstractFeature<P extends Entity,F extends Feature>Abstract class for FeatureclassAbstractParticipant<I extends Interaction,F extends Feature>Abstract class for ParticipantclassAbstractParticipantCandidate<P extends ParticipantPool,F extends Feature>Abstract class for participant candidateclassAbstractParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for Participant poolClasses in psidev.psi.mi.jami.model.impl that implement Feature Modifier and Type Class Description classAbstractFeature<P extends Entity,F extends Feature>Abstract class for FeatureclassDefaultFeatureDefault implementation for feature Notes: The equals and hashcode methods have NOT been overridden because the Feature object is a complex object.classDefaultFeatureEvidenceDefault implementation for FeatureEvidence Notes: The equals and hashcode methods have NOT been overridden because the FeatureEvidence object is a complex object.classDefaultModelledFeatureDefault implementation for ModelledFeature Notes: The equals and hashcode methods have NOT been overridden because the ModelledFeature object is a complex object. -
Uses of Feature in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension with type parameters of type Feature Modifier and Type Interface Description interfaceMitabFeature<P extends Entity,F extends Feature>Basic interface for Mitab featuresSubinterfaces of Feature in psidev.psi.mi.jami.tab.extension Modifier and Type Interface Description interfaceMitabFeature<P extends Entity,F extends Feature>Basic interface for Mitab featuresClasses in psidev.psi.mi.jami.tab.extension that implement Feature Modifier and Type Class Description classDefaultMitabFeatureA DefaultMitabFeature is a feature in MITAB with some free text.classMitabFeatureEvidenceMitab extension for FeatureEvidenceclassMitabModelledFeatureMitab extension of ModelledFeature -
Uses of Feature in psidev.psi.mi.jami.tab.extension.datasource
Classes in psidev.psi.mi.jami.tab.extension.datasource with type parameters of type Feature Modifier and Type Class Description classAbstractMitabSource<T extends Interaction,P extends Participant,F extends Feature>Abstract class for an InteractionSource coming from a MITAB file.classAbstractMitabStreamSource<T extends Interaction,P extends Participant,F extends Feature>abstract class for Mitab datasource. -
Uses of Feature in psidev.psi.mi.jami.tab.io.iterator
Classes in psidev.psi.mi.jami.tab.io.iterator with type parameters of type Feature Modifier and Type Class Description classAbstractMitabIterator<T extends Interaction,P extends Participant,F extends Feature>Abstract class for mitab iteratorConstructor parameters in psidev.psi.mi.jami.tab.io.iterator with type arguments of type Feature Constructor Description MitabBinaryIterator(MitabLineParser<BinaryInteraction,Participant,Feature> lineParser)Constructor for MitabBinaryIterator.MitabInteractionIterator(MitabLineParser<Interaction,Participant,Feature> lineParser)Constructor for MitabInteractionIterator. -
Uses of Feature in psidev.psi.mi.jami.tab.io.parser
Classes in psidev.psi.mi.jami.tab.io.parser with type parameters of type Feature Modifier and Type Class Description classAbstractInteractionLineParser<T extends Interaction,P extends Participant,F extends Feature>Abstract mitab line parserclassMitabLineParser<T extends Interaction,P extends Participant,F extends Feature> -
Uses of Feature in psidev.psi.mi.jami.tab.io.writer.feeder
Methods in psidev.psi.mi.jami.tab.io.writer.feeder with parameters of type Feature Modifier and Type Method Description voidAbstractMitabColumnFeeder. writeFeature(Feature feature)Writes a featurevoidMitabColumnFeeder. writeFeature(Feature feature)Writes a feature -
Uses of Feature in psidev.psi.mi.jami.tab.io.writer.feeder.extended
Methods in psidev.psi.mi.jami.tab.io.writer.feeder.extended with parameters of type Feature Modifier and Type Method Description voidDefaultExtendedMitabColumnFeeder. writeFeature(Feature feature)Writes a featurevoidExtendedMitabInteractionEvidenceFeeder. writeFeature(Feature feature)Writes a featurevoidExtendedMitabModelledInteractionFeeder. writeFeature(Feature feature)Writes a feature -
Uses of Feature in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return Feature Modifier and Type Method Description static FeatureFeatureUtils. createDefaultFeature(String name, CvTerm featureType, Collection<Range> ranges)createDefaultFeaturestatic FeatureFeatureUtils. createDefaultFeature(String name, CvTerm featureType, Range range)createDefaultFeature -
Uses of Feature in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type Feature Modifier and Type Method Description static voidFeatureCloner. copyAndOverrideBasicFeaturesProperties(Feature source, Feature target)This method will copy properties of Feature source in Feature target and will override all the other properties of Target feature. -
Uses of Feature in psidev.psi.mi.jami.utils.comparator.feature
Classes in psidev.psi.mi.jami.utils.comparator.feature with type parameters of type Feature Modifier and Type Class Description classFeatureCollectionComparator<T extends Feature>Comparator for collection of FeaturesMethods in psidev.psi.mi.jami.utils.comparator.feature that return types with arguments of type Feature Modifier and Type Method Description Comparator<Feature>FeatureComparator. getFeatureBaseComparator()Getter for the fieldfeatureBaseComparator.Comparator<Feature>FeatureEvidenceComparator. getFeatureComparator()Getter for the fieldfeatureComparator.Comparator<Feature>ModelledFeatureComparator. getFeatureComparator()Getter for the fieldfeatureComparator.Methods in psidev.psi.mi.jami.utils.comparator.feature with parameters of type Feature Modifier and Type Method Description static booleanDefaultFeatureBaseComparator. areEquals(Feature feature1, Feature feature2)Use DefaultFeatureBaseComparator to know if two features are equals.static booleanDefaultFeatureComparator. areEquals(Feature feature1, Feature feature2)Use DefaultFeatureComparator to know if two features are equals.static booleanUnambiguousFeatureBaseComparator. areEquals(Feature feature1, Feature feature2)Use UnambiguousFeatureBaseComparator to know if two features are equals.static booleanUnambiguousFeatureComparator. areEquals(Feature feature1, Feature feature2)Use UnambiguousFeatureComparator to know if two features are equals.intFeatureBaseComparator. compare(Feature feature1, Feature feature2)It will look first at the feature shortnames (case insensitive).intFeatureComparator. compare(Feature feature1, Feature feature2)Biological features come first and then experimental features.intUnambiguousFeatureComparator. compare(Feature feature1, Feature feature2)Biological features come first and then experimental features.static intUnambiguousFeatureBaseComparator. hashCode(Feature feature)hashCodeConstructor parameters in psidev.psi.mi.jami.utils.comparator.feature with type arguments of type Feature Constructor Description FeatureComparator(Comparator<Feature> featureBaseComparator, Comparator<CvTerm> cvTermComparator)Constructor for FeatureComparator.FeatureEvidenceComparator(Comparator<Feature> featureComparator, Comparator<CvTerm> cvTermComparator)Creates a new FeatureEvidenceComparator.FeatureEvidenceComparator(Comparator<Feature> featureComparator, CollectionComparator<CvTerm> cvTermComparator)Constructor for FeatureEvidenceComparator.ModelledFeatureComparator(Comparator<Feature> featureComparator)Creates a new ModelledFeatureComparator. -
Uses of Feature in psidev.psi.mi.jami.xml
Methods in psidev.psi.mi.jami.xml with parameters of type Feature Modifier and Type Method Description voidXmlEntryContext. registerFeature(int id, Feature o)registerFeature. -
Uses of Feature in psidev.psi.mi.jami.xml.cache
Methods in psidev.psi.mi.jami.xml.cache that return Feature Modifier and Type Method Description FeatureInMemoryPsiXmlCache. getFeature(int id)getFeature.FeaturePsiXmlFileIndexCache. getFeature(int id)getFeature.FeaturePsiXmlIdCache. getFeature(int id)getFeature.Methods in psidev.psi.mi.jami.xml.cache with parameters of type Feature Modifier and Type Method Description intInMemoryIdentityObjectCache. extractIdForFeature(Feature o)This method will extract the id for this object if it is already registered, assign an id and register the object if not already registeredintInMemoryLightIdentityObjectCache. extractIdForFeature(Feature o)This method will extract the id for this object if it is already registered, assign an id and register the object if not already registeredintPsiXmlObjectCache. extractIdForFeature(Feature o)This method will extract the id for this object if it is already registered, assign an id and register the object if not already registeredvoidInMemoryPsiXmlCache. registerFeature(int id, Feature object)Register a feature with an idvoidPsiXmlFileIndexCache. registerFeature(int id, Feature object)Register a feature with an idvoidPsiXmlIdCache. registerFeature(int id, Feature object)Register a feature with an idModelledFeatureInMemoryPsiXmlCache. registerModelledFeatureLoadedFrom(Feature f)registerModelledFeatureLoadedFrom.ModelledFeaturePsiXmlFileIndexCache. registerModelledFeatureLoadedFrom(Feature f)registerModelledFeatureLoadedFrom.ModelledFeaturePsiXmlIdCache. registerModelledFeatureLoadedFrom(Feature f)registerModelledFeatureLoadedFrom. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements
Methods in psidev.psi.mi.jami.xml.io.writer.elements with type parameters of type Feature Modifier and Type Method Description static <F extends Feature>
PsiXmlElementWriter<F>[]PsiXmlElementWriterFactory. createFeatureWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVersion version, InteractionCategory category, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlVariableNameWriter<CvTerm> featureTypeWriter, PsiXmlParameterWriter parameterWriter)createFeatureWriter.Methods in psidev.psi.mi.jami.xml.io.writer.elements that return types with arguments of type Feature Modifier and Type Method Description static PsiXmlElementWriter<Set<Feature>>PsiXmlElementWriterFactory. createBindingFeaturesWriter(XMLStreamWriter streamWriter, PsiXmlObjectCache objectIndex)createBindingFeaturesWriter.static PsiXmlElementWriter<Set<Feature>>PsiXmlElementWriterFactory. createInferredInteractionWriter(XMLStreamWriter streamWriter, PsiXmlObjectCache objectIndex)createInferredInteractionWriter. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements.impl
Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl with type arguments of type Feature Modifier and Type Method Description voidXmlInferredInteractionWriter. write(Set<Feature> object)write. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with type parameters of type Feature Modifier and Type Class Description classAbstractXmlFeatureWriter<F extends Feature>Abstract writer for Xml25Feature.classAbstractXmlParticipantWriter<P extends Participant,F extends Feature>Abstract Xml writer for participantMethods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts that return types with arguments of type Feature Modifier and Type Method Description protected Collection<Set<Feature>>AbstractXmlInteractionWriter. collectInferredInteractionsFrom(T object)collectInferredInteractionsFrom.PsiXmlElementWriter<Set<Feature>>AbstractXmlInteractionWriter. getInferredInteractionWriter()Getter for the fieldinferredInteractionWriter.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with type arguments of type Feature Modifier and Type Method Description voidAbstractXmlInteractionWriter. setInferredInteractionWriter(PsiXmlElementWriter<Set<Feature>> inferredInteractionWriter)Setter for the fieldinferredInteractionWriter. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25 with type parameters of type Feature Modifier and Type Class Description classAbstractXmlFeatureWriter<F extends Feature>Abstract writer for Xml25Feature. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with type parameters of type Feature Modifier and Type Class Description classAbstractXmlFeatureWriter<F extends Feature>Abstract writer for Xml30Feature.classAbstractXmlParticipantCandidateWriter<P extends ParticipantCandidate,F extends Feature>Abstract Xml writer for participant candidateMethods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 that return types with arguments of type Feature Modifier and Type Method Description PsiXmlElementWriter<Set<Feature>>AbstractXmlModelledInteractionWriter. getBindingFeaturesWriter()Getter for the fieldbindingFeaturesWriter.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with type arguments of type Feature Modifier and Type Method Description voidAbstractXmlModelledInteractionWriter. setBindingFeaturesWriter(PsiXmlElementWriter<Set<Feature>> bindingFeaturesWriter)Setter for the fieldbindingFeaturesWriter. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 that return types with arguments of type Feature Modifier and Type Method Description PsiXmlElementWriter<Set<Feature>>AbstractXmlModelledInteractionWriter. getBindingFeaturesWriter()Getter for the fieldbindingFeaturesWriter.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 with type arguments of type Feature Modifier and Type Method Description voidAbstractXmlModelledInteractionWriter. setBindingFeaturesWriter(PsiXmlElementWriter<Set<Feature>> bindingFeaturesWriter)Setter for the fieldbindingFeaturesWriter. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml25 with parameters of type Feature Modifier and Type Method Description protected voidXmlFeatureWriter. writeOtherProperties(Feature object)writeOtherProperties. -
Uses of Feature in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30
Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 with type arguments of type Feature Modifier and Type Method Description voidXmlBindingFeaturesWriter. write(Set<Feature> object)write. -
Uses of Feature in psidev.psi.mi.jami.xml.model.extension
Classes in psidev.psi.mi.jami.xml.model.extension with type parameters of type Feature Modifier and Type Interface Description interfaceExtendedPsiXmlEntity<F extends Feature>Extended participant for PSI-XML 2,5 standardsinterfaceExtendedPsiXmlFeature<P extends Entity,F extends Feature>Interface for psi25 xml featuresinterfaceExtendedPsiXmlParticipant<I extends Interaction,F extends Feature>Extended participant for PSI-XML 2,5 standardsSubinterfaces of Feature in psidev.psi.mi.jami.xml.model.extension Modifier and Type Interface Description interfaceExtendedPsiXmlFeature<P extends Entity,F extends Feature>Interface for psi25 xml featuresinterfaceExtendedPsiXmlFeatureEvidencePSI-XML extension of a feature evidenceMethods in psidev.psi.mi.jami.xml.model.extension that return Feature Modifier and Type Method Description FeatureAbstractInferredInteractionParticipant. getFeature()Getter for the fieldfeature.Methods in psidev.psi.mi.jami.xml.model.extension with parameters of type Feature Modifier and Type Method Description voidAbstractInferredInteractionParticipant. setFeature(Feature feature)Setter for the fieldfeature.voidAbstractInferredInteractionParticipant. setJAXBParticipantFeatureRef(Feature feature)Sets the value of the participantFeatureRef property. -
Uses of Feature in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 with type parameters of type Feature Modifier and Type Class Description classAbstractXmlEntity<F extends Feature>Abstract class for XmlEntitystatic classAbstractXmlEntity.JAXBFeatureWrapper<F extends Feature>classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresclassAbstractXmlParticipant<I extends Interaction,F extends Feature>Abstract class for XmlParticipantstatic classAbstractXmlParticipant.JAXBInteractorCandidateWrapper<I extends Interaction,F extends Feature,P extends ParticipantCandidate>classAbstractXmlParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for XML Participant poolClasses in psidev.psi.mi.jami.xml.model.extension.xml253 that implement Feature Modifier and Type Class Description classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresclassXmlFeatureSimple Xml implementation of a FeatureclassXmlFeatureEvidenceXml implementation of a FeatureclassXmlFeatureEvidenceWrapperXml wrapper for feature evidences.classXmlFeatureWrapperXml wrapper for basic featuresclassXmlModelledFeatureThe xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return types with arguments of type Feature Modifier and Type Method Description List<Feature>XmlParticipant.JAXBFeatureWrapper. getJAXBFeatures()ExtendedPsiXmlFeature<Participant,Feature>XmlFeatureWrapper. getWrappedFeature()getWrappedFeature.ParticipantCandidate<ParticipantPool,Feature>XmlParticipantCandidateWrapper. getWrappedParticipant()getWrappedParticipant.ExtendedPsiXmlParticipant<Interaction,Feature>XmlParticipantWrapper. getWrappedParticipant()getWrappedParticipant. -
Uses of Feature in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 with type parameters of type Feature Modifier and Type Class Description classAbstractXmlEntity<F extends Feature>Abstract class for XmlEntitystatic classAbstractXmlEntity.JAXBFeatureWrapper<F extends Feature>classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresclassAbstractXmlParticipant<I extends Interaction,F extends Feature>Abstract class for XmlParticipantstatic classAbstractXmlParticipant.JAXBInteractorCandidateWrapper<I extends Interaction,F extends Feature,P extends ParticipantCandidate>classAbstractXmlParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for XML Participant poolClasses in psidev.psi.mi.jami.xml.model.extension.xml254 that implement Feature Modifier and Type Class Description classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresclassXmlFeatureSimple Xml implementation of a FeatureclassXmlFeatureEvidenceXml implementation of a FeatureclassXmlFeatureEvidenceWrapperXml wrapper for feature evidences.classXmlFeatureWrapperXml wrapper for basic featuresclassXmlModelledFeatureThe xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return types with arguments of type Feature Modifier and Type Method Description List<Feature>XmlParticipant.JAXBFeatureWrapper. getJAXBFeatures()ExtendedPsiXmlFeature<Participant,Feature>XmlFeatureWrapper. getWrappedFeature()getWrappedFeature.ParticipantCandidate<ParticipantPool,Feature>XmlParticipantCandidateWrapper. getWrappedParticipant()getWrappedParticipant.ExtendedPsiXmlParticipant<Interaction,Feature>XmlParticipantWrapper. getWrappedParticipant()getWrappedParticipant. -
Uses of Feature in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 with type parameters of type Feature Modifier and Type Class Description classAbstractXmlEntity<F extends Feature>Abstract class for XmlEntitystatic classAbstractXmlEntity.JAXBFeatureWrapper<F extends Feature>classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresclassAbstractXmlParticipant<I extends Interaction,F extends Feature>Abstract class for XmlParticipantstatic classAbstractXmlParticipant.JAXBInteractorCandidateWrapper<I extends Interaction,F extends Feature,P extends ParticipantCandidate>classAbstractXmlParticipantPool<I extends Interaction,F extends Feature,P extends ParticipantCandidate>Abstract class for XML Participant poolClasses in psidev.psi.mi.jami.xml.model.extension.xml300 that implement Feature Modifier and Type Class Description classAbstractXmlFeature<P extends Entity,F extends Feature>Abstract class for Xml featuresclassXmlFeatureSimple Xml implementation of a FeatureclassXmlFeatureEvidenceXml implementation of a FeatureclassXmlFeatureEvidenceWrapperXml wrapper for feature evidences.classXmlFeatureWrapperXml wrapper for basic featuresclassXmlModelledFeatureThe xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type Feature Modifier and Type Method Description List<Feature>XmlParticipant.JAXBFeatureWrapper. getJAXBFeatures()ExtendedPsiXmlFeature<Participant,Feature>XmlFeatureWrapper. getWrappedFeature()getWrappedFeature.ParticipantCandidate<ParticipantPool,Feature>XmlParticipantCandidateWrapper. getWrappedParticipant()getWrappedParticipant.ExtendedPsiXmlParticipant<Interaction,Feature>XmlParticipantWrapper. getWrappedParticipant()getWrappedParticipant. -
Uses of Feature in psidev.psi.mi.jami.xml.model.reference
Classes in psidev.psi.mi.jami.xml.model.reference with type parameters of type Feature Modifier and Type Class Description classAbstractFeatureRef<E extends Entity,F extends Feature>Abstract feature referenceClasses in psidev.psi.mi.jami.xml.model.reference that implement Feature Modifier and Type Class Description classAbstractFeatureRef<E extends Entity,F extends Feature>Abstract feature reference -
Uses of Feature in psidev.psi.mi.jami.xml.model.reference.xml253
Classes in psidev.psi.mi.jami.xml.model.reference.xml253 with type parameters of type Feature Modifier and Type Class Description classAbstractEntityRef<T extends Feature>Abstract entity referenceclassAbstractParticipantRef<I extends Interaction,T extends Feature>Abstract participant reference -
Uses of Feature in psidev.psi.mi.jami.xml.model.reference.xml254
Classes in psidev.psi.mi.jami.xml.model.reference.xml254 with type parameters of type Feature Modifier and Type Class Description classAbstractEntityRef<T extends Feature>Abstract entity referenceclassAbstractParticipantRef<I extends Interaction,T extends Feature>Abstract participant reference -
Uses of Feature in psidev.psi.mi.jami.xml.model.reference.xml300
Classes in psidev.psi.mi.jami.xml.model.reference.xml300 with type parameters of type Feature Modifier and Type Class Description classAbstractEntityRef<T extends Feature>Abstract entity referenceclassAbstractParticipantRef<I extends Interaction,T extends Feature>Abstract participant reference
-