cz.cuni.amis.pogamut.unreal.communication.worldview.map
Interface IUnrealWaylink

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Waylink

public interface IUnrealWaylink
extends java.io.Serializable


Method Summary
 IUnrealWaypoint getEnd()
           
 java.lang.String getEndId()
           
 int getFlags()
           
 IUnrealWaypoint getStart()
           
 

Method Detail

getEnd

IUnrealWaypoint getEnd()

getEndId

java.lang.String getEndId()

getFlags

int getFlags()

getStart

IUnrealWaypoint getStart()