Uses of Interface
psidev.psi.mi.jami.model.Polymer
-
-
Uses of Polymer in psidev.psi.mi.jami.crosslink.extension
Classes in psidev.psi.mi.jami.crosslink.extension that implement Polymer Modifier and Type Class Description classCsvProteinCrosslink CSV extension of Protein. -
Uses of Polymer in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return types with arguments of type Polymer Modifier and Type Method Description InteractorEnricher<Polymer>CompositeInteractorEnricher. getPolymerBaseEnricher()Getter for the fieldpolymerBaseEnricher.Method parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type Polymer Modifier and Type Method Description voidCompositeInteractorEnricher. setPolymerBaseEnricher(InteractorEnricher<Polymer> polymerBaseEnricher)Setter for the fieldpolymerBaseEnricher. -
Uses of Polymer in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full with type parameters of type Polymer Modifier and Type Class Description classFullPolymerEnricher<T extends Polymer>Full polymer enricher.classFullPolymerUpdater<T extends Polymer>Full updater of polymer - update all properties of interactor as described in FullInteractorBaseUpdater - update sequence of polymer. -
Uses of Polymer in psidev.psi.mi.jami.enricher.listener
Classes in psidev.psi.mi.jami.enricher.listener with type parameters of type Polymer Modifier and Type Interface Description interfacePolymerEnricherListener<T extends Polymer>Interface for polymer enricher listener -
Uses of Polymer in psidev.psi.mi.jami.enricher.listener.impl
Classes in psidev.psi.mi.jami.enricher.listener.impl with type parameters of type Polymer Modifier and Type Class Description classPolymerEnricherListenerManager<P extends Polymer>A manager for listeners which holds a list of listeners. -
Uses of Polymer in psidev.psi.mi.jami.enricher.listener.impl.log
Classes in psidev.psi.mi.jami.enricher.listener.impl.log with type parameters of type Polymer Modifier and Type Class Description classPolymerEnricherLogger<P extends Polymer>A logging listener. -
Uses of Polymer in psidev.psi.mi.jami.enricher.listener.impl.writer
Classes in psidev.psi.mi.jami.enricher.listener.impl.writer with type parameters of type Polymer Modifier and Type Class Description classPolymerEnricherStatisticsWriter<P extends Polymer>A statistics logger which records changes made by the enricher. -
Uses of Polymer in psidev.psi.mi.jami.factory
Methods in psidev.psi.mi.jami.factory that return Polymer Modifier and Type Method Description PolymerDefaultInteractorFactory. createPolymer(String name, CvTerm type)Creates a new Polymer with the name and interactor typePolymerInteractorFactory. createPolymer(String name, CvTerm type)Creates a new Polymer with the name and interactor type -
Uses of Polymer in psidev.psi.mi.jami.listener
Classes in psidev.psi.mi.jami.listener with type parameters of type Polymer Modifier and Type Interface Description interfacePolymerChangeListener<P extends Polymer>Listener for changes in polymer -
Uses of Polymer in psidev.psi.mi.jami.listener.impl
Classes in psidev.psi.mi.jami.listener.impl with type parameters of type Polymer Modifier and Type Class Description classPolymerChangeLogger<P extends Polymer>This listener will just protein change events -
Uses of Polymer in psidev.psi.mi.jami.model
Subinterfaces of Polymer in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceNucleicAcidPolymers of nucleotides which can interact with other moleculesinterfaceProteinPolymer of amino acids which can interact with other molecules. -
Uses of Polymer in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement Polymer Modifier and Type Class Description classDefaultNucleicAcidDefault implementation for NucleicAcid.classDefaultPolymerDefault implementation for Polymer Notes: The equals and hashcode methods have NOT been overridden because the Polymer object is a complex object.classDefaultProteinDefault implementation for proteins and peptides Notes: The equals and hashcode methods have NOT been overridden because the Protein object is a complex object. -
Uses of Polymer in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement Polymer Modifier and Type Class Description classMitabNucleicAcidMitab extension for NucleicAcid It will contain a FileSourceLocatorclassMitabPolymerMitab extension of Polymer.classMitabProteinMitab extension of Protein. -
Uses of Polymer in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return Polymer Modifier and Type Method Description static PolymerInteractorUtils. createPolymer(String name, String sequence)createPolymer -
Uses of Polymer in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type Polymer Modifier and Type Method Description static voidInteractorCloner. copyAndOverrideBasicPolymerProperties(Polymer source, Polymer target)copyAndOverrideBasicPolymerProperties -
Uses of Polymer in psidev.psi.mi.jami.utils.comparator.interactor
Methods in psidev.psi.mi.jami.utils.comparator.interactor that return types with arguments of type Polymer Modifier and Type Method Description Comparator<Polymer>InteractorComparator. getPolymerComparator()Getter for the fieldpolymerComparator.Methods in psidev.psi.mi.jami.utils.comparator.interactor with parameters of type Polymer Modifier and Type Method Description static booleanDefaultExactPolymerComparator. areEquals(Polymer polymer1, Polymer polymer2)Use DefaultExactPolymerComparator to know if two polymers are equals.static booleanDefaultPolymerComparator. areEquals(Polymer polymer1, Polymer polymer2)Use DefaultPolymerComparator to know if two proteins are equals.static booleanUnambiguousExactPolymerComparator. areEquals(Polymer polymer1, Polymer polymer2)Use UnambiguousPolymerComparator to know if two polymers are equals.static booleanUnambiguousPolymerComparator. areEquals(Polymer polymer1, Polymer polymer2)Use UnambiguousPolymerComparator to know if two polymers are equals.intPolymerComparator. compare(Polymer polymer1, Polymer polymer2)It will first use DefaultExactInteractorBaseComparator to compare the basic interactor properties If the basic interactor properties are the same, it will look at sequence/organism.intUnambiguousExactPolymerComparator. compare(Polymer polymer1, Polymer polymer2) -
Uses of Polymer in psidev.psi.mi.jami.xml.io.writer.elements.impl
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl with parameters of type Polymer Modifier and Type Method Description protected voidXmlInteractorWriter. writePolymerSequence(Polymer object)writePolymerSequence. -
Uses of Polymer in psidev.psi.mi.jami.xml.model.extension.factory
Methods in psidev.psi.mi.jami.xml.model.extension.factory that return Polymer Modifier and Type Method Description PolymerXmlInteractorFactory. createPolymer(String name, CvTerm type)Creates a new Polymer with the name and interactor type -
Uses of Polymer in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement Polymer Modifier and Type Class Description classXmlNucleicAcidXml implementation of Nucleic acidclassXmlPolymerXml implementation of PolymerclassXmlProteinXml implementation of protein -
Uses of Polymer in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement Polymer Modifier and Type Class Description classXmlNucleicAcidXml implementation of Nucleic acidclassXmlPolymerXml implementation of PolymerclassXmlProteinXml implementation of protein -
Uses of Polymer in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement Polymer Modifier and Type Class Description classXmlNucleicAcidXml implementation of Nucleic acidclassXmlPolymerXml implementation of PolymerclassXmlProteinXml implementation of protein
-