Package org.trellisldp.api
Class RDFFactory
- java.lang.Object
-
- org.trellisldp.api.RDFFactory
-
public final class RDFFactory extends Object
A factory method for loading and providing the RDF Commons implementation object.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RDF
getInstance()
Get the Commons RDF instance in use.
-
-
-
Method Detail
-
getInstance
public static RDF getInstance()
Get the Commons RDF instance in use.- Returns:
- the RDF instance
-
-