Uses of Class
org.aksw.jena_sparql_api.sparql_path2.PartialNfa
Packages that use PartialNfa
-
Uses of PartialNfa in org.aksw.jena_sparql_api.sparql_path2
Fields in org.aksw.jena_sparql_api.sparql_path2 with type parameters of type PartialNfaModifier and TypeFieldDescriptionprotected Stack<PartialNfa<V,T>> PathVisitorNfaCompilerBase.stackMethods in org.aksw.jena_sparql_api.sparql_path2 that return PartialNfaModifier and TypeMethodDescriptionstatic <V,E, T> PartialNfa<V, T> NfaOps.alternate(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a, PartialNfa<V, T> b) e1 | e2static <V,E, T> PartialNfa<V, T> NfaOps.concatenate(org.jgrapht.Graph<V, E> graph, PartialNfa<V, T> a, PartialNfa<V, T> b, EdgeLabelAccessor<E, T> edgeLabelAccessor) e1 e2static <V,T> PartialNfa<V, T> static <V,E, T> PartialNfa<V, T> NfaOps.oneOrMore(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a, EdgeLabelAccessor<E, T> edgeLabelAccessor) e+static <V,E, T> PartialNfa<V, T> NfaOps.zeroOrMore(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a, EdgeLabelAccessor<E, T> edgeLabelAccessor) e*static <V,E, T> PartialNfa<V, T> NfaOps.zeroOrOne(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a) e?Methods in org.aksw.jena_sparql_api.sparql_path2 with parameters of type PartialNfaModifier and TypeMethodDescriptionstatic <V,E, T> PartialNfa<V, T> NfaOps.alternate(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a, PartialNfa<V, T> b) e1 | e2static <V,E, T> PartialNfa<V, T> NfaOps.concatenate(org.jgrapht.Graph<V, E> graph, PartialNfa<V, T> a, PartialNfa<V, T> b, EdgeLabelAccessor<E, T> edgeLabelAccessor) e1 e2static <V,E, T> PartialNfa<V, T> NfaOps.oneOrMore(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a, EdgeLabelAccessor<E, T> edgeLabelAccessor) e+static <V,E, T> PartialNfa<V, T> NfaOps.zeroOrMore(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a, EdgeLabelAccessor<E, T> edgeLabelAccessor) e*static <V,E, T> PartialNfa<V, T> NfaOps.zeroOrOne(org.jgrapht.Graph<V, E> graph, Supplier<V> vertexFactory, PartialNfa<V, T> a) e?