Uses of Class
jist.swans.mac.MacInfo.MacInfoShared

Packages that use MacInfo.MacInfoShared
jist.swans.mac Link or Media Access Control (Mac) layer entity of SWANS simulator and related classes. 
 

Uses of MacInfo.MacInfoShared in jist.swans.mac
 

Fields in jist.swans.mac declared as MacInfo.MacInfoShared
protected  MacInfo.MacInfoShared MacInfo.shared
          Timeless information possibly shared among numerous Mac instances (only to save simulation memory).
 

Methods in jist.swans.mac that return MacInfo.MacInfoShared
 MacInfo.MacInfoShared MacInfo.getShared()
          Return shared radio properties.
 

Constructors in jist.swans.mac with parameters of type MacInfo.MacInfoShared
MacInfo(MacInfo.MacInfoUnique unique, MacInfo.MacInfoShared shared)
          Create Mac information object with shared and unique properties.