N - node class@ParametersAreNonnullByDefault public interface NodeAcceptance<N>
Graphs that represent a structure for deciding acceptance or rejection.| Modifier and Type | Method and Description |
|---|---|
boolean |
isAcceptingNode(N node)
Checks whether a node is an accepting node.
|
boolean isAcceptingNode(N node)
node - the nodeCopyright © 2018. All rights reserved.