java.lang.Object
org.apache.jena.sparql.util.graph.GraphContainerUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Node>containerMembers(Graph graph, Node container) static 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) rdfsMember(Graph graph, Node s, Node o) Calculate graph.find(?, rdfs:member, ?)
-
Constructor Details
-
GraphContainerUtils
public GraphContainerUtils()
-
-
Method Details
-
containerMembers
-
containerMembers
-
isContainerMember
-
countContainerMember
-
rdfsMember
Calculate graph.find(?, rdfs:member, ?) -
isContainer
-