AppliedDiffGraph

case
class AppliedDiffGraph(diffGraph: DiffGraph, inverseDiffGraph: Option[DiffGraph], nodeToOdbNode: IdentityHashMap[NewNode, StoredNode])

Diff Graph that has been applied to a source graph. This is a wrapper around diff graph, which additionally provides a map from nodes to graph ids.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def nodeToGraphId(node: NewNode): Long

Obtain the id this node has in the applied graph

Obtain the id this node has in the applied graph

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product