|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.impl.AllCapabilities
com.hp.hpl.jena.reasoner.BaseInfGraph.InfCapabilities
public static class BaseInfGraph.InfCapabilities
An InfCapabilities notes that size may not be accurate, and some triples may be irremovable. TODO accomodate the properties of the base graph, too.
Constructor Summary | |
---|---|
BaseInfGraph.InfCapabilities()
|
Method Summary | |
---|---|
boolean |
deleteAllowed(boolean every)
Answer true if Graph::delete() can be used to remove at least some triples from the graph. |
boolean |
findContractSafe()
Answer true if the find() contract on the associated graph is "safe", ie, can be used safely by the pretty-printer (we'll tighten up that definition). |
boolean |
iteratorRemoveAllowed()
Answer true iff the iterators returned from find support the .remove() operation. |
boolean |
sizeAccurate()
Answer true iff Graph::size() is accurate. |
Methods inherited from class com.hp.hpl.jena.graph.impl.AllCapabilities |
---|
addAllowed, addAllowed, canBeEmpty, deleteAllowed, handlesLiteralTyping |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseInfGraph.InfCapabilities()
Method Detail |
---|
public boolean sizeAccurate()
Capabilities
sizeAccurate
in interface Capabilities
sizeAccurate
in class com.hp.hpl.jena.graph.impl.AllCapabilities
public boolean deleteAllowed(boolean every)
Capabilities
deleteAllowed
in interface Capabilities
deleteAllowed
in class com.hp.hpl.jena.graph.impl.AllCapabilities
public boolean iteratorRemoveAllowed()
Capabilities
iteratorRemoveAllowed
in interface Capabilities
iteratorRemoveAllowed
in class com.hp.hpl.jena.graph.impl.AllCapabilities
public boolean findContractSafe()
Capabilities
findContractSafe
in interface Capabilities
findContractSafe
in class com.hp.hpl.jena.graph.impl.AllCapabilities
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |