Class ComparableConflictGroup

    • Constructor Detail

      • ComparableConflictGroup

        public ComparableConflictGroup()
    • Method Detail

      • getStoredRank

        public java.lang.Integer getStoredRank()
        Returns:
        the storedRank
      • getCsticGroupsFlat

        public java.util.List<UiGroupData> getCsticGroupsFlat()
        Returns:
        the csticGroupsFlat
      • setCsticGroupsFlat

        public void setCsticGroupsFlat​(java.util.List<UiGroupData> csticGroupsFlat)
        Parameters:
        csticGroupsFlat - the csticGroupsFlat to set
      • getEmptyList

        protected java.util.List getEmptyList()
      • rank

        public java.lang.Integer rank()
        Returns:
        The rank of a conflict group. This is compiled from the list of cstic groups. The rank equals the number of the first cstic which is part of the conflict
      • compileRankFromCsticList

        protected java.lang.Integer compileRankFromCsticList​(java.util.Set<java.lang.String> myCstics)
      • toIntegerAndStore

        protected java.lang.Integer toIntegerAndStore​(int rank)
      • equals

        public boolean equals​(java.lang.Object another)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object