public class OrTest<Node> extends ComplexTest<Node>
Constructor and Description |
---|
OrTest(NodeTest<Node> left,
NodeTest<Node> right) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(RDFBackend<Node> rdfBackend,
Node context,
Node args)
Apply the function to the list of nodes passed as arguments and return the result as type T.
|
boolean |
equals(Object o) |
String |
getDescription()
A short human-readable description of what the node function does.
|
String |
getPathExpression(NodeBackend<Node> rdfBackend)
Return the name of the NodeFunction for registration in the function registry
|
String |
getSignature()
A string describing the signature of this node function, e.g.
|
int |
hashCode() |
public boolean accept(RDFBackend<Node> rdfBackend, Node context, Node args) throws IllegalArgumentException
accept
in class NodeTest<Node>
args
- a nested list of KiWiNodesIllegalArgumentException
public String getPathExpression(NodeBackend<Node> rdfBackend)
rdfBackend
- public String getSignature()
public String getDescription()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.