com.scottpreston.javarobot.chapter8
Class MotionEpisode

java.lang.Object
  extended by com.scottpreston.javarobot.chapter7.Edge
      extended by com.scottpreston.javarobot.chapter7.MotionVector
          extended by com.scottpreston.javarobot.chapter7.DistanceVector
              extended by com.scottpreston.javarobot.chapter8.MotionEpisode

public class MotionEpisode
extends DistanceVector


Field Summary
 int motion_id
           
 
Fields inherited from class com.scottpreston.javarobot.chapter7.MotionVector
heading, magintude
 
Fields inherited from class com.scottpreston.javarobot.chapter7.Edge
name, v1, v2, weight
 
Constructor Summary
MotionEpisode()
           
MotionEpisode(int h, double m)
           
MotionEpisode(java.lang.String h, java.lang.String m)
           
 
Method Summary
 
Methods inherited from class com.scottpreston.javarobot.chapter7.DistanceVector
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

motion_id

public int motion_id
Constructor Detail

MotionEpisode

public MotionEpisode()

MotionEpisode

public MotionEpisode(int h,
                     double m)

MotionEpisode

public MotionEpisode(java.lang.String h,
                     java.lang.String m)
              throws java.lang.Exception
Throws:
java.lang.Exception