|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.rwth.domains.templates.LiftedPOSet | +--de.rwth.domains.templates.LiftedCompletePOSet
Class for the creation of lifted complete partially ordered sets, which are partially ordered sets with an unique additional least element and which are complete after this addition.
Inner classes inherited from class de.rwth.domains.Set |
Set.Default |
Fields inherited from class de.rwth.domains.templates.LiftedPOSet |
bottom, poset |
Constructor Summary | |
LiftedCompletePOSet(POSet poset)
Lifts an existing partially ordered set by adding a new unique least element. |
Method Summary | |
java.lang.Object |
bottom()
The method bottom gets the least element of this
CompletePOSet , which is the
unique new bottom element of this lifted partially ordered set. |
Methods inherited from class de.rwth.domains.templates.LiftedPOSet |
equals, isElement, iterator, iteratorSkel, le, lt, main, size, sizeSkel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.rwth.domains.POSet |
le, lt |
Methods inherited from interface de.rwth.domains.Set |
equals, isElement, iterator, iteratorSkel, size, sizeSkel |
Constructor Detail |
public LiftedCompletePOSet(POSet poset)
constraints
!poset
- the partially ordered set to be liftedMethod Detail |
public java.lang.Object bottom()
bottom
gets the least element of this
CompletePOSet
, which is the
unique new bottom element of this lifted partially ordered set.bottom
in interface CompletePOSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |