Package | Description |
---|---|
alice.respect.api | |
alice.respect.core | |
alice.tuplecentre.core |
Modifier and Type | Method and Description |
---|---|
IRespectTC |
AbstractAgent.getTc() |
IRespectTC |
ITCRegistry.getTC(TupleCentreId id) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,? extends IRespectTC> |
ITCRegistry.getMap() |
Modifier and Type | Method and Description |
---|---|
void |
ITCRegistry.addTC(IRespectTC tc) |
void |
AbstractAgent.setTc(IRespectTC rtc) |
Constructor and Description |
---|
AbstractAgent(AgentId aid,
IRespectTC rtc) |
Modifier and Type | Class and Description |
---|---|
class |
RespectTC
A ReSpecT tuple centre.
|
Modifier and Type | Method and Description |
---|---|
protected IRespectTC |
RootInterface.getCore() |
IRespectTC |
RespectLocalRegistry.getTC(TupleCentreId id) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IRespectTC> |
RespectLocalRegistry.getMap() |
Modifier and Type | Method and Description |
---|---|
void |
RespectLocalRegistry.addTC(IRespectTC tc) |
Constructor and Description |
---|
OrdinaryAsynchInterface(IRespectTC core) |
OrdinarySynchInterface(IRespectTC core) |
RespectVM(TupleCentreId tid,
RespectTCContainer c,
int qSize,
IRespectTC respectTC) |
RespectVMContext(RespectVM rvm,
TupleCentreId tid,
int queueSize,
IRespectTC respectTC) |
RootInterface(IRespectTC rCore) |
SpecificationAsynchInterface(IRespectTC c) |
SpecificationSynchInterface(IRespectTC core) |
TimedContext(IRespectTC core) |
Modifier and Type | Method and Description |
---|---|
IRespectTC |
AbstractTupleCentreVMContext.getRespectTC() |
Constructor and Description |
---|
AbstractTupleCentreVMContext(RespectVM vm,
TupleCentreId id,
int ieSize,
IRespectTC rtc)
Creates a new tuple centre virtual machine core
|