Modifier and Type | Class and Description |
---|---|
class |
LogicTuple
Class representing a logic tuple.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogicTuple.match(Tuple t) |
boolean |
LogicTuple.propagate(Tuple t) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tuple> |
RespectVMContext.addListTuple(Tuple t) |
java.util.List<Tuple> |
RespectVMContext.getAllTuples() |
java.util.Iterator<? extends Tuple> |
RespectVMContext.getPrologPredicatesIterator() |
java.util.List<Tuple> |
RespectVMContext.inAllTuples(TupleTemplate t) |
java.util.List<Tuple> |
RespectVMContext.readAllTuples(TupleTemplate t) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tuple> |
RespectVMContext.addListTuple(Tuple t) |
void |
RespectVMContext.addSpecTuple(Tuple t) |
void |
RespectVMContext.addTuple(Tuple t,
boolean update) |
boolean |
RespectVMContext.spawnActivity(Tuple tuple,
IId owner,
IId targetTC) |
protected LogicTuple |
RootInterface.unify(TupleTemplate template,
Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
void |
RespectVMContext.setAllSpecTuples(java.util.List<Tuple> tupleList) |
void |
RespectVMContext.setAllTuples(java.util.List<Tuple> tupleList) |
Constructor and Description |
---|
RespectOperation(int type,
Tuple t,
OperationCompletionListener l) |
Constructor and Description |
---|
RespectOperation(int type,
java.util.List<Tuple> tupleList,
OperationCompletionListener l) |
Modifier and Type | Method and Description |
---|---|
Tuple |
ITucsonOperation.getJTupleArgument() |
Tuple |
ITucsonOperation.getJTupleResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tuple> |
ITucsonOperation.getJTupleListResult() |
Modifier and Type | Method and Description |
---|---|
ITucsonOperation |
OrdinarySynchACC.in(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
in Linda primitive, retrieves the specified tuple from the
given target tuplecentre. |
ITucsonOperation |
OrdinaryAsynchACC.in(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
in Linda primitive, retrieves the specified tuple from the
given target tuplecentre. |
ITucsonOperation |
BulkSynchACC.inAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
Withdraws from the space all the tuples matching the given template in
one shot (a single transition step).
|
ITucsonOperation |
BulkAsynchACC.inAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
Withdraws from the space all the tuples matching the given template in
one shot (a single transition step).
|
ITucsonOperation |
OrdinarySynchACC.inp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
inp Linda primitive, retrieves the specified tuple from the
given target tuplecentre. |
ITucsonOperation |
OrdinaryAsynchACC.inp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
inp Linda primitive, retrieves the specified tuple in the
given target tuplecentre. |
ITucsonOperation |
OrdinarySynchACC.no(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
no TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
OrdinaryAsynchACC.no(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
no TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
BulkSynchACC.noAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
Checks absence from the space of any tuples matching the given template
in one shot (a single transition step).
|
ITucsonOperation |
BulkAsynchACC.noAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
Checks absence from the space of any tuples matching the given template
in one shot (a single transition step).
|
ITucsonOperation |
OrdinarySynchACC.nop(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
nop TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
OrdinaryAsynchACC.nop(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
nop TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
OrdinarySynchACC.out(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
out Linda primitive, inserts the specified tuple in the
given target tuplecentre. |
ITucsonOperation |
OrdinaryAsynchACC.out(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
out Linda primitive, inserts the specified tuple in the
given target tuplecentre. |
ITucsonOperation |
BulkSynchACC.outAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
Inject in the space a list of tuples in one shot (a single transition
step).
|
ITucsonOperation |
BulkAsynchACC.outAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
Inject in the space a list of tuples in one shot (a single transition
step).
|
ITucsonOperation |
OrdinarySynchACC.rd(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
rd Linda primitive, reads (w/o removing) the specified tuple
from the given target tuplecentre. |
ITucsonOperation |
OrdinaryAsynchACC.rd(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
rd Linda primitive, reads (w/o removing) the specified tuple
from the given target tuplecentre. |
ITucsonOperation |
BulkSynchACC.rdAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
Reads from the space all the tuples matching the given template in one
shot (a single transition step).
|
ITucsonOperation |
BulkAsynchACC.rdAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
Reads from the space all the tuples matching the given template in one
shot (a single transition step).
|
ITucsonOperation |
OrdinarySynchACC.rdp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
rdp Linda primitive, reads (w/o removing) the specified
tuple from the given target tuplecentre. |
ITucsonOperation |
OrdinaryAsynchACC.rdp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
rdp Linda primitive, reads (w/o removing) the specified
tuple in the given target tuplecentre. |
ITucsonOperation |
OrdinarySynchACC.set(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
set TuCSoN primitive, to replace all the tuples in the given
target tuplecentre with that specified in the given list. |
ITucsonOperation |
OrdinaryAsynchACC.set(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
set TuCSoN primitive, to replace all the tuples in the given
target tuplecentre with that specified in the given list. |
ITucsonOperation |
OrdinarySynchACC.spawn(TupleCentreId tid,
Tuple toSpawn,
java.lang.Long timeout)
spawn TuCSoN primitive, starts a parallel computational
activity within the target node. |
ITucsonOperation |
OrdinaryAsynchACC.spawn(TupleCentreId tid,
Tuple toSpawn,
TucsonOperationCompletionListener l)
spawn TuCSoN primitive, starts a parallel computational
activity within the target node. |
ITucsonOperation |
UniformSynchACC.uin(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
uin TuCSoN primitive, retrieves the specified tuple from the
given target tuplecentre. |
ITucsonOperation |
UniformAsynchACC.uin(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
uin TuCSoN primitive, retrieves the specified tuple from the
given target tuplecentre. |
ITucsonOperation |
UniformSynchACC.uinp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
uinp TuCSoN primitive, retrieves the specified tuple from
the given target tuplecentre. |
ITucsonOperation |
UniformAsynchACC.uinp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
uinp TuCSoN primitive, retrieves the specified tuple in the
given target tuplecentre. |
ITucsonOperation |
UniformSynchACC.uno(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
uno TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
UniformAsynchACC.uno(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
uno TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
UniformSynchACC.unop(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
unop TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
UniformAsynchACC.unop(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
unop TuCSoN primitive, checks absence of the specified tuple
in the given target tuplecentre. |
ITucsonOperation |
UniformSynchACC.urd(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
urd TuCSoN primitive, reads (w/o removing) the specified
tuple from the given target tuplecentre. |
ITucsonOperation |
UniformAsynchACC.urd(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
urd TuCSoN primitive, reads (w/o removing) the specified
tuple from the given target tuplecentre. |
ITucsonOperation |
UniformSynchACC.urdp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout)
urdp TuCSoN primitive, reads (w/o removing) the specified
tuple from the given target tuplecentre. |
ITucsonOperation |
UniformAsynchACC.urdp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l)
urdp TuCSoN primitive, reads (w/o removing) the specified
tuple in the given target tuplecentre. |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Tuple> |
SetEventSetMsg.getEventWnSet() |
java.util.List<? extends Tuple> |
SetTupleSetMsg.getTupleSet() |
Modifier and Type | Method and Description |
---|---|
void |
InspectorContextStub.setEventSet(java.util.List<Tuple> wset) |
void |
InspectorContext.setEventSet(java.util.List<Tuple> tset)
sets the entire content of the event set
|
void |
SetEventSetMsg.setEventWnSet(java.util.List<? extends Tuple> set) |
void |
SetTupleSetMsg.setTupleSet(java.util.List<? extends Tuple> set) |
void |
InspectorContextStub.setTupleSet(java.util.List<Tuple> tset) |
void |
InspectorContext.setTupleSet(java.util.List<Tuple> tset)
sets the entire content of the tuple set
|
Constructor and Description |
---|
SetEventSetMsg(TucsonAgentId id,
java.util.List<? extends Tuple> ts) |
SetTupleSetMsg(TucsonAgentId id,
java.util.List<? extends Tuple> ts) |
Modifier and Type | Method and Description |
---|---|
Tuple |
TucsonOperation.getJTupleArgument() |
Tuple |
TucsonOperation.getJTupleResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tuple> |
TucsonOperation.getJTupleListResult() |
Modifier and Type | Method and Description |
---|---|
void |
TucsonNodeService.disablePersistency(Tuple template) |
ITucsonOperation |
OperationHandler.doBlockingOperation(TucsonAgentId aid,
int type,
java.lang.Object tid,
Tuple t,
java.lang.Long ms)
Private method that takes in charge execution of all the Synchronous
primitives listed above.
|
ITucsonOperation |
OperationHandler.doNonBlockingOperation(TucsonAgentId aid,
int type,
java.lang.Object tid,
Tuple t,
TucsonOperationCompletionListener l)
Private method that takes in charge execution of all the Asynchronous
primitives listed above.
|
protected ITucsonOperation |
OperationHandler.doOperation(TucsonAgentId aid,
TucsonTupleCentreId tcid,
int type,
Tuple t,
TucsonOperationCompletionListener l)
This method is the real responsible of TuCSoN operations execution.
|
void |
TucsonNodeService.enablePersistency(Tuple template) |
ITucsonOperation |
ACCProxyAgentSide.in(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.in(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.inAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.inAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
void |
ObservationService.inCompleted(TupleCentreId tid,
IId id,
Tuple t) |
ITucsonOperation |
ACCProxyAgentSide.inp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.inp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
void |
ObservationService.inpCompleted(TupleCentreId tid,
IId id,
Tuple t) |
ITucsonOperation |
ACCProxyAgentSide.no(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.no(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.noAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.noAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.nop(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.nop(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.out(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.out(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.outAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.outAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
void |
ObservationService.outRequested(TupleCentreId tid,
IId id,
Tuple t) |
ITucsonOperation |
ACCProxyAgentSide.rd(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.rd(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.rdAll(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.rdAll(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
void |
ObservationService.rdCompleted(TupleCentreId tid,
IId id,
Tuple t) |
ITucsonOperation |
ACCProxyAgentSide.rdp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.rdp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
void |
ObservationService.rdpCompleted(TupleCentreId tid,
IId id,
Tuple t) |
ITucsonOperation |
ACCProxyAgentSide.set(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.set(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.spawn(TupleCentreId tid,
Tuple toSpawn,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.spawn(TupleCentreId tid,
Tuple toSpawn,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.uin(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.uin(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.uinp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.uinp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.uno(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.uno(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.unop(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.unop(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.urd(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.urd(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
ITucsonOperation |
ACCProxyAgentSide.urdp(TupleCentreId tid,
Tuple tuple,
java.lang.Long timeout) |
ITucsonOperation |
ACCProxyAgentSide.urdp(TupleCentreId tid,
Tuple tuple,
TucsonOperationCompletionListener l) |
Constructor and Description |
---|
TucsonNodeService(java.lang.String conf,
int portNumber,
Tuple persistTempl) |
TucsonOperation(int type,
Tuple t,
OperationCompletionListener l,
OperationHandler ctx) |
Modifier and Type | Interface and Description |
---|---|
interface |
TupleTemplate
Flag interface representing tuple templates.
|
Modifier and Type | Method and Description |
---|---|
Tuple |
ITupleCentreOperation.getTupleArgument() |
Tuple |
ITupleCentreOperation.getTupleResult() |
Tuple |
ITCCycleResult.getTupleResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tuple> |
ITupleCentreOperation.getTupleListArgument() |
java.util.List<Tuple> |
ITupleCentreOperation.getTupleListResult() |
java.util.List<Tuple> |
ITCCycleResult.getTupleListResult() |
Modifier and Type | Method and Description |
---|---|
void |
ObservableEventListener.inCompleted(TupleCentreId tid,
IId id,
Tuple t) |
void |
ObservableEventListener.inpCompleted(TupleCentreId tid,
IId id,
Tuple t) |
boolean |
TupleTemplate.match(Tuple t)
specifies if the tuple template matches the tuple, or rather if tuples
belongs to the set identified by the template.
|
void |
ObservableEventListener.outRequested(TupleCentreId tid,
IId id,
Tuple t) |
boolean |
TupleTemplate.propagate(Tuple t)
tries to change the tuple template object and the tuple argument in order
to meld information
|
void |
ObservableEventListener.rdCompleted(TupleCentreId tid,
IId id,
Tuple t) |
void |
ObservableEventListener.rdpCompleted(TupleCentreId tid,
IId id,
Tuple t) |
void |
ITCCycleResult.setTupleResult(Tuple res) |
Modifier and Type | Method and Description |
---|---|
void |
ITCCycleResult.setTupleListResult(java.util.List<Tuple> resList) |
Modifier and Type | Method and Description |
---|---|
Tuple |
AbstractTupleCentreOperation.getPredicate() |
Tuple |
AbstractTupleCentreOperation.getPrimitive() |
Tuple |
AbstractEvent.getTuple() |
Tuple |
AbstractTupleCentreOperation.getTupleArgument() |
Tuple |
TCCycleResult.getTupleResult() |
Tuple |
AbstractTupleCentreOperation.getTupleResult() |
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
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Tuple> |
AbstractTupleCentreVMContext.addListTuple(Tuple t) |
abstract java.util.List<Tuple> |
AbstractTupleCentreVMContext.getAllTuples()
Gets all the tuples of the tuple centre
|
abstract java.util.Iterator<? extends Tuple> |
AbstractTupleCentreVMContext.getSpecTupleSetIterator() |
java.util.List<Tuple> |
AbstractTupleCentreOperation.getTupleListArgument() |
java.util.List<Tuple> |
TCCycleResult.getTupleListResult() |
java.util.List<Tuple> |
AbstractTupleCentreOperation.getTupleListResult() |
abstract java.util.Iterator<? extends Tuple> |
AbstractTupleCentreVMContext.getTupleSetIterator()
Gets an iterator over the tuple set (T)
|
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
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Tuple> |
AbstractTupleCentreVMContext.addListTuple(Tuple t) |
abstract void |
AbstractTupleCentreVMContext.addSpecTuple(Tuple t)
Adds a tuple to the specification tuple set
|
abstract void |
AbstractTupleCentreVMContext.addTuple(Tuple t,
boolean u)
Adds a tuple to the tuple set (T)
|
void |
TCCycleResult.setTupleResult(Tuple res) |
void |
AbstractTupleCentreOperation.setTupleResult(Tuple t) |
abstract boolean |
AbstractTupleCentreVMContext.spawnActivity(Tuple t,
IId owner,
IId targetTC) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractTupleCentreVMContext.setAllSpecTuples(java.util.List<Tuple> tupleList) |
abstract void |
AbstractTupleCentreVMContext.setAllTuples(java.util.List<Tuple> tupleList)
Gets all the tuples of the tuple centre
|
void |
TCCycleResult.setTupleListResult(java.util.List<Tuple> res) |
void |
AbstractTupleCentreOperation.setTupleListResult(java.util.List<Tuple> t) |
Constructor and Description |
---|
AbstractTupleCentreOperation(int ty,
Tuple t) |
AbstractTupleCentreOperation(int ty,
Tuple t,
OperationCompletionListener l) |
Constructor and Description |
---|
AbstractTupleCentreOperation(int t,
java.util.List<Tuple> tupleList) |
AbstractTupleCentreOperation(int t,
java.util.List<Tuple> tupleList,
OperationCompletionListener l) |
Modifier and Type | Interface and Description |
---|---|
interface |
IJTuple |
interface |
IJTupleTemplate |
Modifier and Type | Class and Description |
---|---|
class |
JTuple |
class |
JTupleTemplate |
Modifier and Type | Method and Description |
---|---|
boolean |
JTupleTemplate.match(Tuple t) |
boolean |
JTupleTemplate.propagate(Tuple t) |