Uses of Interface
ix.util.SemiPrimitive

Packages that use SemiPrimitive
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.ispace Information about other agents and agent-relationships. 
ix.util General-purpose utilities. 
ix.util.lisp List-processing utilities. 
 

Uses of SemiPrimitive in ix.icore
 

Classes in ix.icore that implement SemiPrimitive
 class Priority
          Priority values.
 class ReportType
          Report types.
 class Status
          Status values for "completable" entities.
 class YesNo
          YesNo values.
 

Uses of SemiPrimitive in ix.icore.domain
 

Classes in ix.icore.domain that implement SemiPrimitive
 class End
          Used to specify the begin or end of a node in a NodeEndRef.
 

Uses of SemiPrimitive in ix.ispace
 

Classes in ix.ispace that implement SemiPrimitive
 class AgentRelationship
          Standard relationships between agents.
 

Uses of SemiPrimitive in ix.util
 

Classes in ix.util that implement SemiPrimitive
 class EnumeratedValue
           
 class Name
          Wrapper for relatively short strings used as names.
 

Uses of SemiPrimitive in ix.util.lisp
 

Classes in ix.util.lisp that implement SemiPrimitive
 class ItemVar
          Symbols used in patterns as variables that match a single object.
 class Keyword
          Keywords - symbols generally used as literals.
 class Symbol
          The root class for Lisp symbols.