Index - All Packages - All Categories - All Classes

Class FeSet

An undifferentiated set of RangeElements.

Package: Udanax-Gold
All Superclasses: Object Heaper FeWrapper
Protocols: Object
Categories: Xanadu-wrapper

Class Methods

check: edition


construct: edition


infostProtocol



Overrides: FeWrapper class

initTimeNonInherited



Overrides: FeWrapper class

linkTimeNonInherited



Overrides: FeWrapper class

make


make: works


makeWrapper: edition


setSpec: wrap



Overrides: FeWrapper class

spec



Overrides: FeWrapper class

Instance Methods

count

The number of elements in the set

count: spec

How many elements in the set; if a spec is given, then how many elements of the given spec are in the set

countEditions: spec

How many elements in the set are Editions; if a spec is given, then how many of them satisfy the given spec

create: edition with: spec



Overrides: FeWrapper

iDs


iDSpace


includes: value

Whether the set includes the given RangeElement

intersect: other

Return those elements which are in both sets

minus: other

Remove some RangeElements from the set

printOn: oo



Overrides: Object

stepper

A stepper over the elements in the set

theOne

If there is exactly one element, then return it

unionWith: other

Return those elements which are in either set

with: value

Add a RangeElement to the set

without: value

Remove a RangeElement from the set


Index - All Packages - All Categories - All Classes