|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.scottpreston.javarobot.chapter7.Edge
com.scottpreston.javarobot.chapter7.MotionVector
com.scottpreston.javarobot.chapter7.DistanceVector
com.scottpreston.javarobot.chapter8.MotionEpisode
public class MotionEpisode
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 |
---|
public int motion_id
Constructor Detail |
---|
public MotionEpisode()
public MotionEpisode(int h, double m)
public MotionEpisode(java.lang.String h, java.lang.String m) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |