Interface NodeLabelContext
-
public interface NodeLabelContextGets the data required for the label renderer.- Since:
- 1.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeContextgetNodeContext()Returns the current node context.com.orchestranetworks.service.SessiongetSession()Returns the current user session.
-
-
-
Method Detail
-
getNodeContext
NodeContext getNodeContext()
Returns the current node context.- Since:
- 1.1.0
-
getSession
com.orchestranetworks.service.Session getSession()
Returns the current user session.- Since:
- 1.1.0
-
-