Package | Description |
---|---|
net.sourceforge.czt.animation.eval.result |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEvalSet
TODO: move the caching functionality of this class into several
different iterator-wrappers, one that caches elements, another that
converts an Iterator into a ListIterator, etc.
|
class |
DiscreteSet
A simple implementation of {e1,e2,e3,...,eN}.
|
class |
EvalSet |
class |
FuzzySet
A partially-known set.
|
class |
GivenValue
A member of a given set.
|
class |
PowerSet
A power set with lazy evaluation of its elements.
|
class |
ProdSet
A simple implementation of a cartesian product set.
|
class |
RangeSet
A simple implementation of lo..hi.
|
class |
RelSet
A relation or function space, from_ <--> to_.
|
class |
SetComp
A simple implementation of a set comprehension.
|
class |
UnionSet
A simple implementation of the union of two EvalSets.
|
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.