Uses of Class
ix.util.lisp.LList

Packages that use LList
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.icore.process Classes for representing processes. 
ix.iface.domain Domain parsers. 
ix.iface.ui.util   
ix.iface.util Interface utilities. 
ix.ip2 I-X Process Panels 
ix.iview Viewers. 
ix.iview.igraph   
ix.iview.table   
ix.util General-purpose utilities. 
ix.util.lisp List-processing utilities. 
ix.util.xml XML utilities. 
 

Uses of LList in ix.icore
 

Fields in ix.icore declared as LList
protected  LList TaskItem.pattern
           
 

Methods in ix.icore that return LList
 LList TaskItem.getPattern()
           
 LList TaskItem.getParameters()
           
 

Methods in ix.icore with parameters of type LList
static java.util.Set Variable.varsIn(LList tree)
           
 void TaskItem.setPattern(LList pattern)
           
 

Constructors in ix.icore with parameters of type LList
TaskItem(LList pattern)
           
Activity(LList pattern)
           
Issue(LList pattern)
           
 

Uses of LList in ix.icore.domain
 

Fields in ix.icore.domain declared as LList
protected  LList Refinement.pattern
           
protected  LList PatternAssignment.pattern
           
protected  LList NodeSpec.pattern
           
 

Methods in ix.icore.domain that return LList
 LList Refinement.getPattern()
           
 LList PatternAssignment.getPattern()
           
 LList NodeSpec.getPattern()
           
 

Methods in ix.icore.domain with parameters of type LList
 void Refinement.setPattern(LList pattern)
           
 void PatternAssignment.setPattern(LList pattern)
           
 void NodeSpec.setPattern(LList pattern)
           
 

Constructors in ix.icore.domain with parameters of type LList
Refinement(java.lang.String name, LList pattern)
           
PatternAssignment(LList pattern, java.lang.Object value)
           
NodeSpec(Name id, LList pattern)
           
NodeSpec(java.lang.Object id, LList pattern)
           
 

Uses of LList in ix.icore.process
 

Fields in ix.icore.process declared as LList
 LList PNode.children
           
 

Methods in ix.icore.process that return LList
 LList ProcessModelManager.putVariablesInPattern(LList pattern)
          Returns a copy of the pattern in which ?-vars have been replaced by Variables.
 

Methods in ix.icore.process with parameters of type LList
 LList ProcessModelManager.putVariablesInPattern(LList pattern)
          Returns a copy of the pattern in which ?-vars have been replaced by Variables.
 PNode PNodeMaker.makePNode(PNode parent, LList pattern)
           
 

Uses of LList in ix.iface.domain
 

Methods in ix.iface.domain that return LList
 LList LTF_Parser.makeNodes(LList items)
           
 LList LTF_Parser.makeOrderings(LList items)
           
 LList LTF_Parser.makeConstraints(LList items)
           
 LList LTF_Parser.makeIssues(LList items)
           
static LList LTF_Parser.expandAllOrderings(LList orderings)
          Expands a list of orderings into a list of simple orderings.
static LList LTF_Parser.expandOrdering(LList ordering)
           
(package private) static LList LTF_Parser.expandOrderPair(java.lang.Object left, java.lang.Object right)
           
(package private) static LList LTF_Parser.ensureList(java.lang.Object a)
           
 

Methods in ix.iface.domain with parameters of type LList
 Refinement LTF_Parser.makeRefinement(LList def)
           
 LList LTF_Parser.makeNodes(LList items)
           
 LList LTF_Parser.makeOrderings(LList items)
           
 LList LTF_Parser.makeConstraints(LList items)
           
 LList LTF_Parser.makeIssues(LList items)
           
static LList LTF_Parser.expandAllOrderings(LList orderings)
          Expands a list of orderings into a list of simple orderings.
static LList LTF_Parser.expandOrdering(LList ordering)
           
abstract  Constraint LTF_Parser.ConstraintParser.makeConstraint(LList spec, MatchEnv env)
           
 

Uses of LList in ix.iface.ui.util
 

Methods in ix.iface.ui.util that return LList
static LList UIUtil.removeDuplicates(LList list)
           
static LList UIUtil.remove(java.lang.Object o, LList list)
           
 

Methods in ix.iface.ui.util with parameters of type LList
static LList UIUtil.removeDuplicates(LList list)
           
static LList UIUtil.remove(java.lang.Object o, LList list)
           
 

Uses of LList in ix.iface.util
 

Methods in ix.iface.util with parameters of type LList
static java.lang.String Reporting.patternDescription(LList pattern)
           
 

Uses of LList in ix.ip2
 

Fields in ix.ip2 declared as LList
(package private)  LList StateViewTable.PatternData.pattern
           
 

Methods in ix.ip2 that return LList
 LList AgendaItem.getPattern()
           
 

