Uses of Class
ix.util.lisp.Symbol

Packages that use Symbol
ix.examples A simple version of an I-X framework (PicoIX) plus examples of its use. 
ix.icore.domain Domain descriptions. 
ix.iface.domain Domain parsers. 
ix.ip2 I-X Process Panels 
ix.util.lisp List-processing utilities. 
ix.util.match Pattern-matching utilities. 
 

Uses of Symbol in ix.examples
 

Fields in ix.examples declared as Symbol
(package private) static Symbol SimResource.S_RESOURCE
           
(package private) static Symbol SimResource.S_PRODUCE
           
(package private) static Symbol SimResource.S_CONSUME
           
(package private)  Symbol SimResource.Constraint.subtype
           
 

Methods in ix.examples that return Symbol
(package private) static Symbol PicoISim.SYM(java.lang.String name)
           
 

Constructors in ix.examples with parameters of type Symbol
SimResource.Constraint(Symbol subtype, long amount, java.lang.Object pattern)
           
PicoISimTest3.ResourceEventHandler(Symbol rcSubtype)
           
 

Uses of Symbol in ix.icore.domain
 

Fields in ix.icore.domain declared as Symbol
static Symbol Refinement.S_WORLD_STATE
           
static Symbol Refinement.S_CONDITION
           
static Symbol Refinement.S_EFFECT
           
protected  Symbol Constraint.type
           
protected  Symbol Constraint.relation
           
 

Methods in ix.icore.domain that return Symbol
 Symbol Constraint.getType()
           
 Symbol Constraint.getRelation()
           
 

Methods in ix.icore.domain with parameters of type Symbol
 void Constraint.setType(Symbol type)
           
 void Constraint.setRelation(Symbol relation)
           
 

Constructors in ix.icore.domain with parameters of type Symbol
Constraint(Symbol type, Symbol relation, java.util.List parameters)
           
 

Uses of Symbol in ix.iface.domain
 

Fields in ix.iface.domain declared as Symbol
static Symbol LTF_Symbols.S_REFINEMENT
           
static Symbol LTF_Symbols.S_NODES
           
static Symbol LTF_Symbols.S_ORDERINGS
           
static Symbol LTF_Symbols.S_CONSTRAINTS
           
static Symbol LTF_Symbols.S_ISSUES
           
static Symbol LTF_Symbols.S_ISSUE
           
static Symbol LTF_Symbols.Q_PATTERN
           
static Symbol LTF_Symbols.Q_VALUE
           
 

Uses of Symbol in ix.ip2
 

Fields in ix.ip2 declared as Symbol
(package private)  Symbol QueryHandler.S_QUERY
           
(package private)  Symbol QueryHandler.S_EQUALSIGN
           
(package private)  Symbol Ip2.ConnectHandler.S_CONNECT
           
static Symbol Ip2ModelManager.S_WORLD_STATE
           
static Symbol Ip2ModelManager.S_CONDITION
           
static Symbol Ip2ModelManager.S_EFFECT
           
 

Uses of Symbol in ix.util.lisp
 

Subclasses of Symbol in ix.util.lisp
 class ItemVar
          Symbols used in patterns as variables that match a single object.
 class Keyword
          Keywords - symbols generally used as literals.
 

Methods in ix.util.lisp that return Symbol
static Symbol Symbol.intern(java.lang.String s)
           
static Symbol Symbol.valueOf(java.lang.String name)
           
 

Uses of Symbol in ix.util.match
 

Fields in ix.util.match declared as Symbol
static Symbol SimpleMatcher.REST
           
static Symbol Matcher.REST