|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MGraph
A mutable graph
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Returns true if other represents the same mutable graph as
this instance, false otherwise. |
Graph |
getGraph()
Returns the graph |
| Methods inherited from interface org.apache.clerezza.rdf.core.TripleCollection |
|---|
addGraphListener, addGraphListener, filter, removeGraphListener |
| Methods inherited from interface java.util.Collection |
|---|
add, addAll, clear, contains, containsAll, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
boolean equals(Object other)
other represents the same mutable graph as
this instance, false otherwise. It returns true if this == other or if it
is otherwise guaranteed that changes to one of the instances are
immediately reflected in the other.
equals in interface Collection<Triple>equals in class Objectother -
Graph getGraph()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||