public class NotTest<Node> extends NodeTest<Node>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(RDFBackend<Node> backend,
Node context,
Node args) |
boolean |
equals(Object o) |
String |
getDescription()
A short human-readable description of what the node function does.
|
String |
getPathExpression(NodeBackend<Node> backend)
Return the representation of the NodeFunction or NodeSelector in the RDF Path Language
|
String |
getSignature()
A string describing the signature of this node function, e.g.
|
int |
hashCode() |
public boolean accept(RDFBackend<Node> backend, Node context, Node args) throws IllegalArgumentException
accept
in class NodeTest<Node>
IllegalArgumentException
public String getPathExpression(NodeBackend<Node> backend)
LDPathConstruct
public String getSignature()
public String getDescription()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.