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

A

AbstractValidator<T> - Class in edu.nrao.sss.validation
Partial implementation of a Validator.
AbstractValidator(String, Class<? extends T>) - Constructor for class edu.nrao.sss.validation.AbstractValidator
Helps create a new instance.
add(PolynomialPosition) - Method in class edu.nrao.sss.astronomy.PolynomialPositionTable
Adds newPosition to this table.
add(I) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Adds a new member to this group.
add(int, I) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Adds a new member to this group at the specified position.
add(PolynomialTerm) - Method in class edu.nrao.sss.math.Polynomial
Adds a term to this polynomial.
add(Polynomial) - Method in class edu.nrao.sss.math.Polynomial
Adds the given polynomial to this one.
add(PolynomialTerm) - Method in class edu.nrao.sss.math.PolynomialTerm
Adds otherTerm to this one, if and only if its exponent is the same as this term's.
add(Angle) - Method in class edu.nrao.sss.measure.Angle
Adds the other angle to this one.
add(BigDecimal) - Method in class edu.nrao.sss.measure.Angle
Adds the amount, of the same units as this angle, to this angle.
add(String) - Method in class edu.nrao.sss.measure.Angle
Adds the amount, of the same units as this angle, to this angle.
add(AngularVelocity) - Method in class edu.nrao.sss.measure.AngularVelocity
Adds other angular velocity to this one.
add(Distance) - Method in class edu.nrao.sss.measure.Distance
Adds other distance to this one.
add(BigDecimal) - Method in class edu.nrao.sss.measure.EquatorialArc
Adds amount, assumed to be in the same units as this arc, to this arc.
add(String) - Method in class edu.nrao.sss.measure.EquatorialArc
Adds amount, assumed to be in the same units as this arc, to this arc.
add(BigDecimal, ArcUnits) - Method in class edu.nrao.sss.measure.EquatorialArc
Adds amount units to this arc.
add(String, ArcUnits) - Method in class edu.nrao.sss.measure.EquatorialArc
Adds amount units to this arc.
add(Angle) - Method in class edu.nrao.sss.measure.EquatorialArc
Adds the given angle to this arc.
add(A) - Method in class edu.nrao.sss.measure.EquatorialArc
Adds the other arc to this one.
add(FluxDensity) - Method in class edu.nrao.sss.measure.FluxDensity
Adds other flux density to this one.
add(Frequency) - Method in class edu.nrao.sss.measure.Frequency
Adds other frequency to this one.
add(BigDecimal) - Method in class edu.nrao.sss.measure.JulianDate
Increments this date by the whole and fractional days.
add(TimeDuration) - Method in class edu.nrao.sss.measure.JulianDate
Increments this date by the given amount of time.
add(LinearVelocity) - Method in class edu.nrao.sss.measure.LinearVelocity
Adds other linear velocity to this one.
add(TimeDuration) - Method in class edu.nrao.sss.measure.TimeDuration
Adds the given time to this duration.
add(String, TimeUnits) - Method in class edu.nrao.sss.measure.TimeOfDay
Adds the given amount of time to this time of day.
add(BigDecimal, TimeUnits) - Method in class edu.nrao.sss.measure.TimeOfDay
Adds the given amount of time to this time of day.
add(TimeDuration) - Method in class edu.nrao.sss.measure.TimeOfDay
Adds the given amount of time to this time of day.
add(Filter<T>) - Method in class edu.nrao.sss.util.CompoundFilter
Adds newFilter as a component of this compound filter.
addAll(Collection<? extends I>) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Adds the collection of newMembers to this group.
addAll(int, Collection<? extends I>) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Adds the collection of newMembers to this group at the specified position.
addAll(Collection<? extends Filter<T>>) - Method in class edu.nrao.sss.util.CompoundFilter
Adds each of the filters in the collection as components of this compound filter.
addAttribute(HtmlAttribute) - Method in class edu.nrao.sss.html.HtmlElement
Adds newAttribute to this element.
addCell(HtmlTableCell) - Method in class edu.nrao.sss.html.HtmlTableRow
Adds newCell to this row.
addContentItem(Cloneable) - Method in class edu.nrao.sss.clipboard.ClipBoard
 
