A - The type of the node's IDN - The concrete implementation of the nodeE - The concrete implementation of the edgeI - A client-defined iterable type containing the incoming and outgoiging edgespublic interface Context<A,N extends Node<A>,E extends Edge<A,N,E>,I extends Iterable<E>>
| Modifier and Type | Method and Description |
|---|---|
I |
getInboundEdges() |
N |
getNode() |
I |
getOutboundEdges() |
Copyright © 2020. All Rights Reserved.