com.zion.jbuddy.bots
Class BotRouteSet

java.lang.Object
  extended by com.zion.jbuddy.bots.BotRouteSet

public class BotRouteSet
extends Object

A set of routes.

See Also:
BotRoute

Method Summary
 void add(BotRoute route)
          Adds a route to this set.
 void add(BotRoute route, int index)
          Adds a route to this set at the specified index.
 void clear()
          Removes all routes from this set.
 Object clone()
          Returns an exact copy of this set.
 List getRoutes()
          Returns a List of routes in this set.
 void remove(BotRoute route)
          Removes a route from this set.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(BotRoute route)
Adds a route to this set.


add

public void add(BotRoute route,
                int index)
Adds a route to this set at the specified index.


getRoutes

public List getRoutes()
Returns a List of routes in this set.


remove

public void remove(BotRoute route)
Removes a route from this set.


clear

public void clear()
Removes all routes from this set.


clone

public Object clone()
Returns an exact copy of this set.

Overrides:
clone in class Object


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.