Uses of Interface
org.osid.topology.NodeList
Packages that use NodeList
Package
Description
The Open Service Interface Definitions for the org.osid.topology
service.
-
Uses of NodeList in org.osid.topology
Methods in org.osid.topology that return NodeListModifier and TypeMethodDescriptionTopologyTraversalSession.getDisconnectedNodes()Gets the nodes with no edges.TopologyTraversalSession.getNeighboringNodes(Id nodeId, long hops) Gets the neighboring nodes of the given node.NodeLookupSession.getNodes()Gets allNodes.NodeSearchResults.getNodes()Gets the node list resulting from a search.NodeLookupSession.getNodesByGenusType(Type nodeGenusType) Gets aNodeListcorresponding to the given node genusTypewhich does not include nodes of types derived from the specifiedType.NodeGraphSession.getNodesByGraph(Id graphId) Gets the list ofNodesassociated with aGraph.NodeGraphSession.getNodesByGraphs(IdList graphIds) Gets the list ofNodescorresponding to a list ofGraphs.NodeLookupSession.getNodesByIds(IdList nodeIds) Gets aNodeListcorresponding to the givenIdList.NodeLookupSession.getNodesByParentGenusType(Type nodeGenusType) Gets aNodeListcorresponding to the given node genusTypeand include any additional nodes with genus types derived from the specifiedType.NodeQuerySession.getNodesByQuery(NodeQuery nodeQuery) Gets a list ofNodesmatching the given node query.NodeLookupSession.getNodesByRecordType(Type nodeRecordType) Gets aNodeListcontaining the given node recordType.