Class Factory

java.lang.Object
org.apache.jena.graph.Factory

@Deprecated public class Factory extends Object
Deprecated.
Use GraphMemFactory
A factory class for creating Graphs.
  • Method Details

    • createDefaultGraph

      public static Graph createDefaultGraph()
      Deprecated.
      Answer a memory-based Graph.
    • createGraphMem

      public static Graph createGraphMem()
      Deprecated.
    • createGraphMemWithTransactionHandler

      @Deprecated public static Graph createGraphMemWithTransactionHandler(TransactionHandler th)
      Deprecated.
      To be removed
    • empty

      public static Graph empty()
      Deprecated.
      Immutable graph with no triples