addContentItems(Collection<Cloneable>) - Method in class edu.nrao.sss.clipboard.ClipBoard
 
addCoveredRange(FrequencyRange) - Method in class edu.nrao.sss.measure.FrequencySpectrum
Adds a new frequency range to our set of covered ranges.
addCoveredRanges(String) - Method in class edu.nrao.sss.measure.FrequencySpectrum
Adds new covered ranges to this spectrum by parsing spectrumText.
addEvenIfEqualToCurrentMember(I) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Adds newMember even if this group already has a member to which it is equal.
addEvenIfEqualToCurrentMember(int, I) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Adds newMember at the specified position even if this group already has a member to which it is equal.
addFrom(String, String) - Method in class edu.nrao.sss.astronomy.EphemerisTable
Reads data from fileName and adds it to this table.
addFrom(InputStream, String) - Method in class edu.nrao.sss.astronomy.EphemerisTable
Reads data from in and adds it to this table.
addGroup(G) - Method in class edu.nrao.sss.catalog.Catalog
Adds a new group to this catalog.
addGroup(int, G) - Method in class edu.nrao.sss.catalog.Catalog
Adds a new group to this catalog at the specified position.
addGroups(Collection<? extends G>) - Method in class edu.nrao.sss.catalog.Catalog
Adds newGroups to this catalog.
addGroups(int, Collection<? extends G>) - Method in class edu.nrao.sss.catalog.Catalog
Adds newGroups to this catalog at the specified position.
addItem(I) - Method in class edu.nrao.sss.catalog.Catalog
Adds a new item to this catalog.
addItem(int, I) - Method in class edu.nrao.sss.catalog.Catalog
Adds a new item to this catalog at the specified position.
addItemEvenIfEqualToCurrentItem(I) - Method in class edu.nrao.sss.catalog.Catalog
Adds newItem even if this catalog already has an item to which it is equal.
addItemEvenIfEqualToCurrentItem(int, I) - Method in class edu.nrao.sss.catalog.Catalog
Adds newItem even if this catalog already has an item to which it is equal.
addItems(Collection<? extends I>) - Method in class edu.nrao.sss.catalog.Catalog
Adds newItems to this catalog.
addItems(int, Collection<? extends I>) - Method in class edu.nrao.sss.catalog.Catalog
Adds newItems to this catalog at the specified position.
addListener(CatalogListener<I, G, C>) - Method in class edu.nrao.sss.catalog.Catalog
Adds newListener to this catalog list.
addListener(CatalogItemGroupListener<I, G, C>) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Adds newListener to this group's list.
addPoint(Point2D) - Method in interface edu.nrao.sss.math.Interpolator
Adds a copy of newPoint to this interpolator.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.nrao.sss.util.XmlWrapper
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.nrao.sss.util.XmlWrapper
 
