iso::flock::RandomizeBehavior Class Reference

randomize parameter value More...

#include <iso_flock_randomize_behavior.h>

Inherits iso::flock::Behavior.

Inheritance diagram for iso::flock::RandomizeBehavior:

Inheritance graph
[legend]
Collaboration diagram for iso::flock::RandomizeBehavior:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RandomizeBehavior (const base::String &pInputParameterString, const base::String &pOutputParameterString)
 create behavior
 RandomizeBehavior (Agent *pAgent, const base::String &pBehaviorName, const base::String &pInputParameterString, const base::String &pOutputParameterString) throw (FlockException)
 create behavior
 ~RandomizeBehavior ()
 destructor
virtual Behaviorcreate (const base::String &pBehaviorName, Agent *pAgent) const throw (FlockException)
 create copy of behavior
virtual Behaviorcreate (const base::String &pInputParameterString, const base::String &pOutputParameterString) const
 create copy of behavior
virtual void act ()
 perform behavior action

Protected Attributes

ParametermRandomizePar
ParametermRangePar
 randomize parameter (output)

Detailed Description

randomize parameter value

value

The Behavior randomizes parameter value

Input Parameter:

Output Parameter:
type: output dim: nD write: add

Internal Parameter:
name: xxx_range dim: nD defaultValue: 1.0
name: xxx_active dim: 1D defaultValue: 0.1

Created by Daniel Bisig on 4/16/07.


Constructor & Destructor Documentation

RandomizeBehavior::RandomizeBehavior ( const base::String &  pInputParameterString,
const base::String &  pOutputParameterString 
)

create behavior

Parameters:
pInputParameterString input parameter string (parameters are space separated)
pOutputParameterString output paramaters are space separated)

RandomizeBehavior::RandomizeBehavior ( Agent pAgent,
const base::String &  pBehaviorName,
const base::String &  pInputParameterString,
const base::String &  pOutputParameterString 
) throw (FlockException)

create behavior

Parameters:
pAgent agent this behavior belongs to
pBehaviorName name of behavior
pInputParameterString input parameter string (parameters are space separated)
pOutputParameterString output paramaters are space separated)
Exceptions:
FlockException wrong number of type of parameters

RandomizeBehavior::~RandomizeBehavior (  ) 

destructor


Member Function Documentation

Behavior * RandomizeBehavior::create ( const base::String &  pBehaviorName,
Agent pAgent 
) const throw (FlockException) [virtual]

create copy of behavior

Parameters:
pAgent agent this behavior belongs to
pBehaviorName name of behavior
Returns:
new behavior
Exceptions:
FlockException wrong number of type of parameters

Implements iso::flock::Behavior.

Behavior * RandomizeBehavior::create ( const base::String &  pInputParameterString,
const base::String &  pOutputParameterString 
) const [virtual]

create copy of behavior

Parameters:
pInputParameterString input parameter string
pOutputParameterString output parameter string
Returns:
new behavior

Implements iso::flock::Behavior.

void RandomizeBehavior::act (  )  [virtual]

perform behavior action

Implements iso::flock::Behavior.


Member Data Documentation

Parameter* iso::flock::RandomizeBehavior::mRandomizePar [protected]

Parameter* iso::flock::RandomizeBehavior::mRangePar [protected]

randomize parameter (output)


The documentation for this class was generated from the following files:
Generated on Fri Feb 25 15:28:03 2011 for iso_flock by  doxygen 1.5.1