Interface NetworkNodeDecorator
- All Known Implementing Classes:
CompositeNetworkNodeDecorator,DisableSelectionNetworkNodeDecorator,WorkflowDesignerToShowFlowNetworkNodeDecorator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Decorates the node
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.hybris.cockpitng.components.visjs.network.data.Nodedecorate(com.hybris.cockpitng.components.visjs.network.data.Node node) Decorates the nodecom.hybris.cockpitng.components.visjs.network.data.NodeDecorates the node
-
Method Details
-
decorate
com.hybris.cockpitng.components.visjs.network.data.Node decorate(com.hybris.cockpitng.components.visjs.network.data.Node node, Map<String, Object> ctx) Decorates the node- Parameters:
node- to decoratectx- with additional information- Returns:
- decorated node
-
decorate
default com.hybris.cockpitng.components.visjs.network.data.Node decorate(com.hybris.cockpitng.components.visjs.network.data.Node node) Decorates the node- Parameters:
node- to decorate- Returns:
- decorated node
-