java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.util.GraphUtilsExtra

public class GraphUtilsExtra extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getAsInt(org.apache.jena.rdf.model.Resource resource, org.apache.jena.rdf.model.Property property, int fallback)
     
    static long
    getAsLong(org.apache.jena.rdf.model.Resource resource, org.apache.jena.rdf.model.Property property, long fallback)
     
    static Number
    getAsNumber(org.apache.jena.rdf.model.Resource resource, org.apache.jena.rdf.model.Property property)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GraphUtilsExtra

      public GraphUtilsExtra()
  • Method Details

    • getAsNumber

      public static Number getAsNumber(org.apache.jena.rdf.model.Resource resource, org.apache.jena.rdf.model.Property property)
    • getAsInt

      public static int getAsInt(org.apache.jena.rdf.model.Resource resource, org.apache.jena.rdf.model.Property property, int fallback)
    • getAsLong

      public static long getAsLong(org.apache.jena.rdf.model.Resource resource, org.apache.jena.rdf.model.Property property, long fallback)