gecco.game.dke
Class RouteLink

java.lang.Object
  |
  +--gecco.game.dke.RouteLink

public class RouteLink
extends Object

RouteLink.java Created: Sun Oct 20 20:32:47 2002

Author:
Hans Sandström

Constructor Summary
RouteLink(AutomatonImpl current, int index, int up, Point mapIndex)
           
 
Method Summary
 AutomatonImpl getCurrentAutomaton()
           
 Point getMapIndex()
           
 int getRouteLinkIndex()
           
 int getUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteLink

public RouteLink(AutomatonImpl current,
                 int index,
                 int up,
                 Point mapIndex)
Method Detail

getMapIndex

public Point getMapIndex()

getCurrentAutomaton

public AutomatonImpl getCurrentAutomaton()

getUp

public int getUp()

getRouteLinkIndex

public int getRouteLinkIndex()