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, hashCodepublic String getPathExpression(NodeBackend<Node> rdfBackend)
PathEqualityTestgetPathExpression in interface LDPathConstruct<Node>getPathExpression in class PathEqualityTest<Node>public String getSignature()
PathEqualityTestgetSignature in interface NodeFunction<Boolean,Node>getSignature in class PathEqualityTest<Node>public String getDescription()
PathEqualityTestgetDescription in interface NodeFunction<Boolean,Node>getDescription in class PathEqualityTest<Node>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.