public class KillAllIncomingEdges extends SsurgeonEdit
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LABEL |
protected java.lang.String |
nodeName |
| Constructor and Description |
|---|
KillAllIncomingEdges(java.lang.String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(SemanticGraph sg,
SemgrexMatcher sm)
If executed twice on the same node, the second time there
will be no further updates
|
java.lang.String |
toEditString() |
addNamedNode, equals, getNamedNode, getOwningPattern, setOwningPattern, toStringpublic static final java.lang.String LABEL
protected java.lang.String nodeName
public boolean evaluate(SemanticGraph sg, SemgrexMatcher sm)
evaluate in class SsurgeonEditpublic java.lang.String toEditString()
toEditString in class SsurgeonEdit