| Modifier and Type | Method and Description |
|---|---|
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) |
void edgeAttributeAdded(String graphId, long timeId, String edgeId, String attribute, Object value) throws RemoteException
RemoteExceptionvoid edgeAttributeChanged(String graphId, long timeId, String edgeId, String attribute, Object oldValue, Object newValue) throws RemoteException
RemoteExceptionvoid edgeAttributeRemoved(String graphId, long timeId, String edgeId, String attribute) throws RemoteException
RemoteExceptionvoid graphAttributeAdded(String graphId, long timeId, String attribute, Object value) throws RemoteException
RemoteExceptionvoid graphAttributeChanged(String graphId, long timeId, String attribute, Object oldValue, Object newValue) throws RemoteException
RemoteExceptionvoid graphAttributeRemoved(String graphId, long timeId, String attribute) throws RemoteException
RemoteExceptionvoid nodeAttributeAdded(String graphId, long timeId, String nodeId, String attribute, Object value) throws RemoteException
RemoteExceptionvoid nodeAttributeChanged(String graphId, long timeId, String nodeId, String attribute, Object oldValue, Object newValue) throws RemoteException
RemoteExceptionvoid nodeAttributeRemoved(String graphId, long timeId, String nodeId, String attribute) throws RemoteException
RemoteExceptionvoid edgeAdded(String graphId, long timeId, String edgeId, String fromNodeId, String toNodeId, boolean directed) throws RemoteException
RemoteExceptionvoid edgeRemoved(String graphId, long timeId, String edgeId) throws RemoteException
RemoteExceptionvoid graphCleared(String graphId, long timeId) throws RemoteException
RemoteExceptionvoid nodeAdded(String graphId, long timeId, String nodeId) throws RemoteException
RemoteExceptionvoid nodeRemoved(String graphId, long timeId, String nodeId) throws RemoteException
RemoteExceptionvoid stepBegins(String graphId, long timeId, double step) throws RemoteException
RemoteExceptionCopyright © 2015. All rights reserved.