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.process Classes for representing processes. 
ix.itest I-TEST. 
ix.iview.igraph   
ix.util General-purpose utilities. 
 

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 TaskItem.senderId
           
protected  Name TaskItem.ref
           
protected  Name Report.senderId
           
protected  Name Report.ref
           
 

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

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

Uses of Name in ix.icore.domain
 

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

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

Methods in ix.icore.domain with parameters of type Name
 void Constraint.setSenderId(Name id)
           
 void NodeEndRef.setNode(Name node)
           
 void NodeSpec.setId(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.process
 

Methods in ix.icore.process with parameters of type Name
protected  PNode PNode.getChild(Name name)
           
 

Uses of Name in ix.itest
 

Fields in ix.itest declared as Name
(package private)  Name Itest.TestSequenceListener.ref
           
 

Uses of Name in ix.iview.igraph
 

Fields in ix.iview.igraph declared as Name
(package private)  Name ExpansionModel.NodeComponent.id
           
 

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

Uses of Name in ix.util
 

Methods in ix.util that return Name
static Name Name.valueOf(java.lang.String name)
           
static Name Name.valueOf(java.lang.Object obj)