org.graphstream.stream.rmi
Interface RMIAdapterIn

All Superinterfaces:
Remote
All Known Implementing Classes:
RMISource

public interface RMIAdapterIn
extends Remote


Method Summary
 void edgeAdded(String graphId, long timeId, String edgeId, String fromNodeId, String toNodeId, boolean directed)
           
 void edgeAttributeAdded(String graphId, long timeId, String edgeId, String attribute, Object value)
           
 void edgeAttributeChanged(String graphId, long timeId, String edgeId, String attribute, Object oldValue, Object newValue)
           
 void edgeAttributeRemoved(String graphId, long timeId, String edgeId, String attribute)
           
 void edgeRemoved(String graphId, long timeId, String edgeId)
           
 void graphAttributeAdded(String graphId, long timeId, String attribute, Object value)
           
 void graphAttributeChanged(String graphId, long timeId, String attribute, Object oldValue, Object newValue)
           
 void graphAttributeRemoved(String graphId, long timeId, String attribute)
           
 void graphCleared(String graphId, long timeId)
           
 void nodeAdded(String graphId, long timeId, String nodeId)
           
 void nodeAttributeAdded(String graphId, long timeId, String nodeId, String attribute, Object value)
           
 void nodeAttributeChanged(String graphId, long timeId, String nodeId, String attribute, Object oldValue, Object newValue)
           
 void nodeAttributeRemoved(String graphId, long timeId, String nodeId, String attribute)
           
 void nodeRemoved(String graphId, long timeId, String nodeId)
           
 void stepBegins(String graphId, long timeId, double step)
           
 

Method Detail

edgeAttributeAdded

void edgeAttributeAdded(String graphId,
                        long timeId,
                        String edgeId,
                        String attribute,
                        Object value)
                        throws RemoteException
Throws:
RemoteException

edgeAttributeChanged

void edgeAttributeChanged(String graphId,
                          long timeId,
                          String edgeId,
                          String attribute,
                          Object oldValue,
                          Object newValue)
                          throws RemoteException
Throws:
RemoteException

edgeAttributeRemoved

void edgeAttributeRemoved(String graphId,
                          long timeId,
                          String edgeId,
                          String attribute)
                          throws RemoteException
Throws:
RemoteException

graphAttributeAdded

void graphAttributeAdded(String graphId,
                         long timeId,
                         String attribute,
                         Object value)
                         throws RemoteException
Throws:
RemoteException

graphAttributeChanged

void graphAttributeChanged(String graphId,
                           long timeId,
                           String attribute,
                           Object oldValue,
                           Object newValue)
                           throws RemoteException
Throws:
RemoteException

graphAttributeRemoved

void graphAttributeRemoved(String graphId,
                           long timeId,
                           String attribute)
                           throws RemoteException
Throws:
RemoteException

nodeAttributeAdded

void nodeAttributeAdded(String graphId,
                        long timeId,
                        String nodeId,
                        String attribute,
                        Object value)
                        throws RemoteException
Throws:
RemoteException

nodeAttributeChanged

void nodeAttributeChanged(String graphId,
                          long timeId,
                          String nodeId,
                          String attribute,
                          Object oldValue,
                          Object newValue)
                          throws RemoteException
Throws:
RemoteException

nodeAttributeRemoved

void nodeAttributeRemoved(String graphId,
                          long timeId,
                          String nodeId,
                          String attribute)
                          throws RemoteException
Throws:
RemoteException

edgeAdded

void edgeAdded(String graphId,
               long timeId,
               String edgeId,
               String fromNodeId,
               String toNodeId,
               boolean directed)
               throws RemoteException
Throws:
RemoteException

edgeRemoved

void edgeRemoved(String graphId,
                 long timeId,
                 String edgeId)
                 throws RemoteException
Throws:
RemoteException

graphCleared

void graphCleared(String graphId,
                  long timeId)
                  throws RemoteException
Throws:
RemoteException

nodeAdded

void nodeAdded(String graphId,
               long timeId,
               String nodeId)
               throws RemoteException
Throws:
RemoteException

nodeRemoved

void nodeRemoved(String graphId,
                 long timeId,
                 String nodeId)
                 throws RemoteException
Throws:
RemoteException

stepBegins

void stepBegins(String graphId,
                long timeId,
                double step)
                throws RemoteException
Throws:
RemoteException


Copyright © 2012. All Rights Reserved.