public class ProtocolInfo extends Object
Constructor and Description |
---|
ProtocolInfo(Protocol current)
Create a leaf ProtocolInfo node
|
ProtocolInfo(Protocol current,
ProtocolInfo[] lower)
Create a non-leaf ProtocolInfo node
|
Modifier and Type | Method and Description |
---|---|
org.objectweb.jonathan.apis.kernel.Context |
getHints() |
ProtocolInfo[] |
getLower()
Get the lower nodes
|
Protocol |
getProtocol()
Get the protocol id of this node
|
void |
setHints(org.objectweb.jonathan.apis.kernel.Context hints)
Set the hints that may help things to happen smoothly
(e.g.
|
String |
toString() |
public ProtocolInfo(Protocol current)
public ProtocolInfo(Protocol current, ProtocolInfo[] lower)
public void setHints(org.objectweb.jonathan.apis.kernel.Context hints)
public ProtocolInfo[] getLower()
public Protocol getProtocol()
public org.objectweb.jonathan.apis.kernel.Context getHints()