Uses of Package
ix.util.match

Packages that use ix.util.match
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.icore.process Classes for representing processes. 
ix.iface.domain Domain parsers and outputters. 
ix.ip2 I-X Process Panels 
ix.iplan The I-X planner. 
ix.isim   
ix.isim.actions   
ix.test Simple applications for testing purposes. 
ix.util.match Pattern-matching utilities. 
 

Classes in ix.util.match used by ix.icore
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
 

Classes in ix.util.match used by ix.icore.domain
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
 

Classes in ix.util.match used by ix.icore.process
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
 

Classes in ix.util.match used by ix.iface.domain
MatchCase
          The root class for entries in MatchTables.
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
MatchTable
          A MatchTable acts as a kind of pattern-matching case statement.
 

Classes in ix.util.match used by ix.ip2
MatchChoice
           
MatchChoiceManager
          Manages a pool of constraints on variable values. ... /\/ N.B.
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
 

Classes in ix.util.match used by ix.iplan
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
 

Classes in ix.util.match used by ix.isim
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
 

Classes in ix.util.match used by ix.isim.actions
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.
 

Classes in ix.util.match used by ix.test
MatchChoice
           
MatchChoiceManager
          Manages a pool of constraints on variable values. ... /\/ N.B.
 

Classes in ix.util.match used by ix.util.match
Bindings
          A wrapper around a Map from Variables to their values.
MatchCase
          The root class for entries in MatchTables.
MatchChoice
           
MatchEnv
          A root class for objects that contain the bindings that result from pattern-matching.