Interface NodeChild

All Known Implementing Classes:
Interface, NetworkService, VPNConnector

public interface NodeChild
Common methods for all classes hat are node children
  • Method Summary

    Modifier and Type
    Method
    Description
    Get parent node object.
  • Method Details

    • getParentNode

      AbstractNode getParentNode()
      Get parent node object.
      Returns:
      parent node object or null if it is not exist or inaccessible