addRow(HtmlTableRow) - Method in class edu.nrao.sss.html.HtmlTable
Adds newRow to this table.
addSidereal(TimeDuration) - Method in class edu.nrao.sss.measure.LocalSiderealTime
Increments this LST by the given amount of sidereal time.
addSolar(TimeDuration) - Method in class edu.nrao.sss.measure.LocalSiderealTime
Increments this LST by the given amount of solar time.
addToSelectableSet(Class<E>, E) - Method in class edu.nrao.sss.util.EnumerationUtility
Add enumValue to the set of selectable elements of class enumType.
advanceTo(TimeOfDay) - Method in class edu.nrao.sss.measure.LocalSiderealTime
Advances this LST to the given time of day.
allows(SkyPosition) - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Returns true if this filter allows the given position to pass through it.
allows(T) - Method in class edu.nrao.sss.util.CompoundFilter
Returns true if this filter allows particle to pass through.
allows(T) - Method in interface edu.nrao.sss.util.Filter
Returns true if this filter allows particle to pass through.
AlterationStatus - Enum in edu.nrao.sss.util
The manner in which an object came to be in its current state.
Angle - Class in edu.nrao.sss.measure
An angle, or measure of arc.
Angle() - Constructor for class edu.nrao.sss.measure.Angle
Creates a new angle of zero degrees.
Angle(BigDecimal) - Constructor for class edu.nrao.sss.measure.Angle
Creates a new angle of degrees degrees.
Angle(String) - Constructor for class edu.nrao.sss.measure.Angle
Creates a new angle of degrees degrees.
Angle(BigDecimal, ArcUnits) - Constructor for class edu.nrao.sss.measure.Angle
Creates a new angle with the given magnitude and units.
Angle(String, ArcUnits) - Constructor for class edu.nrao.sss.measure.Angle
Creates a new angle with the given magnitude and units.
AngleSortKey - Class in edu.nrao.sss.measure
A sort key and comparator that works with angles.
AngleSortKey() - Constructor for class edu.nrao.sss.measure.AngleSortKey
Creates a new instance.
AngularVelocity - Class in edu.nrao.sss.measure
A measure of angular velocity.
AngularVelocity() - Constructor for class edu.nrao.sss.measure.AngularVelocity
Creates a new angular velocity of zero milliarcseconds per year.
AngularVelocity(BigDecimal) - Constructor for class edu.nrao.sss.measure.AngularVelocity
Creates a new angular velocity of masPerYear milliarcseconds per year.
AngularVelocity(String) - Constructor for class edu.nrao.sss.measure.AngularVelocity
Creates a new angular velocity of masPerYear milliarcseconds per year.
AngularVelocity(BigDecimal, AngularVelocityUnits) - Constructor for class edu.nrao.sss.measure.AngularVelocity
Creates a new angular velocity with the given magnitude and units.
AngularVelocity(String, AngularVelocityUnits) - Constructor for class edu.nrao.sss.measure.AngularVelocity
Creates a new angular velocity with the given magnitude and units.
AngularVelocityUnits - Class in edu.nrao.sss.measure
Units of angular velocity.
ANY_DISTANCE - Static variable in class edu.nrao.sss.astronomy.SkyPositionFilter
A constant that may be used to indicate that the minimum or maximum distance is unbounded.
ANY_LATITUDE - Static variable in class edu.nrao.sss.astronomy.SkyPositionFilter
A constant that may be used to indicate that the minimum or maximum latitude is unbounded.
ANY_LONGITUDE - Static variable in class edu.nrao.sss.astronomy.SkyPositionFilter
A constant that may be used to indicate that the minimum or maximum longitude is unbounded.
appendToDevicePath(String) - Method in class edu.nrao.sss.electronics.Signal
Appends the given text to this signal's device path.
ARC_SECONDS_PER_DAY - Static variable in class edu.nrao.sss.measure.AngularVelocityUnits
Arcseconds per day.
arcCosine(double) - Static method in class edu.nrao.sss.measure.Angle
Returns a new angle whose cosine is cosine.
arcSine(double) - Static method in class edu.nrao.sss.measure.Angle
Returns a new angle whose sine is sine.
arcTangent(double) - Static method in class edu.nrao.sss.measure.Angle
Returns a new angle whose tangent is tangent.
ArcUnits - Enum in edu.nrao.sss.measure
Units of arc.
AzimuthalEquidistantProjector - Class in edu.nrao.sss.geom
A coordinate transformer that maps a point on a sphere to a point on a plane using an azimuthal equidistant projection.
AzimuthalEquidistantProjector() - Constructor for class edu.nrao.sss.geom.AzimuthalEquidistantProjector
Creates a new instance.

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.