Uses of Class
psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlParticipant
-
Packages that use AbstractXmlParticipant Package Description psidev.psi.mi.jami.xml.model.extension.xml253 -
-
Uses of AbstractXmlParticipant in psidev.psi.mi.jami.xml.model.extension.xml253
Subclasses of AbstractXmlParticipant in psidev.psi.mi.jami.xml.model.extension.xml253 Modifier and Type Class Description class
XmlModelledParticipant
XML implementation of ModelledParticipantclass
XmlParticipant
Xml implementation of a simple participantclass
XmlParticipantEvidence
Xml implementation of ParticipantEvidenceMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return AbstractXmlParticipant Modifier and Type Method Description protected AbstractXmlParticipant<I,F>
AbstractXmlParticipantPool. getDelegate()
Getter for the fielddelegate
.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type AbstractXmlParticipant Modifier and Type Method Description void
AbstractXmlParticipantPool. setDelegate(AbstractXmlParticipant<I,F> delegate)
Setter for the fielddelegate
.Constructors in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type AbstractXmlParticipant Constructor Description AbstractXmlParticipantPool(AbstractXmlParticipant<I,F> delegate)
Constructor for AbstractXmlParticipantPool.XmlExperimentalParticipantPool(AbstractXmlParticipant<InteractionEvidence,FeatureEvidence> delegate)
Constructor for XmlExperimentalParticipantPool.XmlModelledParticipantPool(AbstractXmlParticipant<ModelledInteraction,ModelledFeature> delegate)
Constructor for XmlModelledParticipantPool.
-