Package | Description |
---|---|
alice.tucson.introspection | |
alice.tucson.introspection.tools |
Modifier and Type | Method and Description |
---|---|
InspectorProtocol |
SetProtocolMsg.getInfo() |
InspectorProtocol |
NewInspectorMsg.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
SetProtocolMsg.setInfo(InspectorProtocol i) |
void |
NewInspectorMsg.setInfo(InspectorProtocol i) |
void |
InspectorContextStub.setProtocol(InspectorProtocol p) |
void |
InspectorContext.setProtocol(InspectorProtocol p)
specifies the protocol used by the inspector
|
Constructor and Description |
---|
NewInspectorMsg(TucsonAgentId id,
java.lang.String tcn,
InspectorProtocol i) |
SetProtocolMsg(TucsonAgentId id,
InspectorProtocol p) |
Modifier and Type | Field and Description |
---|---|
protected InspectorProtocol |
InspectorGUI.protocol
Package-visible reference to the Inspector session.
|