Uses of Class
ix.icore.domain.NodeEndRef

Packages that use NodeEndRef
ix.icore.domain Domain descriptions. 
ix.icore.process Classes for representing processes. 
ix.iface.domain Domain parsers and outputters. 
 

Uses of NodeEndRef in ix.icore.domain
 

Fields in ix.icore.domain declared as NodeEndRef
protected  NodeEndRef Ordering.from
           
protected  NodeEndRef Ordering.to
           
 

Methods in ix.icore.domain that return NodeEndRef
 NodeEndRef Ordering.getFrom()
           
 NodeEndRef Ordering.getTo()
           
 

Methods in ix.icore.domain with parameters of type NodeEndRef
 void Ordering.setFrom(NodeEndRef from)
           
 void Ordering.setTo(NodeEndRef to)
           
 

Constructors in ix.icore.domain with parameters of type NodeEndRef
Ordering(NodeEndRef from, NodeEndRef to)
           
 

Uses of NodeEndRef in ix.icore.process
 

Methods in ix.icore.process with parameters of type NodeEndRef
static PNodeEnd PNodeEnd.fromRef(java.util.Map idToNodeMap, NodeEndRef ref)
           
 

Uses of NodeEndRef in ix.iface.domain
 

Methods in ix.iface.domain with parameters of type NodeEndRef
(package private)  void LTF_Writer.outNodeEndRef(NodeEndRef ref)