[all packages]
[package Snafu]
[class hierarchy]
[index]
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]