Uses of Class
ix.icore.domain.End

Packages that use End
ix.icore.domain Domain descriptions. 
 

Uses of End in ix.icore.domain
 

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

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

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)