Interface CSCollectedFromObj


public interface CSCollectedFromObj
Interface to be implemented for getting collected object information.

Supported API: true
  • Method Details

    • getLinks

      Collection getLinks()
      Method to get links.
      Returns:
      - Collection of collected links.

      Supported API: true
    • getCollectedObject

      Object getCollectedObject()
      Method to get the collected object.
      Returns:
      - Collected object.

      Supported API: true
    • getNavigatedGraph

      wt.navigation.NavigatedGraph getNavigatedGraph()
      Method to get navigated graph.
      Returns:
      - Navigated graph.

      Supported API: true