public final class CachingSemiGraph<Node> extends java.lang.Object implements InboundSemiGraph<Node>
Modifier and Type | Method and Description |
---|---|
static <T> InboundSemiGraph<T> |
cache(InboundSemiGraph<T> original) |
java.util.Iterator<Node> |
getIn(Node n) |
java.util.Collection<Node> |
getNodes() |
public static <T> InboundSemiGraph<T> cache(InboundSemiGraph<T> original)
public java.util.Collection<Node> getNodes()
getNodes
in interface InboundSemiGraph<Node>
public java.util.Iterator<Node> getIn(Node n)
getIn
in interface InboundSemiGraph<Node>