J-Sim v1.2.1-p7 API

Uses of Class
drcl.net.Address

Packages that use Address
drcl.inet   
drcl.inet.core   
drcl.inet.data   
drcl.net   
 

Uses of Address in drcl.inet
 

Methods in drcl.inet with parameters of type Address
 void Node.propagates(Address addr_)
          Propagates the address scheme through this node.
static void InetUtil.propagates(Address addr_, java.lang.Object[] modules_)
          Propagates the address scheme through the modules.
 

Uses of Address in drcl.inet.core
 

Methods in drcl.inet.core that return Address
 Address RT.getAddress()
          Returns the address scheme.
 

Methods in drcl.inet.core with parameters of type Address
 void RT.setAddress(Address addr_)
          Sets the address scheme.
 

Uses of Address in drcl.inet.data
 

Methods in drcl.inet.data with parameters of type Address
 java.lang.String RTKey.print(Address addr_)
           
 

Uses of Address in drcl.net
 

Fields in drcl.net declared as Address
protected  Address Module.address
          The address scheme associated with this module.
static Address Address.DEFAULT_ADDRESS
          An instance of the default address scheme.
 

Methods in drcl.net that return Address
 Address Module.getAddress()
          Returns the address scheme associated with this module.
 

Methods in drcl.net with parameters of type Address
 void Module.setAddress(Address address_)
          Sets the address scheme associated with this module.
 


J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~