Uses of Package
org.aksw.jena_sparql_api.sparql_path2
Packages that use org.aksw.jena_sparql_api.sparql_path2
Package
Description
-
Classes in org.aksw.jena_sparql_api.sparql_path2 used by org.aksw.jena_sparql_api.sparql_path2ClassDescriptionA set of Triplet<V, E>A nfa frontier maps states to the corresponding paths.A pair is a collection having 2 entries of same type Note: For a pair with two different types, use Map.SimpleEntryThe main reason this class extends pair is to have the list interface which allows iterating the directions with get(0) and get(1)Interface for finding k shortest paths between a given start and end nodes Either of the nodes may be null (or Node.ANY - but not both) in which case all accepting paths will be returned.Deprecated.The main reason this class extends pair is to have the list interface which allows iterating the directions with get(0) and get(1)
-
Classes in org.aksw.jena_sparql_api.sparql_path2 used by org.aksw.jena_sparql_api_sparql_path2.playgroundClassDescriptionA pair is a collection having 2 entries of same type Note: For a pair with two different types, use Map.SimpleEntryThe main reason this class extends pair is to have the list interface which allows iterating the directions with get(0) and get(1)Interface for finding k shortest paths between a given start and end nodes Either of the nodes may be null (or Node.ANY - but not both) in which case all accepting paths will be returned.Deprecated.