|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for expressing capabilities.
Method Summary | |
boolean |
addAllowed()
Answer true if Graph::add() can be used to add at least some triples to the graph. |
boolean |
addAllowed(boolean everyTriple)
Answer true if Graph::add() can be used to add at least some triples to the graph. |
boolean |
canBeEmpty()
Answer true iff the graph can be completely empty. |
boolean |
deleteAllowed()
Answer true iff Graph::delete() can be used to remove at least some triples from the graph. |
boolean |
deleteAllowed(boolean everyTriple)
Answer true if Graph::delete() can be used to remove at least some triples from the graph. |
boolean |
iteratorRemoveAllowed()
Answer true iff the iterators returned from find support the .remove() operation. |
boolean |
sizeAccurate()
Answer true iff Graph::size() is accurate. |
Method Detail |
public boolean sizeAccurate()
public boolean addAllowed()
public boolean addAllowed(boolean everyTriple)
public boolean deleteAllowed()
public boolean deleteAllowed(boolean everyTriple)
public boolean iteratorRemoveAllowed()
public boolean canBeEmpty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |