Uses of Class
ix.icore.domain.NodeSpec

Packages that use NodeSpec
ix.icore.domain Domain descriptions. 
ix.iview Viewers. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
ix.iview.igraph   
 

Uses of NodeSpec in ix.icore.domain
 

Methods in ix.icore.domain that return NodeSpec
 NodeSpec NodeSpec.instantiate(MatchEnv env, Function1 ifUnbound)
           
 

Uses of NodeSpec in ix.iview
 

Methods in ix.iview with parameters of type NodeSpec
 java.util.ArrayList ActionEditorPanel.getAllExpansions(NodeSpec node)
           
static java.lang.String IViewUtil.printNode(NodeSpec node)
           
 

Uses of NodeSpec in ix.iview.domain
 

Subclasses of NodeSpec in ix.iview.domain
 class ix.iview.domain.UINodeSpec
           
 

Uses of NodeSpec in ix.iview.igraph
 

Subclasses of NodeSpec in ix.iview.igraph
(package private) static class ExpansionModel.NodeComponent
           
 

Methods in ix.iview.igraph with parameters of type NodeSpec
 void ExpansionModel.deleteNode(NodeSpec node)