|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.rwth.domains.templates.TupleSet | +--de.rwth.domains.templates.TuplePOSet | +--de.rwth.domains.templates.TupleLattice | +--de.rwth.domains.templates.TupleCompleteLattice
Class for the creation of complete lattices as tuple from other complete lattices.
Inner classes inherited from class de.rwth.domains.Set |
Set.Default |
Fields inherited from class de.rwth.domains.templates.TupleSet |
sets, size, sizeSkel |
Constructor Summary | |
TupleCompleteLattice(CompleteLattice[] lattices)
Creates a new 'TupleCompleteLattice' instance from an array of lattices. |
Method Summary | |
java.lang.Object |
bottom()
Returns the bottom element, which is the tuple of bottom elements from the component lattices. |
java.lang.Object |
top()
Returns the top element, which is the tuple of top elements from the component lattices. |
Methods inherited from class de.rwth.domains.templates.TupleLattice |
join, main, meet |
Methods inherited from class de.rwth.domains.templates.TuplePOSet |
le, lt |
Methods inherited from class de.rwth.domains.templates.TupleSet |
equals, getSets, isElement, iterator, iteratorSkel, 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.Lattice |
join, meet |
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 TupleCompleteLattice(CompleteLattice[] lattices)
Method Detail |
public java.lang.Object top()
top
in interface CompleteLattice
Object
valuepublic java.lang.Object bottom()
bottom
in interface CompleteLattice
Object
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |