Uses of Class
ix.util.match.MatchChoice

Packages that use MatchChoice
ix.ip2 I-X Process Panels 
ix.test Simple applications for testing purposes. 
ix.util.match Pattern-matching utilities. 
 

Uses of MatchChoice in ix.ip2
 

Methods in ix.ip2 that return MatchChoice
 MatchChoice Ip2ModelManager.addMatchChoice(java.util.List envs)
           
 

Uses of MatchChoice in ix.test
 

Methods in ix.test that return MatchChoice
(package private)  MatchChoice MatchChoiceTest.makeMatchChoice(LList alists)
           
 

Uses of MatchChoice in ix.util.match
 

Methods in ix.util.match with parameters of type MatchChoice
 void MatchChoiceManager.add(MatchChoice mc)
           
 boolean Bindings.isConsistentWith(MatchChoice c)
           
 void MatchChoiceManager.remove(MatchChoice mc)
           
(package private)  boolean MatchChoice.shrinkToFit(MatchChoice c)