org.gjt.universe.scheme001
Class Speed_001

java.lang.Object
  |
  +--org.gjt.universe.attributes.SpeedBase
        |
        +--org.gjt.universe.scheme001.Speed_001

class Speed_001
extends SpeedBase


Field Summary
private  float value
           
 
Constructor Summary
Speed_001(float in_value)
           
 
Method Summary
 int compare(Speed_001 speed2)
           
 int compare(SpeedBase speed)
           
 Location move(Location current, Location destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private float value
Constructor Detail

Speed_001

public Speed_001(float in_value)
Method Detail

compare

public int compare(SpeedBase speed)
Specified by:
compare in class SpeedBase

compare

public int compare(Speed_001 speed2)

move

public Location move(Location current,
                     Location destination)
Specified by:
move in class SpeedBase


Copyright © 2001 Universe Dev Team All Rights Reserved.