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

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

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

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return NavigationGraphBuilder.ExistingNavPointModifier
 NavigationGraphBuilder.ExistingNavPointModifier NavigationGraphBuilder.ExistingNavPointModifier.addZ(double deltaZ)
           
 NavigationGraphBuilder.ExistingNavPointModifier NavigationGraphBuilder.ExistingNavPointEdgeBuilder.createEdge()
          Immediately creates a new edge.
 NavigationGraphBuilder.ExistingNavPointModifier NavigationGraphBuilder.ExistingNavPointEdgeBuilder.modifyEdge()
          Alias for NavigationGraphBuilder.ExistingNavPointEdgeBuilder.createEdge().
 NavigationGraphBuilder.ExistingNavPointModifier NavigationGraphBuilder.modifyNavPoint(String navPointId)
          Creates a modifier for already existing NavPoint instance, if navpoint of specified id is not found, an exception is thrown.
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type NavigationGraphBuilder.ExistingNavPointModifier
NavigationGraphBuilder.ExistingNavPointEdgeBuilder(NavigationGraphBuilder.ExistingNavPointModifier navPointModifier)
           
NavigationGraphBuilder.ExistingNavPointEdgeBuilder(NavigationGraphBuilder.ExistingNavPointModifier navPointModifier, NavPointNeighbourLink parent)
           
 



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