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