A B C D E F G H I J K L M N O P Q R S T U V W X Z

M

make(String, String, String) - Static method in class edu.nrao.sss.electronics.SignalFilter
Creates and returns a new filter that blocks all frequencies outside the given range.
make(String, FrequencyRange) - Static method in class edu.nrao.sss.electronics.SignalFilter
Creates and returns a new filter that blocks all frequencies outside the given range.
makeAdditiveMixer(String) - Static method in class edu.nrao.sss.electronics.SignalMixer
Creates and returns a new mixer that produces an output signal by adding an input signal to a local oscillator signal.
makeAndWeldInputTo(SignalSource) - Static method in class edu.nrao.sss.electronics.SignalPipe
Creates a new pipe, welds its input to source, and returns it.
makeAndWeldOutputTo(SignalProcessor) - Static method in class edu.nrao.sss.electronics.SignalPipe
Creates a new pipe, welds its output to processor, and returns it.
makeContinuousSet(Number, Number, NumberSet.LookupMethod) - Method in class edu.nrao.sss.math.NumberSetFactory
Creates a continuous set of numbers.
makeDiscreteSet(Set<? extends Number>, NumberSet.LookupMethod) - Method in class edu.nrao.sss.math.NumberSetFactory
Creates a discrete set of numbers.
makeDiscreteSetAdditive(Number, Number, Number, NumberSet.LookupMethod) - Method in class edu.nrao.sss.math.NumberSetFactory
Creates a discrete set of numbers.
makeDiscreteSetMultiplicative(Number, Number, Number, NumberSet.LookupMethod) - Method in class edu.nrao.sss.math.NumberSetFactory
Creates a discrete set of numbers.
makeEphemerisTable() - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makeFromMjd(BigDecimal) - Static method in class edu.nrao.sss.measure.JulianDate
Returns a new JulianDate for the given MJD.
makeFromMjd(String) - Static method in class edu.nrao.sss.measure.JulianDate
Returns a new JulianDate for the given MJD.
makeGapFiller(TimeInterval) - Method in class edu.nrao.sss.measure.TimeInterval
Returns a new time interval that exactly plugs the gap between this interval and the other.
makeHighPass(String, String) - Static method in class edu.nrao.sss.electronics.SignalFilter
Creates and returns a new filter that blocks all frequencies below minFreqGHz.
makeIso8601Formatter() - Static method in class edu.nrao.sss.util.DateUtility
Creates and returns a date formatter than parses dates from, and writes dates to, ISO 8601 text.
makeLowPass(String, String) - Static method in class edu.nrao.sss.electronics.SignalFilter
Creates and returns a new filter that blocks all frequencies above maxFreqGHz.
makeMjdZero() - Static method in class edu.nrao.sss.measure.JulianDate
Returns a new JulianDate whose time is set to the instance that MJD equals zero.
makeMultiInputSwitch(String, int) - Static method in class edu.nrao.sss.electronics.SignalSwitch
Creates and returns a new switch with a single output pole and the given number of input poles.
makeMultiOutputSwitch(String, int) - Static method in class edu.nrao.sss.electronics.SignalSwitch
Creates and returns a new switch with a single input pole and the given number of output poles.
makeOrbit() - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makePolynomialPosition() - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makePolynomialTable() - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makePolynomialTable(boolean) - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makePosition() - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makeSimplePosition() - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makeSolarSystemPosition() - Method in class edu.nrao.sss.astronomy.SkyPositionBuilder
 
makeSubtractiveMixer(String) - Static method in class edu.nrao.sss.electronics.SignalMixer
Creates and returns a new mixer that produces an output signal by subtracting an input signal from a local oscillator signal.
makeTable() - Method in class edu.nrao.sss.astronomy.EphemerisTableBuilder
 
makeValidationList(ValidationPurpose) - Method in class edu.nrao.sss.validation.AbstractValidator
Creates and returns a list of validations to be performed for the given purpose.
makeWave() - Method in class edu.nrao.sss.measure.Frequency
Creates and returns a new wave with the speed of light and this frequency.
makeWave(LinearVelocity) - Method in class edu.nrao.sss.measure.Frequency
Creates and returns a new wave with the given speed and this frequency.
manager - Variable in class edu.nrao.sss.validation.AbstractValidator
The manager for which this validator is performing its duties.
MathUtil - Class in edu.nrao.sss.math
A utility class for mathematical concepts.
MathUtil() - Constructor for class edu.nrao.sss.math.MathUtil
 
