cz.cuni.pogamut.introspection
Interface Introspectable

All Known Implementing Classes:
Agent, BaseBot, Main, ScriptedAgent, SPoshBot, SPoshBot, TestBot, TestBot, TestBot2

public interface Introspectable

All objects that want to provide hierarchical view of their structure to the IDE must implement this interface.


Method Summary
 IntrospectableProxy getIntrospectableProxy()
          Returns IntrospectableProxy representing this object.
 

Method Detail

getIntrospectableProxy

IntrospectableProxy getIntrospectableProxy()
Returns IntrospectableProxy representing this object.

Returns:
introspectable representation of this object