- Type Parameters:
N- node class
- All Known Subinterfaces:
AcceptanceGraph<N,E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Node acceptance concept, for
Graphs that represent a structure for deciding acceptance or rejection.-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAcceptingNode(N node) Checks whether a node is an accepting node.
-
Method Details
-
isAcceptingNode
Checks whether a node is an accepting node.- Parameters:
node- the node- Returns:
trueif the given node is an accepting node,falseotherwise.
-