Package | Description |
---|---|
alice.logictuple | |
alice.respect.core | |
alice.tucson.service | |
alice.tuplecentre.api | |
alice.tuplecentre.core | |
alice.tuples.javatuples.api | |
alice.tuples.javatuples.impl |
Modifier and Type | Class and Description |
---|---|
class |
LogicTuple
Class representing a logic tuple.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tuple> |
RespectVMContext.inAllTuples(TupleTemplate t) |
java.util.List<Tuple> |
RespectVMContext.readAllTuples(TupleTemplate t) |
Tuple |
RespectVMContext.readMatchingSpecTuple(TupleTemplate t) |
Tuple |
RespectVMContext.readMatchingTuple(TupleTemplate t) |
Tuple |
RespectVMContext.readUniformTuple(TupleTemplate t) |
Tuple |
RespectVMContext.removeMatchingSpecTuple(TupleTemplate t) |
Tuple |
RespectVMContext.removeMatchingTuple(TupleTemplate t,
boolean update) |
Tuple |
RespectVMContext.removeUniformTuple(TupleTemplate t) |
protected LogicTuple |
RootInterface.unify(TupleTemplate template,
Tuple tuple) |
Constructor and Description |
---|
RespectOperation(int type,
TupleTemplate t,
OperationCompletionListener l) |
Modifier and Type | Method and Description |
---|---|
void |
ObservationService.inpRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
ObservationService.inRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
ObservationService.rdpRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
ObservationService.rdRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
Constructor and Description |
---|
TucsonOperation(int type,
TupleTemplate t,
OperationCompletionListener l,
OperationHandler ctx) |
Modifier and Type | Method and Description |
---|---|
TupleTemplate |
ITupleCentreOperation.getTemplateArgument() |
Modifier and Type | Method and Description |
---|---|
void |
ObservableEventListener.inpRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
ObservableEventListener.inRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
ObservableEventListener.rdpRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
ObservableEventListener.rdRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
Modifier and Type | Method and Description |
---|---|
TupleTemplate |
AbstractTupleCentreOperation.getTemplateArgument() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Tuple> |
AbstractTupleCentreVMContext.inAllTuples(TupleTemplate t)
Gets all the tuples of the tuple centre matching the TupleTemplate t
|
abstract java.util.List<Tuple> |
AbstractTupleCentreVMContext.readAllTuples(TupleTemplate t)
Gets all the tuples of the tuple centre matching the TupleTemplate t
without removing them
|
abstract Tuple |
AbstractTupleCentreVMContext.readMatchingSpecTuple(TupleTemplate templateArgument) |
abstract Tuple |
AbstractTupleCentreVMContext.readMatchingTuple(TupleTemplate t)
Gets (not deterministically) without removing from the tuple set a tuple
that matches with the provided tuple template
|
abstract Tuple |
AbstractTupleCentreVMContext.readUniformTuple(TupleTemplate t)
Gets a tuple from tuple space in a non deterministic way
|
abstract Tuple |
AbstractTupleCentreVMContext.removeMatchingSpecTuple(TupleTemplate templateArgument) |
abstract Tuple |
AbstractTupleCentreVMContext.removeMatchingTuple(TupleTemplate t,
boolean u)
Removes (not deterministically) from the tuple set a tuple that matches
with the provided tuple template
|
abstract Tuple |
AbstractTupleCentreVMContext.removeUniformTuple(TupleTemplate t)
Gets a tuple from tuple space in a non deterministic way
|
Constructor and Description |
---|
AbstractTupleCentreOperation(int ty,
TupleTemplate t) |
AbstractTupleCentreOperation(int ty,
TupleTemplate t,
OperationCompletionListener l) |
Modifier and Type | Interface and Description |
---|---|
interface |
IJTupleTemplate |
Modifier and Type | Class and Description |
---|---|
class |
JTupleTemplate |