Interface NetworkPopulator
-
public interface NetworkPopulatorNetworkPopulatoris used byNetworkChartControllerfor populating initial data of network chart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Networkpopulate(NetworkChartContext context)Prepares initial set of nodes and edges.NetworkUpdatesupdate(java.lang.Object updatedObject, NetworkChartContext context)Updates given object in network chart.
-
-
-
Method Detail
-
populate
Network populate(NetworkChartContext context)
Prepares initial set of nodes and edges.- Parameters:
context- stores information about initData andWidgetInstanceManager- Returns:
Network- initial set of edges and nodes
-
update
NetworkUpdates update(java.lang.Object updatedObject, NetworkChartContext context)
Updates given object in network chart.- Parameters:
updatedObject- - object which should be updatedcontext- stores information about initData andWidgetInstanceManager- Returns:
NetworkUpdateschanges which should be applied on view.
-
-