| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.module.sensor |
Utility classes concerning some aspects of the gameplay (mainly for UT).
|
| Modifier and Type | Method and Description |
|---|---|
NavigationGraphBuilder.NewNavPointBuilder |
NavigationGraphBuilder.newNavPoint()
Creates a builder for the specification of the new navpoint you want to create and insert into the worldview.
|
NavigationGraphBuilder.NewNavPointBuilder |
NavigationGraphBuilder.newNavPoint(String navPointId)
Creates a builder for the specification of the new navpoint you want to create and insert into the worldview.
|
NavigationGraphBuilder.NewNavPointBuilder |
NavigationGraphBuilder.NewNavPointBuilder.setId(String id)
Sets the ID to be used for the new navpoint, corresponds to
NavPoint.getId(). |
NavigationGraphBuilder.NewNavPointBuilder |
NavigationGraphBuilder.NewNavPointBuilder.setLocation(double x,
double y,
double z)
Sets the location of the new navpoint, corresponds to
NavPoint.getLocation(). |
| Modifier and Type | Method and Description |
|---|---|
NavigationGraphBuilder.NewNavPointEdgeBuilder<NavigationGraphBuilder.NewNavPointBuilder> |
NavigationGraphBuilder.NewNavPointBuilder.newEdge()
Creates new edge builder for the navpoint you're creating.
|
NavigationGraphBuilder.NewNavPointEdgeBuilder<NavigationGraphBuilder.NewNavPointBuilder> |
NavigationGraphBuilder.NewNavPointBuilder.newEdgeTo(String navPointId)
Creates new edge (to 'navPointId') builder for the navpoint you're creating.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.