drcl.inet.mac
Class NodeChannelContract
java.lang.Object
drcl.comp.Contract
drcl.inet.mac.NodeChannelContract
- public class NodeChannelContract
- extends Contract
The NodeChannelContract contract. This contract defines the message format
between Node and Channel components.
- Author:
- Ye Ge
- See Also:
WirelessPhy,
Channel
|
Nested Class Summary |
static class |
NodeChannelContract.Message
The message class which is defined for exchanging information between Node
and Channel components. |
|
Method Summary |
java.lang.Object |
getContractContent()
Returns the content of this contract (format?). |
java.lang.String |
getName()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NodeChannelContract INSTANCE
NodeChannelContract
public NodeChannelContract()
NodeChannelContract
public NodeChannelContract(int role_)
getName
public java.lang.String getName()
- Specified by:
getName in class Contract
getContractContent
public java.lang.Object getContractContent()
- Description copied from class:
Contract
- Returns the content of this contract (format?).
- Specified by:
getContractContent in class Contract
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~