PrevEOGLattice

Implements the LatticeElement over a set of nodes and their set of "nextEOG" nodes which reach this node.

Constructors

Link copied to clipboard
constructor(elements: IdentityHashMap<Node, IdentitySet<Node>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: LatticeElement<IdentityHashMap<Node, IdentitySet<Node>>>): Int
Link copied to clipboard
open override fun duplicate(): PrevEOGLattice

Duplicates the object, i.e., makes a deep copy.

Link copied to clipboard

Computes the least upper bound of this lattice and other. It returns a new object and does not modify either of the objects.