agentland.resource.connect
Interface ConnectionEditor

All Known Implementing Classes:
ConnectionEditorEHA, ConnectionEditorAgent

public interface ConnectionEditor
extends ConnectionMaker


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 Vector getEdges()
           
 Vector getEdgesFrom(String aid)
           
 Vector getEdgesTo(String aid)
           
 Vector getNodes()
           
 void listEdges()
           
 void listNodes()
           
 
Methods inherited from interface agentland.resource.connect.ConnectionMaker
addEdge, addEdge, connect, connectable, disconnect
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

listEdges

public void listEdges()
               throws RemoteException

listNodes

public void listNodes()
               throws RemoteException

getEdges

public Vector getEdges()
                throws RemoteException

getNodes

public Vector getNodes()
                throws RemoteException

getEdgesTo

public Vector getEdgesTo(String aid)
                  throws RemoteException

getEdgesFrom

public Vector getEdgesFrom(String aid)
                    throws RemoteException