public interface IUnrealMap<MAP_INFO extends IUnrealMapInfo>
| Modifier and Type | Method and Description |
|---|---|
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() |
void addInfo(MAP_INFO info)
MAP_INFO getInfo()
void setName(String name)
String getName()
Collection<? extends IUnrealWaypoint> vertexSet()
Set<? extends IUnrealWaylink> edgeSet()
void printInfo()
Box getBox()
Copyright © 2021 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.