Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder.NewNavPointBuilder

Packages that use NavigationGraphBuilder.NewNavPointBuilder
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
 

Uses of NavigationGraphBuilder.NewNavPointBuilder in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return NavigationGraphBuilder.NewNavPointBuilder
 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().
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return types with arguments of type NavigationGraphBuilder.NewNavPointBuilder
 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.