| Constructor and Description |
|---|
ReteNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(BetaNode beta)
Add a directly dependent node.
|
Collection<BetaNode> |
getBetas()
Return any directly dependent nodes.
|
void |
mark() |
void |
print(String indent) |
void |
reset()
Reset any dependent nodes
|
void |
restore(int branch) |
void |
unmark() |
public static final Logger log
public void addChild(BetaNode beta)
public Collection<BetaNode> getBetas()
public void reset()
public void restore(int branch)
public void mark()
public void unmark()
public void print(String indent)
Copyright © 2019. All rights reserved.