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


public interface IReachable

General interface for objects whose reachability may change through time.


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.