public interface DirectedGraphNodeI extends OnlyToDirectedGraphNodeI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<OnlyToDirectedGraphNodeI> |
getFromNodes()
Gets all nodes from which the incoming edges to this node originate.
|
default java.util.Collection<GraphEdgeI> |
getIncomingEdges() |
getOutgoingEdges, getToNodes
static final java.lang.String $0
java.util.Collection<OnlyToDirectedGraphNodeI> getFromNodes()
Collection
of all nodes from which the incoming edges
to this node originatedefault java.util.Collection<GraphEdgeI> getIncomingEdges()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.