- All Known Implementing Classes:
BaseCapabilities,WrappedCapabilities
Deprecated, for removal: This API element is subject to removal in a future version.
Interface for expressing capabilities.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Answer true iffGraph.add(org.apache.jena.graph.Triple)can be used to add at least some triples to the graph.booleanDeprecated, for removal: This API element is subject to removal in a future version.Answer true iffGraph.delete(org.apache.jena.graph.Triple)can be used to remove at least some triples from the graph.booleanDeprecated, for removal: This API element is subject to removal in a future version.Answer true iff this graph compares literals for equality by value in find() operations, rather than applying RDFTerm equality.booleanDeprecated, for removal: This API element is subject to removal in a future version.Answer true iff Graph::size() is accurate.
-
Method Details
-
sizeAccurate
boolean sizeAccurate()Deprecated, for removal: This API element is subject to removal in a future version.Answer true iff Graph::size() is accurate. -
addAllowed
boolean addAllowed()Deprecated, for removal: This API element is subject to removal in a future version.Answer true iffGraph.add(org.apache.jena.graph.Triple)can be used to add at least some triples to the graph. -
deleteAllowed
boolean deleteAllowed()Deprecated, for removal: This API element is subject to removal in a future version.Answer true iffGraph.delete(org.apache.jena.graph.Triple)can be used to remove at least some triples from the graph. -
handlesLiteralTyping
boolean handlesLiteralTyping()Deprecated, for removal: This API element is subject to removal in a future version.Answer true iff this graph compares literals for equality by value in find() operations, rather than applying RDFTerm equality.
-