Uses of Class
babase.ranker.ranking.RankingConstraintException.Inconsistency

Packages that use RankingConstraintException.Inconsistency
babase.ranker.ranking   
 

Uses of RankingConstraintException.Inconsistency in babase.ranker.ranking
 

Methods in babase.ranker.ranking that throw RankingConstraintException.Inconsistency
(package private)  void RankingConstraintMultiset.addConstraint(int higher, int lower)
          Add to the multiset (one instance of) a constriant that individual higher must be ranked above individual lower.
(package private)  void RankingConstraintMultiset.addConstraints(int[] sequence)
          Add a sequence of constraints (one instance of each constraint) to the multiset.