cz.cuni.amis.pogamut.base3d.worldview.object
Interface IReachable

Package class diagram package IReachable

public interface IReachable

General interface for objects whose reachability may change through time.

Author:
Juraj 'Loque' Simlovic

Method Summary
 boolean isReachable()
          Tells, whether the object is currently reachable.
 

Method Detail

isReachable

boolean isReachable()
Tells, whether the object is currently reachable.

Returns:
True if the object is reachable; false otherwise.


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