Interface NodeLabelContext
public interface NodeLabelContext
Gets the data required for the label renderer.
- Since:
- 1.1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the current node context.com.orchestranetworks.service.Session
Returns the current user session.
-
Method Details
-
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
-