vooga.aiEngine.Algorithms
Class Dangler

java.lang.Object
  extended by vooga.aiEngine.Algorithms.AbstractAlgorithm
      extended by vooga.aiEngine.Algorithms.Dangler

public class Dangler
extends AbstractAlgorithm

Orbits the human-controlled object.

Author:
Trevor Terris

Constructor Summary
Dangler()
           
 
Method Summary
 void perform(java.lang.Object... args)
          Performs the track height algorithm, assuming the correct parameters are presented
 
Methods inherited from class vooga.aiEngine.Algorithms.AbstractAlgorithm
performWithDelay, setDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dangler

public Dangler()
Method Detail

perform

public void perform(java.lang.Object... args)
             throws java.lang.RuntimeException
Performs the track height algorithm, assuming the correct parameters are presented

Specified by:
perform in class AbstractAlgorithm
Parameters:
eventFirer -
ai -
target -
moveleft -
moveright -
Throws:
java.lang.RuntimeException