V
- The domain type for this lattice.public interface MeetLattice<V>
Modifier and Type | Method and Description |
---|---|
V |
bottomElement()
Returns the unique bottom element of this lattice.
|
V |
meet(V left,
V right)
Computes the meet of left and right.
|
V |
topElement()
Returns the unique top element of this lattice.
|
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.