- All Implemented Interfaces:
Function<org.apache.jena.graph.Node,Object>
public class FunctionNodeToObject
extends Object
implements Function<org.apache.jena.graph.Node,Object>
-
-
Constructor Summary
Constructors
-
Method Summary
apply(org.apache.jena.graph.Node node)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
FunctionNodeToObject
public FunctionNodeToObject()
-
Method Details
-
apply
public Object apply(org.apache.jena.graph.Node node)
- Specified by:
apply in interface Function<org.apache.jena.graph.Node,Object>