Modifier and Type | Method and Description |
---|---|
static LogicTuple |
LogicTuple.parse(java.lang.String st)
Static service to get a Logic tuple from a textual representation
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LogicMatchingEngine.match(LogicTuple tupleA,
LogicTuple tupleB)
Tests if the given arguments matches according to tuProlog matching rules
for LogicTuples
No unification (a la tuProlog) is performed
|
static boolean |
LogicMatchingEngine.propagate(LogicTuple tupleA,
LogicTuple tupleB)
Tries to perform unification (a la tuProlog)
|
Modifier and Type | Method and Description |
---|---|
LogicTuple |
IRespectOperation.getLogicTupleArgument()
Gets the argument of the operation
|
LogicTuple |
IRespectOperation.getLogicTupleResult()
Gets the result of the operation,
|
LogicTuple[] |
IManagementContext.getTRSet(LogicTuple filter)
Gets current content of the triggered reactions in terms of logic tuples
|
LogicTuple[] |
IManagementContext.getTSet(LogicTuple filter)
Gets current content of the tuple set
|
LogicTuple |
IOrdinarySynchInterface.in(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.in(IId id,
LogicTuple t,
long ms) |
LogicTuple |
ITimedContext.inAll(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.inp(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.inp(IId id,
LogicTuple t,
long ms) |
LogicTuple |
ISpecificationSynchInterface.inpS(AgentId aid,
LogicTuple t) |
LogicTuple |
ISpecificationSynchInterface.inS(AgentId aid,
LogicTuple t) |
LogicTuple |
IOrdinarySynchInterface.no(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.no(IId id,
LogicTuple t,
long ms) |
LogicTuple |
ITimedContext.noAll(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.nop(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.nop(IId id,
LogicTuple t,
long ms) |
LogicTuple |
ISpecificationSynchInterface.nopS(AgentId aid,
LogicTuple t) |
LogicTuple |
ISpecificationSynchInterface.noS(AgentId aid,
LogicTuple t) |
LogicTuple |
IOrdinarySynchInterface.rd(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.rd(IId id,
LogicTuple t,
long ms) |
LogicTuple |
ITimedContext.rdAll(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.rdp(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.rdp(IId id,
LogicTuple t,
long ms) |
LogicTuple |
ISpecificationSynchInterface.rdpS(AgentId aid,
LogicTuple t) |
LogicTuple |
ISpecificationSynchInterface.rdS(AgentId aid,
LogicTuple t) |
LogicTuple |
IOrdinarySynchInterface.spawn(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.spawn(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.uin(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.uin(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.uinp(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.uinp(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.uno(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.uno(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.unop(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.unop(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.urd(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.urd(IId id,
LogicTuple t,
long ms) |
LogicTuple |
IOrdinarySynchInterface.urdp(IId aid,
LogicTuple t) |
LogicTuple |
ITimedContext.urdp(IId id,
LogicTuple t,
long ms) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicTuple> |
IOrdinarySynchInterface.get(IId aid) |
java.util.List<LogicTuple> |
ITimedContext.get(IId id,
long ms) |
java.util.List<LogicTuple> |
IRespectOperation.getLogicTupleListResult()
Gets the results of a get operation
|
java.util.List<LogicTuple> |
ISpecificationSynchInterface.getS(IId aid) |
java.util.List<LogicTuple> |
IOrdinarySynchInterface.inAll(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
IOrdinarySynchInterface.noAll(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
IOrdinarySynchInterface.outAll(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
IOrdinarySynchInterface.rdAll(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
IOrdinarySynchInterface.set(IId aid,
LogicTuple tupleList) |
java.util.List<LogicTuple> |
ITimedContext.set(IId id,
LogicTuple t,
long ms) |
java.util.List<LogicTuple> |
ISpecificationSynchInterface.setS(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
ISpecificationSynchInterface.setS(IId aid,
RespectSpecification spec) |
Modifier and Type | Method and Description |
---|---|
void |
IManagementContext.setWSet(java.util.List<LogicTuple> wSet)
Sets current content of the query set in terms of logic tuples
|
Modifier and Type | Method and Description |
---|---|
static LogicTuple |
RespectVMContext.checkReactionSpec(java.lang.String spec)
Static services that checks if a source text contains a valid ReSpecT
specification
|
LogicTuple |
InternalOperation.getArgument() |
LogicTuple |
RespectOperation.getLogicTupleArgument() |
LogicTuple |
RespectOperation.getLogicTupleResult() |
LogicTuple |
TupleSet.getMatchingTuple(LogicTuple templ) |
LogicTuple |
InternalOperation.getResult() |
LogicTuple[] |
RespectVMContext.getTRSet() |
LogicTuple[] |
RespectVM.getTRSet() |
LogicTuple[] |
ManagementContext.getTRSet(LogicTuple t) |
LogicTuple[] |
RespectVMContext.getTSet(LogicTuple filter) |
LogicTuple[] |
RespectVM.getTSet(LogicTuple filter) |
LogicTuple[] |
ManagementContext.getTSet(LogicTuple t) |
LogicTuple |
OrdinarySynchInterface.in(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.in(IId id,
LogicTuple t,
long ms) |
LogicTuple |
TimedContext.inAll(IId aid,
LogicTuple t,
long ms) |
LogicTuple |
OrdinarySynchInterface.inp(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.inp(IId id,
LogicTuple t,
long ms) |
LogicTuple |
SpecificationSynchInterface.inpS(AgentId id,
LogicTuple t) |
LogicTuple |
SpecificationSynchInterface.inS(AgentId id,
LogicTuple t) |
LogicTuple |
OrdinarySynchInterface.no(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.no(IId id,
LogicTuple t,
long ms) |
LogicTuple |
TimedContext.noAll(IId aid,
LogicTuple t,
long ms) |
LogicTuple |
OrdinarySynchInterface.nop(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.nop(IId id,
LogicTuple t,
long ms) |
LogicTuple |
SpecificationSynchInterface.nopS(AgentId id,
LogicTuple t) |
LogicTuple |
SpecificationSynchInterface.noS(AgentId id,
LogicTuple t) |
LogicTuple |
OrdinarySynchInterface.rd(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.rd(IId id,
LogicTuple t,
long ms) |
LogicTuple |
TimedContext.rdAll(IId aid,
LogicTuple t,
long ms) |
LogicTuple |
OrdinarySynchInterface.rdp(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.rdp(IId id,
LogicTuple t,
long ms) |
LogicTuple |
SpecificationSynchInterface.rdpS(AgentId id,
LogicTuple t) |
LogicTuple |
SpecificationSynchInterface.rdS(AgentId id,
LogicTuple t) |
LogicTuple |
TupleSet.readMatchingTuple(LogicTuple templ) |
LogicTuple |
OrdinarySynchInterface.spawn(IId aid,
LogicTuple t) |
LogicTuple |
TimedContext.spawn(IId aid,
LogicTuple t,
long ms) |
LogicTuple[] |
TupleSet.toArray() |
LogicTuple |
RespectOperation.toTuple() |
LogicTuple |
InternalOperation.toTuple() |
LogicTuple |
OrdinarySynchInterface.uin(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.uin(IId id,
LogicTuple t,
long ms) |
LogicTuple |
OrdinarySynchInterface.uinp(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.uinp(IId id,
LogicTuple t,
long ms) |
protected LogicTuple |
RootInterface.unify(TupleTemplate template,
Tuple tuple) |
LogicTuple |
OrdinarySynchInterface.uno(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.uno(IId id,
LogicTuple t,
long ms) |
LogicTuple |
OrdinarySynchInterface.unop(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.unop(IId id,
LogicTuple t,
long ms) |
LogicTuple |
OrdinarySynchInterface.urd(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.urd(IId id,
LogicTuple t,
long ms) |
LogicTuple |
OrdinarySynchInterface.urdp(IId id,
LogicTuple t) |
LogicTuple |
TimedContext.urdp(IId id,
LogicTuple t,
long ms) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicTuple> |
OrdinarySynchInterface.get(IId aid) |
java.util.List<LogicTuple> |
TimedContext.get(IId aid,
long ms) |
java.util.Iterator<LogicTuple> |
TupleSet.getIterator() |
java.util.List<LogicTuple> |
RespectOperation.getLogicTupleListResult() |
java.util.List<LogicTuple> |
SpecificationSynchInterface.getS(IId aid) |
java.util.Iterator<LogicTuple> |
RespectVMContext.getSpecTupleSetIterator() |
java.util.Iterator<LogicTuple> |
RespectVMContext.getTupleSetIterator() |
java.util.List<LogicTuple> |
OrdinarySynchInterface.inAll(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
OrdinarySynchInterface.noAll(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
OrdinarySynchInterface.outAll(IId id,
LogicTuple t) |
java.util.List<LogicTuple> |
OrdinarySynchInterface.rdAll(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
OrdinarySynchInterface.set(IId aid,
LogicTuple tuple) |
java.util.List<LogicTuple> |
TimedContext.set(IId aid,
LogicTuple t,
long ms) |
java.util.List<LogicTuple> |
SpecificationSynchInterface.setS(IId aid,
LogicTuple t) |
java.util.List<LogicTuple> |
SpecificationSynchInterface.setS(IId aid,
RespectSpecification spec) |
Modifier and Type | Method and Description |
---|---|
void |
RespectVMContext.setWSet(java.util.List<LogicTuple> set) |
void |
RespectVM.setWSet(java.util.List<LogicTuple> wSet) |
void |
ManagementContext.setWSet(java.util.List<LogicTuple> wSet) |
Modifier and Type | Field and Description |
---|---|
protected DoubleKeyMVMap<java.lang.String,java.lang.String,LogicTuple> |
AbstractTupleSet.tuples |
Modifier and Type | Method and Description |
---|---|
LogicTuple |
ITupleSet.getMatchingTuple(LogicTuple templ) |
LogicTuple |
AbstractTupleSet.getMatchingTuple(LogicTuple templ) |
LogicTuple |
AbstractTupleSet.LTEntry.getValue() |
LogicTuple |
ITupleSet.readMatchingTuple(LogicTuple templ) |
LogicTuple |
AbstractTupleSet.readMatchingTuple(LogicTuple templ) |
LogicTuple[] |
ITupleSet.toArray() |
LogicTuple[] |
AbstractTupleSet.toArray() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<LogicTuple> |
ITupleSet.getIterator() |
java.util.Iterator<LogicTuple> |
AbstractTupleSet.getIterator() |
Modifier and Type | Method and Description |
---|---|
void |
ITupleSet.add(LogicTuple t)
Add a logic tuple to tuple set.
|
void |
AbstractTupleSet.add(LogicTuple t) |
LogicTuple |
ITupleSet.getMatchingTuple(LogicTuple templ) |
LogicTuple |
AbstractTupleSet.getMatchingTuple(LogicTuple templ) |
java.lang.String |
TupleSetSpec.getTupleKey1(LogicTuple t) |
java.lang.String |
TupleSetCoord.getTupleKey1(LogicTuple t)
Return the first level key.
|
protected abstract java.lang.String |
AbstractTupleSet.getTupleKey1(LogicTuple t) |
java.lang.String |
TupleSetSpec.getTupleKey2(LogicTuple t) |
java.lang.String |
TupleSetCoord.getTupleKey2(LogicTuple t)
Returns the second level key.
|
protected abstract java.lang.String |
AbstractTupleSet.getTupleKey2(LogicTuple t) |
LogicTuple |
ITupleSet.readMatchingTuple(LogicTuple templ) |
LogicTuple |
AbstractTupleSet.readMatchingTuple(LogicTuple templ) |
void |
ITupleSet.remove(LogicTuple t)
Remove a logic tuple from tuple set.
|
void |
AbstractTupleSet.remove(LogicTuple t) |
Modifier and Type | Method and Description |
---|---|
LogicTuple |
ITucsonOperation.getLogicTupleArgument()
Gets the tuple argument used in the operation.
|
LogicTuple |
ITucsonOperation.getLogicTupleResult()
Gets the tuple returned as the result of the requested operation.
|
protected LogicTuple |
AbstractSpawnActivity.in(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.inp(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.no(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.nop(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.out(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.rd(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.rdp(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.uin(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.uinp(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.uno(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.unop(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.urd(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.urdp(LogicTuple tuple) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicTuple> |
ITucsonOperation.getLogicTupleListResult()
Gets the list of tuples returned as the result of the requested
operation.
|
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.inAll(LogicTuple tuple) |
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.noAll(LogicTuple tuple) |
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.outAll(LogicTuple tuple) |
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.rdAll(LogicTuple tuple) |
Modifier and Type | Method and Description |
---|---|
protected LogicTuple |
AbstractSpawnActivity.in(LogicTuple tuple) |
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.inAll(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.inp(LogicTuple tuple) |
ITucsonOperation |
SpecificationSynchACC.inpS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
java.lang.Long timeout)
inp_s specification primitive, retrieves a ReSpecT Reaction
Specification from the given target tuplecentre specification space. |
ITucsonOperation |
SpecificationAsynchACC.inpS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
TucsonOperationCompletionListener l)
inp_s specification primitive, retrieves a ReSpecT Reaction
Specification from the given target tuplecentre specification space. |
ITucsonOperation |
SpecificationSynchACC.inS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
java.lang.Long timeout)
in_s specification primitive, retrieves a ReSpecT Reaction
Specification from the given target tuplecentre specification space. |
ITucsonOperation |
SpecificationAsynchACC.inS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
TucsonOperationCompletionListener l)
in_s specification primitive, retrieves a ReSpecT Reaction
Specification from the given target tuplecentre specification space. |
protected LogicTuple |
AbstractSpawnActivity.no(LogicTuple tuple) |
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.noAll(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.nop(LogicTuple tuple) |
ITucsonOperation |
SpecificationSynchACC.nopS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
java.lang.Long timeout)
nop_s specification primitive, checks absence of the a
ReSpecT Reaction in the given target tuplecentre specification space. |
ITucsonOperation |
SpecificationAsynchACC.nopS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
TucsonOperationCompletionListener l)
nop_s specification primitive, checks absence of the a
ReSpecT Reaction in the given target tuplecentre specification space. |
ITucsonOperation |
SpecificationSynchACC.noS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
java.lang.Long timeout)
no_s specification primitive, checks absence of the a
ReSpecT Reaction in the given target tuplecentre specification space. |
ITucsonOperation |
SpecificationAsynchACC.noS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
TucsonOperationCompletionListener l)
no_s specification primitive, checks absence of the a
ReSpecT Reaction in the given target tuplecentre specification space. |
protected LogicTuple |
AbstractSpawnActivity.out(LogicTuple tuple) |
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.outAll(LogicTuple tuple) |
ITucsonOperation |
SpecificationSynchACC.outS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
java.lang.Long timeout)
out_s specification primitive, adds the ReSpecT Reaction
Specification in the given target tuplecentre specification space. |
ITucsonOperation |
SpecificationAsynchACC.outS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
TucsonOperationCompletionListener l)
out_s specification primitive, adds the ReSpecT Reaction
Specification in the given target tuplecentre specification space. |
protected LogicTuple |
AbstractSpawnActivity.rd(LogicTuple tuple) |
protected java.util.List<LogicTuple> |
AbstractSpawnActivity.rdAll(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.rdp(LogicTuple tuple) |
ITucsonOperation |
SpecificationSynchACC.rdpS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
java.lang.Long timeout)
rdp_s specification primitive, reads (w/o removing) a
ReSpecT Reaction Specification from the given target tuplecentre
specification space. |
ITucsonOperation |
SpecificationAsynchACC.rdpS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
TucsonOperationCompletionListener l)
rdp_s specification primitive, reads (w/o removing) a
ReSpecT Reaction Specification from the given target tuplecentre
specification space. |
ITucsonOperation |
SpecificationSynchACC.rdS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
java.lang.Long timeout)
in_s specification primitive, reads (w/o removing) a ReSpecT
Reaction Specification from the given target tuplecentre specification
space. |
ITucsonOperation |
SpecificationAsynchACC.rdS(TupleCentreId tid,
LogicTuple event,
LogicTuple guards,
LogicTuple reactionBody,
TucsonOperationCompletionListener l)
rd_s specification primitive, reads (w/o removing) a ReSpecT
Reaction Specification from the given target tuplecentre specification
space. |
ITucsonOperation |
SpecificationSynchACC.setS(TupleCentreId tid,
LogicTuple spec,
java.lang.Long timeout)
set_s specification primitive, to replace all the ReSpecT
specification tuples in the given target tuplecentre specification space
with that specified in the given tuple. |
ITucsonOperation |
SpecificationAsynchACC.setS(TupleCentreId tid,
LogicTuple spec,
TucsonOperationCompletionListener l)
set_s specification primitive, to replace all the ReSpecT
specification tuples in the given target tuplecentre specification space
with that specified in the given tuple. |
protected LogicTuple |
AbstractSpawnActivity.uin(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.uinp(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.uno(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.unop(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.urd(LogicTuple tuple) |
protected LogicTuple |
AbstractSpawnActivity.urdp(LogicTuple tuple) |
Modifier and Type | Field and Description |
---|---|
protected LogicTuple |
AbstractTucsonSpecificationAction.event
The tuples representing, respectively, the event, guards and body of a
ReSpecT specification tuple
|
protected LogicTuple |
AbstractTucsonSpecificationAction.guards
The tuples representing, respectively, the event, guards and body of a
ReSpecT specification tuple
|
protected LogicTuple |
AbstractTucsonSpecificationAction.reaction
The tuples representing, respectively, the event, guards and body of a
ReSpecT specification tuple
|
protected LogicTuple |
AbstractTucsonOrdinaryAction.tuple
The tuple argument of the operation
|
Constructor and Description |
---|
AbstractTucsonOrdinaryAction(TucsonTupleCentreId tc,
LogicTuple t)
Builds a TuCSoN action whose target is the given tuple centre and whose
argument is the given tuple
|
AbstractTucsonSpecificationAction(TucsonTupleCentreId t,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds a TuCSoN action whose target is the given tuple centre and whose
argument is the given ReSpecT specification tuple
|
Constructor and Description |
---|
In(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
in action given its target tuple centre and its
tuple argument |
Inp(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
inp action given its target tuple centre and
its tuple argument |
No(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
no action given its target tuple centre and its
tuple argument |
Nop(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
nop action given its target tuple centre and
its tuple argument |
Out(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
out action given its target tuple centre and
its tuple argument |
Rd(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
rd action given its target tuple centre and its
tuple argument |
Rdp(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
rdp action given its target tuple centre and
its tuple argument |
Set(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
set action given its target tuple centre and
its tuple argument |
Spawn(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
spawn action given its target tuple centre and
its tuple argument |
Constructor and Description |
---|
InAll(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
in_all action given its target tuple centre and
its tuple argument |
NoAll(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
no_all action given its target tuple centre and
its tuple argument |
OutAll(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
out_all action given its target tuple centre
and its tuple argument |
RdAll(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
rd_all action given its target tuple centre and
its tuple argument |
Constructor and Description |
---|
Uin(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
uin action given its target tuple centre and
its tuple argument |
Uinp(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
uin action given its target tuple centre and
its tuple argument |
Uno(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
uno action given its target tuple centre and
its tuple argument |
Unop(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
uno action given its target tuple centre and
its tuple argument |
Urd(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
urd action given its target tuple centre and
its tuple argument |
Urdp(TucsonTupleCentreId tc,
LogicTuple t)
Builds the TuCSoN
urdp action given its target tuple centre and
its tuple argument |
Constructor and Description |
---|
InpS(TucsonTupleCentreId tc,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds the TuCSoN
inp_s action given its target tuple centre |
InS(TucsonTupleCentreId tc,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds the TuCSoN
in_s action given its target tuple centre |
NopS(TucsonTupleCentreId tc,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds the TuCSoN
nop_s action given its target tuple centre |
NoS(TucsonTupleCentreId tc,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds the TuCSoN
no_s action given its target tuple centre |
OutS(TucsonTupleCentreId tc,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds the TuCSoN
out_s action given its target tuple centre |
RdpS(TucsonTupleCentreId tc,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds the TuCSoN
rdp_s action given its target tuple centre |
RdS(TucsonTupleCentreId tc,
LogicTuple e,
LogicTuple g,
LogicTuple r)
Builds the TuCSoN
rd_s action given its target tuple centre |
SetS(TucsonTupleCentreId tc,
LogicTuple spec)
Builds the TuCSoN
set_s action given its target tuple centre |
Modifier and Type | Method and Description |
---|---|
LogicTuple |
WSetEvent.getOp() |
LogicTuple |
InspectorProtocol.getTsetFilter() |
LogicTuple |
InspectorProtocol.getWsetFilter() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicTuple> |
InspectorContextEvent.getTuples() |
Modifier and Type | Method and Description |
---|---|
void |
WSetEvent.setOp(LogicTuple o) |
void |
InspectorProtocol.setTsetFilter(LogicTuple filter) |
void |
InspectorProtocol.setWsetFilter(LogicTuple filter) |
Modifier and Type | Method and Description |
---|---|
void |
InspectorContextEvent.setTuples(java.util.List<LogicTuple> t) |
Constructor and Description |
---|
WSetEvent(LogicTuple lt,
IId s,
IId t) |
Modifier and Type | Field and Description |
---|---|
protected LogicTuple |
InspectorCore.logOpFilter
template filtering pending queries logging
|
protected LogicTuple |
InspectorCore.logTupleFilter
template filtering tuples logging
|
Modifier and Type | Method and Description |
---|---|
LogicTuple |
TucsonMsgRequest.getTuple() |
LogicTuple |
TucsonMsgReply.getTupleRequested() |
Constructor and Description |
---|
TucsonMsgReply(long i,
int t,
boolean a,
boolean s,
boolean ok,
LogicTuple req,
java.lang.Object res) |
TucsonMsgRequest(long i,
int ty,
java.lang.String stcid,
LogicTuple t) |
Constructor and Description |
---|
RespectReactionParser(LogicTuple lt) |
Modifier and Type | Method and Description |
---|---|
void |
PersistencyXML.writeUpdate(LogicTuple update,
RespectVMContext.ModType mode) |
Modifier and Type | Method and Description |
---|---|
static LogicTuple |
TucsonAuthorisedAgent.asLogicTuple(AuthorisedAgent agent) |
Modifier and Type | Method and Description |
---|---|
LogicTuple |
TucsonOperation.getLogicTupleArgument() |
LogicTuple |
TucsonOperation.getLogicTupleResult() |
LogicTuple |
TucsonOpCompletionEvent.getTuple() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicTuple> |
TucsonOperation.getLogicTupleListResult() |
java.util.List<LogicTuple> |
TucsonOpCompletionEvent.getTupleList() |
Modifier and Type | Method and Description |
---|---|
void |
TucsonOperation.setLogicTupleListResult(java.util.List<LogicTuple> tl) |
Constructor and Description |
---|
TucsonOpCompletionEvent(TucsonOpId id,
boolean a,
boolean s,
boolean resOk,
LogicTuple t) |
Constructor and Description |
---|
TucsonOpCompletionEvent(TucsonOpId id,
boolean a,
boolean s,
boolean resOk,
java.util.List<LogicTuple> tl) |
Modifier and Type | Method and Description |
---|---|
static LogicTuple |
JTuplesEngine.toLogicTuple(IJTuple tuple) |
static LogicTuple |
JTuplesEngine.toLogicTuple(IJTupleTemplate template) |
Modifier and Type | Method and Description |
---|---|
static boolean |
JTuplesEngine.isTemplate(LogicTuple lt) |
static IJTuple |
JTuplesEngine.toJavaTuple(LogicTuple tuple) |
static IJTupleTemplate |
JTuplesEngine.toJavaTupleTemplate(LogicTuple template) |