Uses of Interface
ix.util.SemiPrimitive

Packages that use SemiPrimitive
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.iscript I-Script is a simple programming language. 
ix.ispace Information about other agents and agent-relationships. 
ix.test.xml Experiments with new classes that could be converted to and from XML. 
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.
static class ObjectProperty.Syntax
           
 

Uses of SemiPrimitive in ix.icore.plan
 

Classes in ix.icore.plan that implement SemiPrimitive
 class VariableScope
          Scope values for PlanVariables.
 

Uses of SemiPrimitive in ix.iscript
 

Classes in ix.iscript that implement SemiPrimitive
 class IScriptLispSource
          An object that can be used to wrap an I-Script Expression that is written in a Lisp-like syntax.
 

Uses of SemiPrimitive in ix.ispace
 

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

Uses of SemiPrimitive in ix.test.xml
 

Classes in ix.test.xml that implement SemiPrimitive
 class LispSourceText
          Allows Lisp source code to be written in XML using the ordinary textual syntax.
 class ListText
          Allows LLists to be written in XML using their ordinary textual syntax.
 

Uses of SemiPrimitive in ix.util
 

Classes in ix.util that implement SemiPrimitive
 class Duration
          The difference between two dates.
 class EnumeratedValue
          Base/utility class for type-safe enumerated values.
 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 DelimitedSymbol
          Symbols that would not parse as symbols without escaping.
 class ItemVar
          Symbols used in patterns as variables that match a single object.
 class Keyword
          Keywords - symbols generally used as literals.
 class NumberlikeSymbol
          Symbols that could parse as numbers.
 class Symbol
          The root class for Lisp symbols.