cz.cuni.amis.pogamut.unreal.communication.worldview.map
Interface IUnrealMap<MAP_INFO extends IUnrealMapInfo>

Package class diagram package IUnrealMap

public interface IUnrealMap<MAP_INFO extends IUnrealMapInfo>

Author:
ik

Method Summary
 void addInfo(MAP_INFO info)
           
 Set<? extends IUnrealWaylink> edgeSet()
           
 Box getBox()
           
 MAP_INFO getInfo()
           
 String getName()
           
 void printInfo()
           
 void setName(String name)
           
 Collection<? extends IUnrealWaypoint> vertexSet()
           
 

Method Detail

addInfo

void addInfo(MAP_INFO info)

getInfo

MAP_INFO getInfo()

setName

void setName(String name)

getName

String getName()

vertexSet

Collection<? extends IUnrealWaypoint> vertexSet()

edgeSet

Set<? extends IUnrealWaylink> edgeSet()

printInfo

void printInfo()

getBox

Box getBox()


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.