|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableCtx | |
---|---|
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.rt |
Uses of VariableCtx in gov.nasa.arc.brahms.common.rt |
---|
Methods in gov.nasa.arc.brahms.common.rt that return VariableCtx | |
---|---|
VariableCtx |
IFrameCtx.getBinding(Variable var)
Returns the binding for the specified variable. |
VariableCtx |
FrameCtx.getBinding(Variable var)
Returns the binding for the specified variable. |
VariableCtx |
Value.getVariable()
Returns the variable binding this value. |
VariableCtx |
ParameterCtx.getVariable()
Returns the variable assigning the value to this parameter. |
Methods in gov.nasa.arc.brahms.common.rt with parameters of type VariableCtx | |
---|---|
void |
IFrameCtx.addBinding(VariableCtx var)
Adds the specified variable binding to this frame context. |
void |
FrameCtx.addBinding(VariableCtx var)
Adds the specified variable binding to this frame context. |
void |
TransferDefinitionCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this transfer definition. |
void |
ITransferDefinitionCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this transfer definition. |
void |
ICreateObjectActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
ICreateAreaActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
ICreateAgentActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
CreateObjectActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
CreateAreaActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
CreateAgentActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
IConsequenceCtx.addUsedVariable(VariableCtx var)
Adds the specified variable as a variable used by this consequence. |
void |
ConsequenceCtx.addUsedVariable(VariableCtx var)
Adds the specified variable as a variable used by this consequence. |
void |
IFrameCtx.removeBinding(VariableCtx var)
Removes the specified variable binding from this frame context. |
void |
FrameCtx.removeBinding(VariableCtx var)
Removes the specified variable binding from this frame context. |
void |
TransferDefinitionCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this transfer definition. |
void |
ITransferDefinitionCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this transfer definition. |
void |
ICreateObjectActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
ICreateAreaActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
ICreateAgentActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
CreateObjectActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
CreateAreaActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
CreateAgentActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
IConsequenceCtx.removeUsedVariable(VariableCtx var)
Removes the specified variable as a variable used by this consequence. |
void |
ConsequenceCtx.removeUsedVariable(VariableCtx var)
Removes the specified variable as a variable used by this consequence. |
void |
Value.setVariable(VariableCtx var)
Sets the variable binding this value. |
void |
ParameterCtx.setVariable(VariableCtx var)
Sets the variable assigning the value to this parameter. |
Constructors in gov.nasa.arc.brahms.common.rt with parameters of type VariableCtx | |
---|---|
Value(VariableCtx var,
boolean value)
Constructor, creates a new boolean value for the specified variable contex |
|
Value(VariableCtx var,
java.lang.Boolean value)
Constructor, creates a new boolean value for the specified variable contex |
|
Value(VariableCtx var,
java.lang.Byte value)
Constructor, creates a new byte value for the specified variable context |
|
Value(VariableCtx var,
java.lang.Character value)
Constructor, creates a new char value for the specified variable context |
|
Value(VariableCtx var,
double value)
Constructor, creates a new double value for the specified variable context |
|
Value(VariableCtx var,
java.lang.Double value)
Constructor, creates a new double value for the specified variable context |
|
Value(VariableCtx var,
java.lang.Float value)
Constructor, creates a new float value for the specified variable context |
|
Value(VariableCtx var,
IConceptCtx value)
Constructor, creates a new concept value for the specified variable contex |
|
Value(VariableCtx var,
int value)
Constructor, creates a new integer value for the specified variable context |
|
Value(VariableCtx var,
java.lang.Integer value)
Constructor, creates a new integer value for the specified variable context |
|
Value(VariableCtx var,
long value)
Constructor, creates a new long value for the specified variable context |
|
Value(VariableCtx var,
java.lang.Long value)
Constructor, creates a new long value for the specified variable context |
|
Value(VariableCtx var,
java.lang.Object value)
Constructor, creates a new concept value for the specified variable context |
|
Value(VariableCtx var,
java.lang.Short value)
Constructor, creates a new short value for the specified variable context |
|
Value(VariableCtx var,
java.lang.String value,
boolean symbol)
Constructor, creates a new string or symbol value for the specified variable contex |
|
Value(VariableCtx var,
Unknown value)
Constructor, creates an unknown value for the specified variable contex |
Uses of VariableCtx in gov.nasa.arc.brahms.vm.rt |
---|
Subclasses of VariableCtx in gov.nasa.arc.brahms.vm.rt | |
---|---|
class |
VMVariableCtx
The VMVariableCtx maintains information regarding the binding of a variable defined for a frame and bound in a frame context. |
Methods in gov.nasa.arc.brahms.vm.rt with parameters of type VariableCtx | |
---|---|
void |
VMCreateObjectActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
VMCreateAreaActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
VMCreateAgentActivityCtx.addBoundVariable(VariableCtx var)
Adds the specified variable as a variable bound by this activity. |
void |
VMCreateObjectActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
VMCreateAreaActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
void |
VMCreateAgentActivityCtx.removeBoundVariable(VariableCtx var)
Removes the specified variable as a variable bound by this activity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |