com.evelopers.unimod.runtime
Interface ControlledObjectsMap

All Known Subinterfaces:
ControlledObjectsManager

public interface ControlledObjectsMap

Collection of controlled objects


Method Summary
 ControlledObject getControlledObject(java.lang.String coName)
          Returns controlled object by its name.
 

Method Detail

getControlledObject

public ControlledObject getControlledObject(java.lang.String coName)
Returns controlled object by its name.

Parameters:
coName - name of controlled object
Returns:
controlled object with name coName