|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferDefinitionCtx | |
---|---|
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.rt |
Uses of TransferDefinitionCtx in gov.nasa.arc.brahms.common.rt |
---|
Methods in gov.nasa.arc.brahms.common.rt with parameters of type TransferDefinitionCtx | |
---|---|
void |
BroadcastActivityCtx.addAbout(TransferDefinitionCtx about)
Adds the transfer definition specifying a piece of information that was communicated in the activity. |
void |
BroadcastActivityCtx.removeAbout(TransferDefinitionCtx about)
Removes the transfer definition specifying a piece of information that was communicated in the activity. |
Uses of TransferDefinitionCtx in gov.nasa.arc.brahms.vm.rt |
---|
Subclasses of TransferDefinitionCtx in gov.nasa.arc.brahms.vm.rt | |
---|---|
class |
VMTransferDefinitionCtx
The VMTransferDefinitionCtx is the context for a transfer definition defining in what communication or broadcast activity the transfer took place, the direction of the transfer, the communicated beliefs, the beliefs created by the transfer definition, the parameters used by the transfer definition and the variables bound by this transfer definition. |
Methods in gov.nasa.arc.brahms.vm.rt that return types with arguments of type TransferDefinitionCtx | |
---|---|
java.util.Enumeration<TransferDefinitionCtx> |
VMBroadcastActivityCtx.getAbout()
Returns the transfer definitions specifying the information that was communicated in the activity. |
Methods in gov.nasa.arc.brahms.vm.rt with parameters of type TransferDefinitionCtx | |
---|---|
void |
VMBroadcastActivityCtx.addAbout(TransferDefinitionCtx about)
Adds the transfer definition specifying a piece of information that was communicated in the activity. |
void |
VMBroadcastActivityCtx.removeAbout(TransferDefinitionCtx about)
Removes the transfer definition specifying a piece of information that was communicated in the activity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |