public class InspectorProtocol
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static byte |
NO_OBSERVATION
don't observe
|
static byte |
PROACTIVE_OBSERVATION
observe continuosly
|
static byte |
REACTIVE_OBSERVATION
observe only when asked by inspector
|
static byte |
STEPMODE_AGENT_OBSERVATION
observe step mode like an agent
|
static byte |
STEPMODE_TUPLESPACE_OBSERVATION
observe step mode like the tuple space
|
Constructor and Description |
---|
InspectorProtocol() |
Modifier and Type | Method and Description |
---|---|
byte |
getPendingQueryObservType() |
byte |
getReactionsObservType() |
byte |
getStepModeObservType() |
LogicTuple |
getTsetFilter() |
byte |
getTsetObservType() |
LogicTuple |
getWsetFilter() |
boolean |
isTracing() |
void |
setPendingQueryObservType(byte obstype) |
void |
setReactionsObservType(byte obstype) |
void |
setStepModeObservType(byte obstype) |
void |
setTracing(boolean t) |
void |
setTsetFilter(LogicTuple filter) |
void |
setTsetObservType(byte obstype) |
void |
setWsetFilter(LogicTuple filter) |
public static final byte NO_OBSERVATION
public static final byte PROACTIVE_OBSERVATION
public static final byte REACTIVE_OBSERVATION
public static final byte STEPMODE_AGENT_OBSERVATION
public static final byte STEPMODE_TUPLESPACE_OBSERVATION
public byte getPendingQueryObservType()
public byte getReactionsObservType()
public byte getStepModeObservType()
public LogicTuple getTsetFilter()
public byte getTsetObservType()
public LogicTuple getWsetFilter()
public boolean isTracing()
public void setPendingQueryObservType(byte obstype)
obstype
- the pendingQueryObservType to setpublic void setReactionsObservType(byte obstype)
obstype
- the reactionsObservType to setpublic void setStepModeObservType(byte obstype)
obstype
- the stepModeObservType to setpublic void setTracing(boolean t)
t
- the tracing to setpublic void setTsetFilter(LogicTuple filter)
filter
- the tsetFilter to setpublic void setTsetObservType(byte obstype)
obstype
- the tsetObservType to setpublic void setWsetFilter(LogicTuple filter)
filter
- the wsetFilter to set