Index - All Packages - All Categories - All Classes
Class SequenceMapping
Transforms a Sequence by shifting some amount, and then adding another Sequence to it.
Package: Udanax-Gold
All Superclasses: Object Heaper Mapping Dsp
Protocols: Object
Categories: Xanadu-tumbler
Class Methods
infostProtocol
Overrides: Mapping class
make: shift with: translation
Overrides: Mapping class
Instance Methods
compose: dsp
Return the composition of the two Dsps. Two Dsps of the same space are always composable.
(a->compose(b) ->minus(b))->isEqual (a)
(a->compose(b) ->of(pos))->isEqual (a->of (b->of (pos))
Overrides: Dsp
coordinateSpace
Overrides: Dsp
create: shift with: translation
createRcvr: receiver
inverse
Overrides: Dsp
inverseCompose: dsp
Overrides: Dsp
inverseOf: position
Overrides: Dsp
inverseOfAll: reg
Overrides: Dsp
isIdentity
Overrides: Dsp
minus: dsp
Overrides: Dsp
of: position
Overrides: Dsp
ofAll: reg
Overrides: Dsp
sendSelfTo: xmtr
shift
The amount by which it shifts a sequence
translation
What it adds to a sequence after shifting it
Index - All Packages - All Categories - All Classes