Node
- public class IsATest<Node> extends PathEqualityTest<Node>
PathEqualityTest
with the property http://www.w3.org/1999/02/22-rdf-syntax-ns#typenode
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A short human-readable description of what the node function does.
|
String |
getPathExpression(NodeBackend<Node> rdfBackend)
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.
|
accept, equals, hashCode
public String getPathExpression(NodeBackend<Node> rdfBackend)
PathEqualityTest
getPathExpression
in interface LDPathConstruct<Node>
getPathExpression
in class PathEqualityTest<Node>
public String getSignature()
PathEqualityTest
getSignature
in interface NodeFunction<Boolean,Node>
getSignature
in class PathEqualityTest<Node>
public String getDescription()
PathEqualityTest
getDescription
in interface NodeFunction<Boolean,Node>
getDescription
in class PathEqualityTest<Node>
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.