public class HasNotLeaf<T> extends TypedTermLeaf<T> implements NegationLeaf
| Constructor and Description |
|---|
HasNotLeaf(String term,
Class<T> clazz,
ParentNode parent) |
HasNotLeaf(String term,
ParentNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
clone(ParentNode node) |
String |
toString() |
equals, firstKnownType, getType, hashCodepublic HasNotLeaf(String term, Class<T> clazz, ParentNode parent)
public HasNotLeaf(String term, ParentNode parentNode)
Copyright © 2018 Calrissian. All rights reserved.