[all packages] [package Snafu] [class hierarchy] [index]

pure interface of class Snafu.SnafuAgent

The documentated page.
public abstract class SnafuAgent
{
    public SnafuAgent(String nom,
                      String abil);
    protected abstract void init();
    public String getID();
    public String getAbility();
    protected void ajoute_canal(Socket s);
    protected void finalize()
      throws Throwable;
    private String ID;
    private String name;
    private String ability;
    protected SnafuKQML message;
}

[all packages] [package Snafu] [class hierarchy] [index]
Snafu.SnafuAgent.interface.html