Class DefaultModelledInteraction

  • All Implemented Interfaces:
    Interaction<ModelledParticipant>, ModelledInteraction
    Direct Known Subclasses:
    DefaultNamedModelledInteraction, MitabModelledInteraction

    public class DefaultModelledInteraction
    extends AbstractInteraction<ModelledParticipant>
    implements ModelledInteraction
    Default implemntation for ModelledInteraction Notes: The equals and hashcode methods have NOT been overridden because the ModelledInteraction object is a complex object. To compare ModelledInteraction objects, you can use some comparators provided by default: - DefaultModelledInteractionComparator - UnambiguousModelledInteractionComparator - DefaultCuratedModelledInteractionComparator - UnambiguousCuratedModelledInteractionComparator - DefaultCuratedExactModelledInteractionComparator - UnambiguousCuratedExactModelledInteractionComparator - DefaultExactModelledInteractionComparator - UnambiguousExactModelledInteractionComparator - ModelledInteractionComparator - CuratedModelledInteractionComparator
    Since:
    05/02/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • DefaultModelledInteraction

        public DefaultModelledInteraction()

        Constructor for DefaultModelledInteraction.

      • DefaultModelledInteraction

        public DefaultModelledInteraction​(String shortName)

        Constructor for DefaultModelledInteraction.

        Parameters:
        shortName - a String object.
      • DefaultModelledInteraction

        public DefaultModelledInteraction​(String shortName,
                                          Source source)

        Constructor for DefaultModelledInteraction.

        Parameters:
        shortName - a String object.
        source - a Source object.
      • DefaultModelledInteraction

        public DefaultModelledInteraction​(String shortName,
                                          CvTerm type)

        Constructor for DefaultModelledInteraction.

        Parameters:
        shortName - a String object.
        type - a CvTerm object.
      • DefaultModelledInteraction

        public DefaultModelledInteraction​(String shortName,
                                          Source source,
                                          CvTerm type)

        Constructor for DefaultModelledInteraction.

        Parameters:
        shortName - a String object.
        source - a Source object.
        type - a CvTerm object.