Uses of Package
ix.util.context

Packages that use ix.util.context
ix.icore.process Classes for representing processes. 
ix.ip2 I-X Process Panels 
ix.iplan The I-X planner. 
ix.util.context Context-layering mechanism. 
ix.util.match Pattern-matching utilities. 
 

Classes in ix.util.context used by ix.icore.process
ContextAnnotatedObject
          Provides context-dependent annotations.
 

Classes in ix.util.context used by ix.ip2
ContextAnnotatedObject
          Provides context-dependent annotations.
ContextHashMap
          A context-layered version of HashMap.
ContextMap
           
ContextMultiMap
           
LLQueue
          A context-dependent list or queue, often used for building lists.
 

Classes in ix.util.context used by ix.iplan
Context
          A Context is an object that is used as an additional, often implicit, parameter when accessing values, such as in a "get"-method.
ContextAnnotatedObject
          Provides context-dependent annotations.
ContextBoolean
          An object that contains a single context-dependent boolean value.
ContextGensym.Generator
           
ContextHashMap
          A context-layered version of HashMap.
ContextInt
          An object that contains a single context-dependent int value.
ContextMap
           
ContextMultiMap
           
ContextValue
          An object that contains a single context-dependent value.
LLQueue
          A context-dependent list or queue, often used for building lists.
 

Classes in ix.util.context used by ix.util.context
BasicContextHolder
          A simple object that contains a Context.
Context
          A Context is an object that is used as an additional, often implicit, parameter when accessing values, such as in a "get"-method.
ContextChangeException
          Thrown when the current context is not what it should be.
ContextHashMap.Entry
          The Map.Entry implementation for a ContextHashMap.
ContextHolder
          An interface for objects that contain a Context that they provide to other objects.
ContextHoldingStrategy
          An object that provides context-holders.
ContextLink
          An element in a chain of associations between contexts and values.
ContextMap
           
ContextMultiMap
           
ContextValue
          An object that contains a single context-dependent value.
LLQueue
          A context-dependent list or queue, often used for building lists.
ThreadLocalHoldingStrategy
          A context-holding strategy that associates context-holders with threads.
 

Classes in ix.util.context used by ix.util.match
ContextBoolean
          An object that contains a single context-dependent boolean value.
ContextValue
          An object that contains a single context-dependent value.
LLQueue
          A context-dependent list or queue, often used for building lists.