Uses of Class
gov.nasa.arc.brahms.vm.api.exceptions.VariableBoundException

Packages that use VariableBoundException
gov.nasa.arc.brahms.vm.api.common   
gov.nasa.arc.brahms.vm.api.jac   
 

Uses of VariableBoundException in gov.nasa.arc.brahms.vm.api.common
 

Methods in gov.nasa.arc.brahms.vm.api.common that throw VariableBoundException
 void IVariable.addValue(boolean value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(byte value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(char value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(double value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(float value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(IConcept value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(int value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(IUnknown value)
          Adds the 'unknown' value to the variable's binding.
 void IVariable.addValue(long value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(java.lang.Object value)
          Adds the specified variable to the variable's binding.
 void IVariable.addValue(java.io.Serializable value)
          Adds the specified variable to the variable's binding.
 void IVariable.addValue(short value)
          Adds the specified value to the variable's binding.
 void IVariable.addValue(java.lang.String value)
          Adds the specified value to the variable's binding.
 void IVariable.setValue(boolean value)
          Binds the variable to the specified value.
 void IVariable.setValue(byte value)
          Binds the variable to the specified value.
 void IVariable.setValue(char value)
          Binds the variable to the specified value.
 void IVariable.setValue(double value)
          Binds the variable to the specified value.
 void IVariable.setValue(float value)
          Binds the variable to the specified value.
 void IVariable.setValue(IConcept value)
          Binds the variable to the specified value.
 void IVariable.setValue(int value)
          Binds the variable to the specified value.
 void IVariable.setValue(IUnknown value)
          Binds the variable to the 'unknown' value.
 void IVariable.setValue(long value)
          Binds the variable to the specified value.
 void IVariable.setValue(java.lang.Object value)
          Binds the variable to the specified value.
 void IVariable.setValue(java.io.Serializable value)
          Binds the variable to the specified value.
 void IVariable.setValue(short value)
          Binds the variable to the specified value.
 void IVariable.setValue(java.lang.String value)
          Binds the variable to the specified value.
 

Uses of VariableBoundException in gov.nasa.arc.brahms.vm.api.jac
 

Methods in gov.nasa.arc.brahms.vm.api.jac that throw VariableBoundException
protected  void AbstractExternalActivity.setParameterBoolean(java.lang.String name, boolean value)
          Sets an output parameter of the activity to a boolean value
protected  void AbstractExternalActivity.setParameterByte(java.lang.String name, byte value)
          Sets an output parameter of the activity to a byte value
protected  void AbstractExternalActivity.setParameterChar(java.lang.String name, char value)
          Sets an output parameter of the activity to a char value
protected  void AbstractExternalActivity.setParameterConcept(java.lang.String name, IConcept value)
          Sets an output parameter of the activity to an IConcept value
protected  void AbstractExternalActivity.setParameterDouble(java.lang.String name, double value)
          Sets an output parameter of the activity to a double value
protected  void AbstractExternalActivity.setParameterFloat(java.lang.String name, float value)
          Sets an output parameter of the activity to a float value
protected  void AbstractExternalActivity.setParameterInt(java.lang.String name, int value)
          Sets an output parameter of the activity to an int value
protected  void AbstractExternalActivity.setParameterJava(java.lang.String name, java.lang.Object value)
          Sets an output parameter of the activity to a Java Object value
protected  void AbstractExternalActivity.setParameterJava(java.lang.String name, java.io.Serializable value)
          Sets an output parameter of the activity to a Java java.io.Serializable value
protected  void AbstractExternalActivity.setParameterLong(java.lang.String name, long value)
          Sets an output parameter of the activity to a long value
protected  void AbstractExternalActivity.setParameterShort(java.lang.String name, short value)
          Sets an output parameter of the activity to a short value
protected  void AbstractExternalActivity.setParameterString(java.lang.String name, java.lang.String value)
          Sets an output parameter of the activity to a String value
protected  void AbstractExternalActivity.setParameterUnknown(java.lang.String name)
          Sets an output parameter of the activity to the unknown value
 



Copyright © 1997-2012 All Rights Reserved.