java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.collection.array.SparqlLibArrayFn

public class SparqlLibArrayFn extends Object
  • Constructor Details

    • SparqlLibArrayFn

      public SparqlLibArrayFn()
  • Method Details

    • get

      public static org.apache.jena.graph.Node get(NodeList nodes, int index)
    • last

      public static org.apache.jena.graph.Node last(NodeList nodes)
    • of

      public static NodeList of(org.apache.jena.graph.Node... nodes)
    • size

      public static int size(NodeList nodes)
    • toSet

      public static NodeSet toSet(NodeList nodes)