Package | Description |
---|---|
org.osid.topology.path |
The Open Service Interface Definitions for the org.osid.topology.path
service.
|
Modifier and Type | Method and Description |
---|---|
PathList |
PathLookupSession.getPaths()
Gets all
Paths. |
PathList |
PathSearchResults.getPaths()
Gets the path list resulting from a search.
|
PathList |
PathLookupSession.getPathsAlongNodes(IdList nodeIds)
Gets a
PathList connected to all the given
Nodes. |
PathList |
PathLookupSession.getPathsAlongNodesOnDate(IdList nodeIds,
DateTime from,
DateTime to)
Gets a
PathList connected to all the given Nodes
and and effective during the entire given date range inclusive
but not confined to the date range. |
PathList |
PathLookupSession.getPathsByGenusType(Type pathGenusType)
Gets a
PathList corresponding to the given path genus
Type which does not include paths of genus types
derived from the specified Type. |
PathList |
PathLookupSession.getPathsByGenusTypeForEndingNode(Id nodeId,
Type pathGenusType)
Gets a
PathList ending at the given Node
and path genus Type including any genus Types
derived from the given genus Type. |
PathList |
PathLookupSession.getPathsByGenusTypeForEndingNodeOnDate(Id nodeId,
Type pathGenusType,
DateTime from,
DateTime to)
Gets a
PathList of the given genus type and effective
during the entire given date range inclusive but not confined to the
date range. |
PathList |
PathLookupSession.getPathsByGenusTypeForNodes(Id startingNodeId,
Id endingNodeId,
Type pathGenusType)
Gets a
PathList of the given genus type between the
given Nodes. |
PathList |
PathLookupSession.getPathsByGenusTypeForNodesOnDate(Id startingNodeId,
Id endingNodeId,
Type pathGenusType,
DateTime from,
DateTime to)
Gets a
PathList of the given genus type and effective
during the entire given date range inclusive but not confined to the
date range. |
PathList |
PathLookupSession.getPathsByGenusTypeForStartingNode(Id nodeId,
Type pathGenusType)
Gets a
PathList starting from the given Node
and path genus Type including any genus
Types derived from the given genus Type. |
PathList |
PathLookupSession.getPathsByGenusTypeForStartingNodeOnDate(Id nodeId,
Type pathGenusType,
DateTime from,
DateTime to)
Gets a
PathList of the given genus type and effective
during the entire given date range inclusive but not confined to the
date range. |
PathList |
PathLookupSession.getPathsByGenusTypeOnDate(Type pathGenusType,
DateTime from,
DateTime to)
Gets a
PathList of a genus type and effective during
the entire given date range inclusive but not confined to the date
range. |
PathList |
PathGraphSession.getPathsByGraph(Id graphId)
Gets the list of
Paths associated with a Graph. |
PathList |
PathGraphSession.getPathsByGraphs(IdList graphIds)
Gets the list of
Path corresponding to a list of
Graphs. |
PathList |
PathLookupSession.getPathsByIds(IdList pathIds)
Gets a
PathList corresponding to the given
IdList. |
PathList |
PathLookupSession.getPathsByParentGenusType(Type pathGenusType)
Gets a
PathList corresponding to the given path genus
Type and include any additional paths with genus types
derived from the specified Type. |
PathList |
PathQuerySession.getPathsByQuery(PathQuery pathQuery)
Gets a list of
Paths matching the given path query. |
PathList |
PathLookupSession.getPathsByRecordType(Type pathRecordType)
Gets a
PathList containing the given path record
Type. |
PathList |
PathLookupSession.getPathsForEndingNode(Id nodeId)
Gets a
PathList ending at the given Node. |
PathList |
PathLookupSession.getPathsForEndingNodeOnDate(Id nodeId,
DateTime from,
DateTime to)
Gets a
PathList effective during the entire given date
range inclusive but not confined to the date range. |
PathList |
PathLookupSession.getPathsForNodes(Id startingNodeId,
Id endingNodeId)
Gets a
PathList between to the two given Nodes. |
PathList |
PathLookupSession.getPathsForNodesOnDate(Id startingNodeId,
Id endingNodeId,
DateTime from,
DateTime to)
Gets a
PathList effective during the entire given date
range inclusive but not confined to the date range. |
PathList |
PathLookupSession.getPathsForStartingNode(Id nodeId)
Gets a
PathList starting from the given Node. |
PathList |
PathLookupSession.getPathsForStartingNodeOnDate(Id nodeId,
DateTime from,
DateTime to)
Gets a
PathList effective during the entire given date
range inclusive but not confined to the date range. |
PathList |
PathLookupSession.getPathsOnDate(DateTime from,
DateTime to)
Gets a
PathList effective during the entire given date
range inclusive but not confined to the date range. |