public class LiteralLanguageTest<Node> extends NodeTest<Node>
Constructor and Description |
---|
LiteralLanguageTest(String lang) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(RDFBackend<Node> rdfBackend,
Node context,
Node node)
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 LiteralLanguageTest(String lang)
public boolean accept(RDFBackend<Node> rdfBackend, Node context, Node node) 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.