Uses of Interface
org.osid.topology.NodeSearchOrder
Packages that use NodeSearchOrder
Package
Description
The Open Service Interface Definitions for the org.osid.topology
service.
The Open Service Interface Definitions for the org.osid.topology.path
service.
-
Uses of NodeSearchOrder in org.osid.topology
Methods in org.osid.topology that return NodeSearchOrderModifier and TypeMethodDescriptionEdgeSearchOrder.getDestinationNodeSearchOrder()Gets a destination node search order.NodeSearchSession.getNodeSearchOrder()Gets a node search order.NodeSmartGraphSession.getNodeSearchOrder()Gets a node search order.EdgeSearchOrder.getSourceNodeSearchOrder()Gets a source node search order.Methods in org.osid.topology with parameters of type NodeSearchOrderModifier and TypeMethodDescriptionvoidNodeSmartGraphSession.applyNodeSequencing(NodeSearchOrder nodeSearchOrder) Applies a node search order to this graph.voidNodeSearch.orderNodeResults(NodeSearchOrder nodeSearchOrder) Specify an ordering to the search results. -
Uses of NodeSearchOrder in org.osid.topology.path
Methods in org.osid.topology.path that return NodeSearchOrderModifier and TypeMethodDescriptionPathSearchOrder.getEndingNodeSearchOrder()Gets an ending node search order.PathSearchOrder.getStartingNodeSearchOrder()Gets a starting node search order.