Uses of Class
gov.nasa.arc.brahms.common.data.Parameter

Packages that use Parameter
gov.nasa.arc.brahms.common.data   
gov.nasa.arc.brahms.vm.data   
gov.nasa.arc.brahms.vm.rt   
 

Uses of Parameter in gov.nasa.arc.brahms.common.data
 

Methods in gov.nasa.arc.brahms.common.data that return Parameter
 Parameter CreateObjectActivity.getActionParameter()
           
 Parameter GestureActivity.getGestureParameter()
          Returns the parameter that specifies the gesture.
 Parameter JavaActivity.getJavaClassParameter()
          Returns the parameter that specifies the name of the class implementing the Java activity.
 Parameter Activity.getParameter(int i)
          Returns the i-th parameter in the activities parameter list if a parameter with that index is declared
 Parameter Activity.getParameter(java.lang.String name)
          Returns the parameter with the specified name if such a parameter is declared for the activity.
 Parameter BroadcastActivity.getTypeParameter()
           
 Parameter JavaActivity.getWhenParameter()
          Returns the parameter indicating when the java code is to be executed, at the start or end of the activity.
 Parameter CreateObjectActivity.getWhenParameter()
           
 Parameter CreateAreaActivity.getWhenParameter()
           
 Parameter CreateAgentActivity.getWhenParameter()
           
 Parameter ContainmentActivity.getWhenParameter()
          Returns the parameter indicating when the pick-up or drop of items is to be executed, at the start or end of the activity.
 Parameter BroadcastActivity.getWhenParameter()
           
 

Methods in gov.nasa.arc.brahms.common.data with parameters of type Parameter
 boolean CreateObjectActivity.addConceptualObject(Parameter p)
           
 boolean MoveActivity.addDetectArrivalInArea(Parameter p)
          Adds a new area to the list of areas where arrival should be detected in.
 boolean MoveActivity.addDetectDepartureInArea(Parameter p)
          Adds a new area to the list of areas where departure should be detected in.
 boolean CreateAreaActivity.addInhabitant(Parameter p)
          Adds the specified parameter as a parameter specifying an agent or object that is to be added as an inhabitant of the newly created area.
 boolean ContainmentActivity.addItem(Parameter p)
          Adds a new item referenced by the specified parameter passed to the activity.
 boolean CreateAgentActivity.addMemberOf(Parameter p)
           
 boolean Activity.addParameter(Parameter p)
          Adds the specified Parameter as a declared parameter for the activity to the parameter list.
 boolean PrimitiveActivity.addResource(Parameter p)
          Adds a new resource referenced by the specified parameter to the activity.
 boolean BroadcastActivity.addToArea(Parameter p)
          Adds a new 'to' area referenced by the specified parameter to the activity.
 boolean PrimitiveActivity.addTouchedObject(Parameter p)
          Deprecated.  
 boolean CommunicateActivity.addWith(Parameter p)
           
 void CreateObjectActivity.setAction(Parameter p)
           
 void Operand.setCollectionIndex(Parameter par)
          Sets the collection index specified by a parameter.
 void PutActivity.setDestination(Parameter p)
           
 void CreateObjectActivity.setDestination(Parameter p)
           
 void CreateAreaActivity.setDestination(Parameter p)
           
 void CreateAgentActivity.setDestination(Parameter p)
           
 void CreateObjectActivity.setDestinationName(Parameter p)
           
 void CreateAreaActivity.setDestinationName(Parameter p)
           
 void CreateAgentActivity.setDestinationName(Parameter p)
           
 void MoveActivity.setDetectArrivalInSubAreas(Parameter p)
          Sets the indicator whether the move shoudl allow for arrival detection not only in the areas listed by the 'detectArrivalIn' property but also in its sub areas.
 void MoveActivity.setDetectDepartureInSubAreas(Parameter p)
          Sets the indicator whether the move shoudl allow for departure detection not only in the areas listed by the 'detectDepartureIn' property but also in its sub areas.
 void Activity.setDisplayText(Parameter p)
          Sets the activities display text, used to present the activity name in a user-friendly way.
 void Delete.setElement(Parameter parm)
          Sets the element to be deleted.
 void GestureActivity.setGestureParameter(Parameter p)
          Sets the parameter that specifies the gesture.
 void CreateAreaActivity.setInstanceOf(Parameter p)
          Sets the parameter indicating the area definition the newly created area is to be made an instance of.
 void JavaActivity.setJavaClassParameter(Parameter p)
          Sets the parameter that specifies the name of the class implementing the Java activity.
 void MoveActivity.setLocation(Parameter p)
           
 void CreateObjectActivity.setLocation(Parameter p)
           
 void CreateAgentActivity.setLocation(Parameter p)
           
 void PrimitiveActivity.setMaxDuration(Parameter p)
           
 void PrimitiveActivity.setMinDuration(Parameter p)
           
 void Operand.setObject(Parameter parm)
           
 void CreateAreaActivity.setPartOf(Parameter p)
          Sets the parameter indicating the area the newly created area is to be made a part of, making it a sub area of the specified area.
 void Activity.setPriority(Parameter p)
          Sets the activities priority.
 void CreateAgentActivity.setQuantity(Parameter p)
           
 void PrimitiveActivity.setRandom(Parameter p)
           
 void GetActivity.setSource(Parameter p)
           
 void CreateObjectActivity.setSource(Parameter p)
           
 void BroadcastActivity.setToSubAreas(Parameter p)
          Sets the indicator whether the broadcast should send beliefs not only to the areas listed by the 'to' property but also to its sub areas.
 void BroadcastActivity.setType(Parameter p)
           
 void ParameterValue.setValue(Parameter p)
           
 void JavaActivity.setWhen(Parameter p)
          Sets the parameter indicating when the java code is to be executed, at the start or end of the activity.
 void CreateObjectActivity.setWhen(Parameter p)
           
 void CreateAreaActivity.setWhen(Parameter p)
           
 void CreateAgentActivity.setWhen(Parameter p)
           
 void ContainmentActivity.setWhen(Parameter p)
          Sets the parameter indicating when the pick-up or drop of items is to be executed, at the start or end of the activity.
 void BroadcastActivity.setWhen(Parameter p)
           
 

Constructors in gov.nasa.arc.brahms.common.data with parameters of type Parameter
Delete(Parameter parm, java.lang.String file, int line)
          Constructor, creates a new Delete operation which is located as brahms source code in the given file at the given line number.
Operand(Parameter parm)
           
Operand(Parameter parm, Attribute attribute)
           
 

Uses of Parameter in gov.nasa.arc.brahms.vm.data
 

Subclasses of Parameter in gov.nasa.arc.brahms.vm.data
 class VMParameter
          The VMParameter is a Parameter with additional behavior specific for the virtual machine.
 

Constructors in gov.nasa.arc.brahms.vm.data with parameters of type Parameter
VMDelete(Parameter parm, java.lang.String file, int line)
          Constructor, creates a new VMDelete operation which is located as brahms source code in the given file at the given line number.
VMOperand(Parameter parm)
          Constructor, creates a new operand for the specified parameter.
VMOperand(Parameter parm, Attribute attribute)
          Constructor, creates a new operand for the specified parameter and attribute.
 

Uses of Parameter in gov.nasa.arc.brahms.vm.rt
 

Methods in gov.nasa.arc.brahms.vm.rt with parameters of type Parameter
 ParameterCtx VMActivityCtx.getParameterCtx(Parameter p)
          Returns the context of the parameter with the specified name.
 



Copyright © 1997-2012 All Rights Reserved.