public interface MGraph extends TripleCollection
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns true if
other represents the same mutable graph as
this instance, false otherwise. |
Graph |
getGraph()
Returns the graph
|
addGraphListener, addGraphListener, filter, removeGraphListener
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 Object
other
- Graph getGraph()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.