Methods in ix.ip2 with parameters of type LList
abstract  AgendaItem Agenda.makeItem(LList pattern)
           
 AgendaItem IssueAgenda.makeItem(LList pattern)
           
 void AgendaItem.setPattern(LList pattern)
           
 AgendaItem ActivityAgenda.makeItem(LList pattern)
           
 AgendaItem AgendaViewTable.makeItem(LList pattern)
           
 AgendaItem AgendaTableViewer.makeItem(LList pattern)
           
 AgendaItem AgendaManager.makeItem(LList pattern)
           
protected  MatchEnv Ip2ModelManager.filter(PatternAssignment pv, LList conds, MatchEnv baseEnv)
           
 AgendaItem AgendaViewer.makeItem(LList pattern)
           
protected  void StateViewTable.recordNewValue(LList pattern, java.lang.Object value)
           
(package private)  StateViewTable.PatternData StateViewTable.getPatternData(LList pattern)
          Find the data associated with a given pattern.
 

Constructors in ix.ip2 with parameters of type LList
WaitForReportsActivity(java.lang.String destination, LList pattern)
           
StateViewTable.PatternData(LList pattern, java.lang.Object value)
           
 

Uses of LList in ix.iview
 

Methods in ix.iview with parameters of type LList
static boolean ActionEditorPanel.orderingsAreSequential(LList nodes, LList orderings)
          Checks whether the orderings are a sequence of the nodes.
 ix.iview.domain.UIRefinement ActionEditorPanel.makeNewRefinement(java.lang.String name, LList pattern)
           
 

Uses of LList in ix.iview.igraph
 

Constructors in ix.iview.igraph with parameters of type LList
ExpansionModel.NodeComponent(ix.iview.domain.UIDomain uiDomain, Name id, LList pattern)
           
ExpansionModel.NodeComponent(ix.iview.domain.UIDomain uiDomain, java.lang.String name, LList pattern)
           
 

Uses of LList in ix.iview.table
 

Methods in ix.iview.table that return LList
protected  LList ActionTreeTableModel.getPattern(IXTNTreeTableNode iNode)
           
 

Uses of LList in ix.util
 

Methods in ix.util that return LList
static LList Seq.toLList(java.util.Enumeration e)
           
 

Methods in ix.util with parameters of type LList
static java.util.Enumeration Seq.elements(LList l)
           
 

Uses of LList in ix.util.lisp
 

Subclasses of LList in ix.util.lisp
 class Cons
          Non-empty lists.
 class Null
          The class of Lisp.NIL, and of nothing else.
 

Fields in ix.util.lisp declared as LList
protected  LList LListListIterator.list
           
protected  LList LListListIterator.at
           
(package private)  LList Cons.cdr
           
protected  LList ConsEnumeration.tail
           
protected  LList LListIterator.at
           
 

Methods in ix.util.lisp that return LList
static LList LList.newLList(java.util.Collection c)
           
abstract  LList LList.cdr()
           
abstract  LList LList.append(LList tail)
           
 LList LList.reverse()
           
 LList LList.take(int n)
           
 LList LList.drop(int n)
           
 LList LList.without(java.lang.Object e)
           
 LList LList.delete(java.lang.Object e)
           
 LList LList.insert(java.lang.Object e, Predicate2 lessp)
           
 LList LList.replaceAll(java.lang.Object old, java.lang.Object neu)
           
 LList LList.mapc(Function1 f)
           
 LList LList.mapcar(Function1 f)
           
 LList LList.flatmap(Function1 f)
           
 LList LList.intersect(LList set)
           
 LList LList.permute()
           
 LList Null.cdr()
           
 LList Null.append(LList tail)
           
protected  LList LispReader.listreader()
           
 LList Cons.cdr()
           
 LList Cons.append(LList tail)
           
static LList Lisp.elementsFromString(java.lang.String s)
           
 LList LListCollector.contents()
           
 

Methods in ix.util.lisp with parameters of type LList
abstract  boolean LList.equal(LList list)
           
abstract  LList LList.append(LList tail)
           
 LList LList.intersect(LList set)
           
 boolean Null.equal(LList l)
           
 LList Null.append(LList tail)
           
protected  Cons Cons.newInstance(java.lang.Object car, LList cdr)
           
 boolean Cons.equal(LList list)
           
 LList Cons.append(LList tail)
           
static Cons Lisp.cons(java.lang.Object car, LList cdr)
           
static java.lang.String Lisp.elementsToString(LList elts)
           
 void LListCollector.setContents(LList newContents)
           
 void LListCollector.concLList(LList l)
           
 void LListCollector.appendLList(LList l)
           
 void LListCollector.pushLList(LList l)
           
 

Constructors in ix.util.lisp with parameters of type LList
LListListIterator(LList list)
           
LListListIterator(LList list, int start)
           
Cons(java.lang.Object car, LList cdr)
           
LListIterator(LList list)
           
 

Uses of LList in ix.util.xml
 

Methods in ix.util.xml that return LList
 LList XMLTranslator.makeLListFromElement(org.jdom.Element elt)