MC_FINAL_CALC - Static variable in class edu.nrao.sss.math.MathUtil
A math context to use when storing object properties as BigDecimals.
MC_INTERM_CALCS - Static variable in class edu.nrao.sss.math.MathUtil
A math context to use on intermediate calculations that are stepping stones to a final value.
memberAdded(G, I, int) - Method in class edu.nrao.sss.catalog.Catalog
 
memberAdded(G, I, int) - Method in interface edu.nrao.sss.catalog.CatalogItemGroupListener
Called after newMember was added to group.
memberMoved(G, I, int, int) - Method in class edu.nrao.sss.catalog.Catalog
 
memberMoved(G, I, int, int) - Method in interface edu.nrao.sss.catalog.CatalogItemGroupListener
Called after member was moved from one location to another within group.
memberRemoved(G, I, int) - Method in class edu.nrao.sss.catalog.Catalog
 
memberRemoved(G, I, int) - Method in interface edu.nrao.sss.catalog.CatalogItemGroupListener
Called after formerMember was removed from group.
memberReplaced(G, I, I, int) - Method in class edu.nrao.sss.catalog.Catalog
 
memberReplaced(G, I, I, int) - Method in interface edu.nrao.sss.catalog.CatalogItemGroupListener
Called after the member located at index was replaced by another member.
membersSorted(G) - Method in class edu.nrao.sss.catalog.Catalog
 
membersSorted(G) - Method in interface edu.nrao.sss.catalog.CatalogItemGroupListener
Called after the members of this group were sorted.
mergeWith(FrequencyRange) - Method in class edu.nrao.sss.measure.FrequencyRange
Modifies this range to be the union of this range and other, but only if the two ranges overlap or are contiguous.
METERS_PER_SECOND - Static variable in class edu.nrao.sss.measure.LinearVelocityUnits
Meters per second.
MILLI_ARC_SECONDS_PER_YEAR - Static variable in class edu.nrao.sss.measure.AngularVelocityUnits
Milliarcseconds per year.
mix(Signal) - Method in class edu.nrao.sss.electronics.SignalMixer
Creates and returns a new signal that is the result of applying this mixer to the given input signal.
modifiedDayNumber() - Method in class edu.nrao.sss.measure.JulianDate
Returns the Modified Julian Day Number for this date.
modifiedFraction() - Method in class edu.nrao.sss.measure.JulianDate
Returns the fractional portion of the modified value of this date.
modifiedValue() - Method in class edu.nrao.sss.measure.JulianDate
Returns the real number representation of the Modified Julian Date (MJD) corresponding this date.
move(int, int) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Moves a member fromIndex toIndex.
move(I, int) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Moves member toIndex.
moveCenterTo(Frequency) - Method in class edu.nrao.sss.measure.FrequencyRange
Moves this range so that its new center frequency is newCenter.
moveGroup(int, int) - Method in class edu.nrao.sss.catalog.Catalog
Moves a group fromIndex toIndex.
moveGroup(G, int) - Method in class edu.nrao.sss.catalog.Catalog
Moves group toIndex.
moveItem(int, int) - Method in class edu.nrao.sss.catalog.Catalog
Moves an item fromIndex toIndex.
moveItem(I, int) - Method in class edu.nrao.sss.catalog.Catalog
Moves item toIndex.
multiply(Signal) - Method in class edu.nrao.sss.electronics.SignalMultiplier
Multiplies input by this multiplier's factor and returns the multiplied signal.
multiply(Frequency) - Method in class edu.nrao.sss.electronics.SignalMultiplier
Multiplies input by this multiplier's factor and returns the multiplied frequency.
multiplyBy(BigDecimal) - Method in class edu.nrao.sss.measure.Angle
Multiplies this angle by multiplier.
multiplyBy(String) - Method in class edu.nrao.sss.measure.Angle
Multiplies this angle by multiplier.
multiplyBy(String) - Method in class edu.nrao.sss.measure.Frequency
Multiplies this frequency by multiplier.
multiplyBy(BigDecimal) - Method in class edu.nrao.sss.measure.Frequency
Multiplies this frequency by multiplier.
multiplyBy(String) - Method in class edu.nrao.sss.measure.FrequencyRange
Multiplies the low and high frequencies of this range by multiplier.
multiplyBy(BigDecimal) - Method in class edu.nrao.sss.measure.FrequencyRange
Multiplies the low and high frequencies of this range by multiplier.
multiplyBy(BigDecimal) - Method in class edu.nrao.sss.measure.LinearVelocity
Multiplies this velocity by multiplier.
multiplyBy(String) - Method in class edu.nrao.sss.measure.TimeDuration
Multiplies this duration by multiplier.
multiplyBy(BigDecimal) - Method in class edu.nrao.sss.measure.TimeDuration
Multiplies this duration by multiplier.

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2009. All Rights Reserved.