cz.cuni.amis.pogamut.ut2004.agent.navigation
Interface UT2004PathAutoFixer.ILinkRemovalListener

Package class diagram package UT2004PathAutoFixer.ILinkRemovalListener
All Superinterfaces:
EventListener
Enclosing class:
UT2004PathAutoFixer

public static interface UT2004PathAutoFixer.ILinkRemovalListener
extends EventListener


Method Summary
 boolean canRemoveLink(NavPointNeighbourLink link)
          Asks whether this link can be removed from navigation graph.
 void linkRemoved(NavPointNeighbourLink link)
          Reports that some link has been removed from navigation graph.
 

Method Detail

canRemoveLink

boolean canRemoveLink(NavPointNeighbourLink link)
Asks whether this link can be removed from navigation graph.

Parameters:
link -
Returns:

linkRemoved

void linkRemoved(NavPointNeighbourLink link)
Reports that some link has been removed from navigation graph.

Parameters:
link -


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