de.rwth.domains
Interface  CompletePOSet
- All Superinterfaces: 
- POSet, Set
- All Known Subinterfaces: 
- CompleteLattice
- All Known Implementing Classes: 
- LiftedCompletePOSet, TupleCompletePOSet, FunctionCompletePOSet
- public interface CompletePOSet- extends POSet
Interface for complete partially ordered sets. Complete partially ordered sets are
 partially ordered sets with a least element and the property that every infinite
 directed set has a least upper bound.
- Version: 
- $Id: CompletePOSet.java,v 1.2 2002/09/17 06:53:53 mohnen Exp $
- Author: 
- Markus Mohnen
 
| Method Summary | 
|  java.lang.Object | bottom()Gets the least element of this
 CompletePOSet. | 
 
| Methods inherited from interface de.rwth.domains.POSet | 
| le, lt | 
 
 
bottom
public java.lang.Object bottom()
- Gets the least element of this CompletePOSet.
 Implementations should guarantee that bottomis indeed least
 element of this set, this is to say thatisElementrecognises the
 value returned bybottomandlt(bottom(),e)==truefor
 all elementse.
 
- 
 
- 
- Returns:
- the least element in this set
- See Also: 
- Domain.checkProperties(CompletePOSet cposet)