Package eu.bandm.tools.ops
Interface Lattice<A>
- Type Parameters:
A
- the underlying data type on which the lattice structure is constructed.
public interface Lattice<A>
Realizing a mathematical lattice. Prototypical are sets with the set "join"
and "intersect/cut" operations.
-
Method Summary