Class VertexFactoryInteger

java.lang.Object
org.aksw.jena_sparql_api.sparql_path2.VertexFactoryInteger
All Implemented Interfaces:
Supplier<Integer>

public class VertexFactoryInteger extends Object implements Supplier<Integer>
  • Field Details

    • graph

      protected org.jgrapht.Graph<Integer,?> graph
  • Constructor Details

    • VertexFactoryInteger

      public VertexFactoryInteger(org.jgrapht.Graph<Integer,?> graph)
    • VertexFactoryInteger

      public VertexFactoryInteger(org.jgrapht.Graph<Integer,?> graph, int nextId)
  • Method Details