Class GraphContainerUtils
- java.lang.Object
-
- org.apache.jena.sparql.util.graph.GraphContainerUtils
-
public class GraphContainerUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphContainerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<Node>containerMembers(Graph graph, Node container)static java.util.Collection<Node>containerMembers(Graph graph, Node container, Node containerType)static intcountContainerMember(Graph graph, Node container, Node containerType, Node member)static booleanisContainer(Graph graph, Node container, Node containerType)static booleanisContainerMember(Graph graph, Node container, Node containerType, Node member)static java.util.Iterator<Triple>rdfsMember(Graph graph, Node s, Node o)Calculate graph.find(?, rdfs:member, ?)
-
-
-
Method Detail
-
containerMembers
public static java.util.Collection<Node> containerMembers(Graph graph, Node container)
-
containerMembers
public static java.util.Collection<Node> containerMembers(Graph graph, Node container, Node containerType)
-
isContainerMember
public static boolean isContainerMember(Graph graph, Node container, Node containerType, Node member)
-
countContainerMember
public static int countContainerMember(Graph graph, Node container, Node containerType, Node member)
-
rdfsMember
public static java.util.Iterator<Triple> rdfsMember(Graph graph, Node s, Node o)
Calculate graph.find(?, rdfs:member, ?)
-
-