public class Node extends Object
| Modifier and Type | Field and Description |
|---|---|
private Node |
failureNode |
private Map<Integer,Node> |
neighborMap |
private SearchTerm<?> |
term |
| Constructor and Description |
|---|
Node() |
Node(SearchTerm<?> term) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getFailureNode() |
SearchTerm<?> |
getMatchingTerm() |
Node |
getNeighbor(int index) |
boolean |
hasMatch() |
(package private) void |
setFailureNode(Node fail) |
(package private) void |
setMatchingTerm(SearchTerm<?> term) |
(package private) void |
setNeighbor(Node neighbor,
int index) |
private Node failureNode
private SearchTerm<?> term
Node(SearchTerm<?> term)
Node()
void setFailureNode(Node fail)
public Node getFailureNode()
public boolean hasMatch()
void setMatchingTerm(SearchTerm<?> term)
public SearchTerm<?> getMatchingTerm()
public Node getNeighbor(int index)
void setNeighbor(Node neighbor, int index)
Copyright © 2023 Apache NiFi Project. All rights reserved.