Package | Description |
---|---|
alice.respect.api | |
alice.respect.core |
Modifier and Type | Method and Description |
---|---|
RespectSpecification |
IManagementContext.getSpec()
Get current behaviour specification
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicTuple> |
ISpecificationSynchInterface.setS(IId aid,
RespectSpecification spec) |
IRespectOperation |
IRespectTC.setS(IId aid,
RespectSpecification spec) |
IRespectOperation |
ISpecificationAsynchInterface.setS(IId aid,
RespectSpecification spec,
OperationCompletionListener l) |
IRespectOperation |
IRespectTC.setS(IId aid,
RespectSpecification spec,
OperationCompletionListener l) |
void |
IManagementContext.setSpec(RespectSpecification spec)
Specify the behaviour of the tuple centre
|
Modifier and Type | Method and Description |
---|---|
RespectSpecification |
ManagementContext.getSpec() |
Modifier and Type | Method and Description |
---|---|
static RespectOperation |
RespectOperation.makeSetS(RespectSpecification spec,
OperationCompletionListener l) |
java.util.List<LogicTuple> |
SpecificationSynchInterface.setS(IId aid,
RespectSpecification spec) |
IRespectOperation |
RespectTC.setS(IId aid,
RespectSpecification spec) |
IRespectOperation |
SpecificationAsynchInterface.setS(IId aid,
RespectSpecification spec,
OperationCompletionListener l) |
IRespectOperation |
RespectTC.setS(IId aid,
RespectSpecification spec,
OperationCompletionListener l) |
void |
ManagementContext.setSpec(RespectSpecification spec) |