Modifier and Type | Method and Description |
---|---|
static <E,EP> Mapping<E,EP> |
edgeProperties(UniversalIndefiniteGraph<?,E,?,EP> graph) |
static <N,E> Path<N,E> |
findShortestPath(IndefiniteGraph<N,E> graph,
int limit,
N start,
Collection<? extends N> targets) |
static <N,E> Mapping<N,Collection<E>> |
incomingEdges(Graph<N,E> graph) |
static <N,NP> Mapping<N,NP> |
nodeProperties(UniversalIndefiniteGraph<N,?,NP,?> graph) |
public static <N,E> Mapping<N,Collection<E>> incomingEdges(Graph<N,E> graph)
public static <N,E> Path<N,E> findShortestPath(IndefiniteGraph<N,E> graph, int limit, N start, Collection<? extends N> targets)
public static <N,NP> Mapping<N,NP> nodeProperties(UniversalIndefiniteGraph<N,?,NP,?> graph)
public static <E,EP> Mapping<E,EP> edgeProperties(UniversalIndefiniteGraph<?,E,?,EP> graph)
Copyright © 2015. All Rights Reserved.