public class GenericInfoPanelItemProvider extends Object implements InfoPanelItemProvider
| Constructor and Description | 
|---|
GenericInfoPanelItemProvider(NodeDao nodeDao,
                            MeasurementsService measurementsService)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
createEdgeContext(EdgeRef edge)  | 
Map<String,Object> | 
createVertexContext(VertexRef vertex)  | 
Collection<InfoPanelItem> | 
getContributions(GraphContainer container)
Returns all contributions for the current state of the given container. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontributeIfpublic GenericInfoPanelItemProvider(NodeDao nodeDao, MeasurementsService measurementsService)
public Collection<InfoPanelItem> getContributions(GraphContainer container)
InfoPanelItemProvidergetContributions in interface InfoPanelItemProvidercontainer - the container used to decide which contributions to showCopyright © 2020. All rights reserved.