Package wt.navigation.cs
Interface CSCollectedFromObj
public interface CSCollectedFromObj
Interface to be implemented for getting collected object information.
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionMethod to get the collected object.getLinks()Method to get links.wt.navigation.NavigatedGraphMethod to get navigated graph.
-
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
-