Package model.graph

Interface Graph<A>

All Known Implementing Classes:
UGraph

public sealed interface Graph<A> permits UGraph<A>