Class SupportDetails

    • Constructor Detail

      • SupportDetails

        public SupportDetails​(Gene firstGene,
                              Gene secondGene,
                              Boolean isPositive)
        Note that the gene information and isPositive is only used for bookkeeping during creation; it is not part of the persistent entity.
        Parameters:
        firstGene - first gene
        isPositive - value of isPositive
        secondGene - second gene
      • SupportDetails

        public SupportDetails​(Long firstGene,
                              Long secondGene,
                              Boolean isPositive)
        Note that the gene information and isPositive is only used for bookkeeping during creation; it is not part of the persistent entity. Used by LinkCreator.
        Parameters:
        firstGene - first gene
        isPositive - value of isPositive
        secondGene - second gene