Uses of Class
ix.icore.domain.End

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

Uses of End in ix.icore.domain
 

Fields in ix.icore.domain declared as End
static End End.BEGIN
           
protected  End NodeEndRef.end
           
static End End.END
           
 

Methods in ix.icore.domain that return End
 End NodeEndRef.getEnd()
           
static End End.valueOf(java.lang.String name)
           
 

Methods in ix.icore.domain with parameters of type End
 void NodeEndRef.setEnd(End end)
           
 

Constructors in ix.icore.domain with parameters of type End
NodeEndRef(End end, Name node)
           
NodeEndRef(End end, java.lang.String node)
           
 

Uses of End in ix.icore.process
 

Methods in ix.icore.process that return End
 End PNodeEnd.getEnd()
           
 

Constructors in ix.icore.process with parameters of type End
PNodeEnd(End end, PNode node)
           
 

Uses of End in ix.iface.domain
 

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