Uses of Interface
org.osid.topology.GraphList
Packages that use GraphList
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.
The Open Service Interface Definitions for the org.osid.topology.rules
service.
-
Uses of GraphList in org.osid.topology
Methods in org.osid.topology that return GraphListModifier and TypeMethodDescriptionGraphHierarchySession.getChildGraphs(Id graphId) Gets the children of the given graph.GraphLookupSession.getGraphs()Gets allGraphs.GraphSearchResults.getGraphs()Gets the graph list resulting from a search.EdgeGraphSession.getGraphsByEdge(Id edgeId) Gets theGraphsmapped to anEdge.GraphLookupSession.getGraphsByGenusType(Type graphGenusType) Gets aGraphListcorresponding to the given graph genusTypewhich does not include graphs of types derived from the specifiedType.GraphLookupSession.getGraphsByIds(IdList graphIds) Gets aGraphListcorresponding to the givenIdList.NodeGraphSession.getGraphsByNode(Id nodeId) Gets theGraphsmapped to aNode.GraphLookupSession.getGraphsByParentGenusType(Type graphGenusType) Gets aGraphListcorresponding to the given graph genusTypeand include any additional graphs with genus types derived from the specifiedType.GraphLookupSession.getGraphsByProvider(Id resourceId) Gets aGraphListfor the given provider.GraphQuerySession.getGraphsByQuery(GraphQuery graphQuery) Gets a list ofGraphsmatching the given graph query.GraphLookupSession.getGraphsByRecordType(Type graphRecordType) Gets aGraphListcontaining the given graph recordType.GraphHierarchySession.getParentGraphs(Id graphId) Gets the parents of the given graph.GraphHierarchySession.getRootGraphs()Gets the root graph in the graph hierarchy. -
Uses of GraphList in org.osid.topology.path
Methods in org.osid.topology.path that return GraphListModifier and TypeMethodDescriptionPathGraphSession.getGraphsByPath(Id pathId) Gets theGraphmapped to aPath. -
Uses of GraphList in org.osid.topology.rules
Methods in org.osid.topology.rules that return GraphListModifier and TypeMethodDescriptionEdgeEnablerGraphSession.getOntologiesByEdgeEnabler(Id edgeEnablerId) Gets theOntologiesmapped to anEdgeEnabler.