Uses of Interface
scone.robot.RobotUser

Packages that use RobotUser
scone.examples.rueckspiegel The Rückspiegel shows incoming links as thumbnails and demonstrates how to program the robot of scone. 
scone.robot This package provides a configurable high-performance web-robot. 
 

Uses of RobotUser in scone.examples.rueckspiegel
 

Classes in scone.examples.rueckspiegel that implement RobotUser
 class RueckspiegelPlugin
          Rueckspiegel-Plugin for Scone This Scone-Plugin uses the ability of the search-engine google to search for documents with links to a specified document.
 

Uses of RobotUser in scone.robot
 

Classes in scone.robot that implement RobotUser
 class RobotTestPlugin
          This plugin tests the robot's basic functionality.
 

Constructors in scone.robot with parameters of type RobotUser
RobotTask(SimpleUri startURI, int depth, int restriction, RobotUser robotUser)
          constructor