PrevEOGLattice
class PrevEOGLattice(val elements: IdentityHashMap<Node, IdentitySet<Node>>) : LatticeElement<IdentityHashMap<Node, IdentitySet<Node>>>
Implements the LatticeElement over a set of nodes and their set of "nextEOG" nodes which reach this node.
Functions
Link copied to clipboard
open operator override fun compareTo(other: LatticeElement<IdentityHashMap<Node, IdentitySet<Node>>>): Int
Link copied to clipboard
Duplicates the object, i.e., makes a deep copy.
Link copied to clipboard
open override fun lub(other: LatticeElement<IdentityHashMap<Node, IdentitySet<Node>>>): LatticeElement<IdentityHashMap<Node, IdentitySet<Node>>>
Computes the least upper bound of this lattice and other. It returns a new object and does not modify either of the objects.