|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableNotBoundException | |
---|---|
gov.nasa.arc.brahms.vm.api.common | |
gov.nasa.arc.brahms.vm.api.jac |
Uses of VariableNotBoundException in gov.nasa.arc.brahms.vm.api.common |
---|
Methods in gov.nasa.arc.brahms.vm.api.common that throw VariableNotBoundException | |
---|---|
boolean |
IVariable.getBooleanValue()
Returns the bound value of the variable. |
byte |
IVariable.getByteValue()
Returns the bound value of the variable. |
char |
IVariable.getCharValue()
Returns the bound value of the variable. |
IConcept |
IVariable.getConceptValue()
Returns the bound value of the variable. |
double |
IVariable.getDoubleValue()
Returns the bound value of the variable. |
float |
IVariable.getFloatValue()
Returns the bound value of the variable. |
int |
IVariable.getIntValue()
Returns the bound value of the variable. |
java.lang.Object |
IVariable.getJavaObjectValue()
Returns the bound value of the variable. |
java.io.Serializable |
IVariable.getJavaValue()
Deprecated. Use getJavaObjectValue instead |
long |
IVariable.getLongValue()
Returns the bound value of the variable. |
short |
IVariable.getShortValue()
Returns the bound value of the variable. |
java.lang.String |
IVariable.getStringValue()
Returns the bound value of the variable. |
java.lang.String |
IVariable.getSymbolValue()
Returns the bound value of the variable. |
IUnknown |
IVariable.getUnknownValue()
Returns the bound value of the variable. |
java.util.Enumeration |
IVariable.getValues()
Returns a list of the values bound to this variable. |
Uses of VariableNotBoundException in gov.nasa.arc.brahms.vm.api.jac |
---|
Methods in gov.nasa.arc.brahms.vm.api.jac that throw VariableNotBoundException | |
---|---|
protected boolean |
AbstractExternalActivity.getParameterBoolean(java.lang.String name)
Returns the boolean value of the parameter with the specified name defined for the external activity. |
protected byte |
AbstractExternalActivity.getParameterByte(java.lang.String name)
Returns the byte value of the parameter with the specified name defined for the external activity. |
protected char |
AbstractExternalActivity.getParameterChar(java.lang.String name)
Returns the character value of the parameter with the specified name defined for the external activity. |
protected IConcept |
AbstractExternalActivity.getParameterConcept(java.lang.String name)
Returns the concept value of the parameter with the specified name defined for the external activity. |
protected double |
AbstractExternalActivity.getParameterDouble(java.lang.String name)
Returns the double value of the parameter with the specified name defined for the external activity. |
protected float |
AbstractExternalActivity.getParameterFloat(java.lang.String name)
Returns the float value of the parameter with the specified name defined for the external activity. |
protected int |
AbstractExternalActivity.getParameterInt(java.lang.String name)
Returns the integer value of the parameter with the specified name defined for the external activity. |
protected java.io.Serializable |
AbstractExternalActivity.getParameterJava(java.lang.String name)
Returns the Java Serializable value of the parameter with the specified name defined for the external activity. |
protected long |
AbstractExternalActivity.getParameterLong(java.lang.String name)
Returns the long value of the parameter with the specified name defined for the external activity. |
protected short |
AbstractExternalActivity.getParameterShort(java.lang.String name)
Returns the short value of the parameter with the specified name defined for the external activity. |
protected java.lang.String |
AbstractExternalActivity.getParameterString(java.lang.String name)
Returns the string value of the parameter with the specified name defined for the external activity. |
protected java.lang.String |
AbstractExternalActivity.getParameterStringOrSymbol(java.lang.String name)
Returns the symbol value of the parameter with the specified name defined for the external activity. |
protected java.lang.String |
AbstractExternalActivity.getParameterSymbol(java.lang.String name)
Returns the symbol value of the parameter with the specified name defined for the external activity. |
protected java.lang.Object |
AbstractExternalActivity.getParameterValue(java.lang.String name)
Generic method to return the value of a parameter as an object. |
protected java.util.List<java.lang.Object> |
AbstractExternalActivity.getParameterValues(java.lang.String name)
Generic method to return the values of a parameter as a list of objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |