Package org.graphstream.stream.rmi
Interface RMIAdapterIn
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RMISource
public interface RMIAdapterIn extends Remote
-
Method Summary
Modifier and Type Method Description voidedgeAdded(String graphId, long timeId, String edgeId, String fromNodeId, String toNodeId, boolean directed)voidedgeAttributeAdded(String graphId, long timeId, String edgeId, String attribute, Object value)voidedgeAttributeChanged(String graphId, long timeId, String edgeId, String attribute, Object oldValue, Object newValue)voidedgeAttributeRemoved(String graphId, long timeId, String edgeId, String attribute)voidedgeRemoved(String graphId, long timeId, String edgeId)voidgraphAttributeAdded(String graphId, long timeId, String attribute, Object value)voidgraphAttributeChanged(String graphId, long timeId, String attribute, Object oldValue, Object newValue)voidgraphAttributeRemoved(String graphId, long timeId, String attribute)voidgraphCleared(String graphId, long timeId)voidnodeAdded(String graphId, long timeId, String nodeId)voidnodeAttributeAdded(String graphId, long timeId, String nodeId, String attribute, Object value)voidnodeAttributeChanged(String graphId, long timeId, String nodeId, String attribute, Object oldValue, Object newValue)voidnodeAttributeRemoved(String graphId, long timeId, String nodeId, String attribute)voidnodeRemoved(String graphId, long timeId, String nodeId)voidstepBegins(String graphId, long timeId, double step)
-
Method Details
-
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
- 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
- Throws:
RemoteException
-
graphCleared
- Throws:
RemoteException
-
nodeAdded
- Throws:
RemoteException
-
nodeRemoved
- Throws:
RemoteException
-
stepBegins
- Throws:
RemoteException
-