public static class PipelinesWorkflow.Graph<T> extends Object
Modifier and Type | Class and Description |
---|---|
class |
PipelinesWorkflow.Graph.Edge |
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
Set<T> |
getAllNodes() |
Set<T> |
getAllNodesFor(Set<T> fromTypesSet) |
int |
getLevel(T t) |
List<PipelinesWorkflow.Graph.Edge> |
getNodeEdges(T node) |
int |
getNodesQuantity() |
Set<T> |
getRootNodesFor(Set<T> fromTypesSet) |
public Graph()
public int getNodesQuantity()
public List<PipelinesWorkflow.Graph.Edge> getNodeEdges(T node)
public Set<T> getAllNodes()
public Set<T> getAllNodesFor(Set<T> fromTypesSet)
public Set<T> getRootNodesFor(Set<T> fromTypesSet)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.