Class SIMPLE-SET


Slots on this class:

Documentation:
A simple set is a set that can be a member of another set.
Subclass-Of: Bounded, Set, Thing

Axioms:

(<=> (Simple-Set ?X) (And (Set ?X) (Bounded ?X)))


Notes: