Uses of Class
ix.util.Name

Packages that use Name
ix.ichat   
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.icore.plan.build Utilities for constructing plans. 
ix.icore.plan.inspect Utilities for examining plans. 
ix.iface.domain Domain parsers and outputters. 
ix.ip2 I-X Process Panels 
ix.iscript I-Script is a simple programming language. 
ix.itest I-Test. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
ix.iview.igraph   
ix.util General-purpose utilities. 
ix.util.context Context-layering mechanism. 
 

Uses of Name in ix.ichat
 

Fields in ix.ichat declared as Name
protected  Name ChatMessage.senderId
           
 

Methods in ix.ichat that return Name
 Name ChatMessage.getSenderId()
           
 

Methods in ix.ichat with parameters of type Name
 void ChatMessage.setSenderId(Name id)
           
 

Uses of Name in ix.icore
 

Fields in ix.icore declared as Name
protected  Name TaskItem.id
           
protected  Name Report.ref
           
protected  Name TaskItem.ref
           
protected  Name Report.senderId
           
protected  Name TaskItem.senderId
           
 

Methods in ix.icore that return Name
 Name Activity.generateId()
           
abstract  Name TaskItem.generateId()
           
 Name Issue.generateId()
           
 Name TaskItem.getForwardedTo()
           
 Name TaskItem.getId()
           
 Name Report.getRef()
           
 Name TaskItem.getRef()
           
 Name Report.getSenderId()
           
 Name TaskItem.getSenderId()
           
 Name Sendable.getSenderId()
           
 

Methods in ix.icore with parameters of type Name
 void TaskItem.setForwardedTo(Name toName)
           
 void TaskItem.setId(Name id)
           
 void Report.setRef(Name ref)
           
 void TaskItem.setRef(Name ref)
           
 void Report.setSenderId(Name id)
           
 void TaskItem.setSenderId(Name id)
           
 void Sendable.setSenderId(Name id)
           
 

Uses of Name in ix.icore.domain
 

Fields in ix.icore.domain declared as Name
protected  Name NodeSpec.id
           
protected  Name NodeEndRef.node
           
static Name NodeEndRef.SELF
           
protected  Name Constraint.senderId
           
 

Methods in ix.icore.domain that return Name
 Name NodeSpec.getId()
           
 Name NodeEndRef.getNode()
           
 Name Constraint.getSenderId()
           
 

Methods in ix.icore.domain with parameters of type Name
 void NodeSpec.setId(Name id)
           
 void NodeEndRef.setNode(Name node)
           
 void Constraint.setSenderId(Name id)
           
 

Constructors in ix.icore.domain with parameters of type Name
NodeEndRef(End end, Name node)
           
NodeSpec(Name id, LList pattern)
           
 

Uses of Name in ix.icore.plan
 

Fields in ix.icore.plan declared as Name
protected  Name AbstractRefinement.expands
           
protected  Name AbstractPlanItem.expansion
           
protected  Name PlanVariable.id
           
protected  Name AbstractPlanItem.id
           
protected  Name PlanVariableDeclaration.id
           
protected  Name AbstractRefinement.id
           
 

Fields in ix.icore.plan with type parameters of type Name
protected  java.util.Map<Name,Activity> PlanAsDomain.idToActivityMap
           
protected  java.util.Map<Name,NodeSpec> DomainAsPlan.nodeIdToNodeSpecMap
           
protected  java.util.Map<Name,Refinement> DomainAsPlan.nodeIdToRefinementMap
           
protected  java.util.Map<Name,ItemVar> PlanAsDomain.planVarIdToItemVarMap
           
 

Methods in ix.icore.plan that return Name
 Name AbstractRefinement.getExpands()
           
 Name AbstractPlanItem.getExpansion()
           
 Name PlanVariable.getId()
           
 Name AbstractPlanItem.getId()
           
 Name PlanVariableDeclaration.getId()
           
 Name AbstractRefinement.getId()
           
 

