|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjist.swans.mac.MacInfo
public class MacInfo
Mac properties.
| Nested Class Summary | |
|---|---|
static class |
MacInfo.MacInfoShared
Timeless information possibly shared among numerous Mac instances (only to save simulation memory). |
static class |
MacInfo.MacInfoUnique
Timeless information unique to a single Mac instance. |
| Field Summary | |
|---|---|
protected MacInfo.MacInfoShared |
shared
Timeless information possibly shared among numerous Mac instances (only to save simulation memory). |
protected MacInfo.MacInfoUnique |
unique
Timeless information unique to this Mac instance. |
| Constructor Summary | |
|---|---|
MacInfo(MacInfo.MacInfoUnique unique,
MacInfo.MacInfoShared shared)
Create Mac information object with shared and unique properties. |
|
| Method Summary | |
|---|---|
MacInfo.MacInfoShared |
getShared()
Return shared radio properties. |
MacInfo.MacInfoUnique |
getUnique()
Return unique mac properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MacInfo.MacInfoUnique unique
protected MacInfo.MacInfoShared shared
| Constructor Detail |
|---|
public MacInfo(MacInfo.MacInfoUnique unique,
MacInfo.MacInfoShared shared)
unique - unique mac propertiesshared - shared mac properties (shared only to save memory)| Method Detail |
|---|
public MacInfo.MacInfoUnique getUnique()
public MacInfo.MacInfoShared getShared()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||