Methods in ix.icore.plan with parameters of type Name
 PlanIssueRefinement Plan.getPlanIssueRefinement(Name id)
           
 PlanRefinement Plan.getPlanRefinement(Name id)
           
 void AbstractRefinement.setExpands(Name expands)
           
 void AbstractPlanItem.setExpansion(Name expansion)
           
 void PlanVariable.setId(Name id)
           
 void AbstractPlanItem.setId(Name id)
           
 void PlanVariableDeclaration.setId(Name id)
           
 void AbstractRefinement.setId(Name id)
           
 

Constructors in ix.icore.plan with parameters of type Name
PlanIssue(Name id, Issue issue)
           
PlanNode(Name id, Activity activity)
           
PlanVariable(Name id, Symbol name)
           
PlanVariableDeclaration(Name id, Variable v)
           
 

Uses of Name in ix.icore.plan.build
 

Methods in ix.icore.plan.build that return Name
protected  Name ExamplePlanBuilder.genId(java.lang.String base)
          Generates a short id for use within the plan.
 

Uses of Name in ix.icore.plan.inspect
 

Methods in ix.icore.plan.inspect with parameters of type Name
protected  AbstractRefinement PlanInspector.getRefinement(Name id)
           
 

Uses of Name in ix.iface.domain
 

Methods in ix.iface.domain that return Name
protected static Name LTF_Parser.theNodeId(java.lang.Object o)
           
 

Methods in ix.iface.domain with parameters of type Name
protected static NodeEndRef LTF_Parser.theNodeEndRef(Name nodeId, End defaultEnd)
           
 

Uses of Name in ix.ip2
 

Methods in ix.ip2 with parameters of type Name
 AgendaItem Agenda.getItem(Name id)
           
 

Uses of Name in ix.iscript
 

Fields in ix.iscript declared as Name
protected  Name Binding.name
           
protected  Name VarRef.name
           
protected  Name Assignment.to
           
 

Methods in ix.iscript that return Name
 Name Binding.getName()
           
 Name VarRef.getName()
           
 Name Assignment.getTo()
           
 

Methods in ix.iscript with parameters of type Name
 Assignment IScript.makeAssignment(Name name, Expression valExpr)
           
 Binding IScript.makeBinding(Name name, Expression valExpr)
           
 VarRef IScript.makeVarRef(Name name)
           
 void Binding.setName(Name name)
           
 void VarRef.setName(Name name)
           
 void Assignment.setTo(Name to)
           
 

Uses of Name in ix.itest
 

Methods in ix.itest with parameters of type Name
 void SendPanel.initReport(TaskItem item, Name reportTo, Name ref, ReportType type)
           
 

Uses of Name in ix.iview.domain
 

Methods in ix.iview.domain that return Name
 Name UIRefinement.getHighestNodeId()
           
static Name UIRefinement.getHighestNodeId(java.util.List nodes)
           
 Name UINodeSpec.getId()
           
 Name UIRefinement.getNewNodeId()
           
 

Methods in ix.iview.domain with parameters of type Name
static boolean UIRefinement.constraintMentionsNode(Constraint c, Name nodeId)
           
static boolean UIRefinement.constraintMentionsNode(Ordering o, Name nodeId)
           
 NodeSpec UIRefinement.findNode(Name id)
           
 void UINodeSpec.setId(Name id)
           
 

Uses of Name in ix.iview.igraph
 

Methods in ix.iview.igraph that return Name
 Name NodePosition.getName()
           
 

Methods in ix.iview.igraph with parameters of type Name
 void NodePosition.setName(Name name)
           
 

Constructors in ix.iview.igraph with parameters of type Name
NodePosition(Name name, double x, double y)
           
 

Uses of Name in ix.util
 

Methods in ix.util that return Name
static Name Gensym.nextName(java.lang.String base)
          Calls the default generator's method Gensym.Generator.nextName(String).
 Name Gensym.Generator.nextName(java.lang.String base)
           
static Name Name.valueOf(java.lang.Object obj)
           
static Name Name.valueOf(java.lang.String name)
           
 

Uses of Name in ix.util.context
 

Methods in ix.util.context that return Name
 Name ContextGensym.Generator.nextName(java.lang.String base)