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

R

r - Variable in class edu.nrao.sss.astronomy.sesame.PmVector
 
r - Variable in class edu.nrao.sss.astronomy.sesame.Veqr
 
read(String) - Method in interface edu.nrao.sss.astronomy.EphemerisTableReader
Creates an ephemeris table from the data found in the given file.
read(String, EphemerisTable) - Method in interface edu.nrao.sss.astronomy.EphemerisTableReader
Appends the data found in the given file to destination and returns it.
read(InputStream) - Method in interface edu.nrao.sss.astronomy.EphemerisTableReader
Creates an ephemeris table from the data found in the given input stream.
read(InputStream, EphemerisTable) - Method in interface edu.nrao.sss.astronomy.EphemerisTableReader
Appends the data found in the given stream to destination and returns it.
read(String) - Method in class edu.nrao.sss.astronomy.JplEphemerisTableReader
 
read(String, EphemerisTable) - Method in class edu.nrao.sss.astronomy.JplEphemerisTableReader
 
read(InputStream) - Method in class edu.nrao.sss.astronomy.JplEphemerisTableReader
 
read(InputStream, EphemerisTable) - Method in class edu.nrao.sss.astronomy.JplEphemerisTableReader
 
readHtmlFrom(Reader, int) - Method in class edu.nrao.sss.html.HtmlTable
Adds rows to this table by parsing source.
readObjectAsXmlFrom(Reader, Class<T>, Schema) - Method in class edu.nrao.sss.util.JaxbUtility
Creates and returns a new object based on the data read from an XML source.
readObjectAsXmlFrom(InputStream, Class<T>, Schema) - Method in class edu.nrao.sss.util.JaxbUtility
Creates and returns a new object based on the data read from an XML source.
readTextFrom(Reader, String) - Method in class edu.nrao.sss.html.HtmlTable
Appends new rows to this table by parsing the delimited text in reader.
ReflectiveDoubleSortKey<T> - Class in edu.nrao.sss.sort
A sort key and comparator that works with the Doubles returned by a method that is found reflectively.
ReflectiveDoubleSortKey(String) - Constructor for class edu.nrao.sss.sort.ReflectiveDoubleSortKey
Creates a new instance that will base its comparison on the Double returned by the method with the given name.
ReflectiveEnumSortKey<T,E extends Enum<E>> - Class in edu.nrao.sss.sort
A sort key and comparator that works with the enumeration elements returned by a method that is found reflectively.
ReflectiveEnumSortKey(String) - Constructor for class edu.nrao.sss.sort.ReflectiveEnumSortKey
Creates a new instance that will base its comparison on the Integer returned by the method with the given name.
ReflectiveIntSortKey<T> - Class in edu.nrao.sss.sort
A sort key and comparator that works with the Integers returned by a method that is found reflectively.
ReflectiveIntSortKey(String) - Constructor for class edu.nrao.sss.sort.ReflectiveIntSortKey
Creates a new instance that will base its comparison on the Integer returned by the method with the given name.
ReflectiveStringSortKey<T> - Class in edu.nrao.sss.sort
A sort key and comparator that works with the Strings returned by a method that is found reflectively.
ReflectiveStringSortKey(String) - Constructor for class edu.nrao.sss.sort.ReflectiveStringSortKey
Creates a new instance that will base its comparison on the String returned by the method with the given name.
registerValidator(Validator, Class<?>) - Method in class edu.nrao.sss.validation.ValidationManager
Configures this manager to validate instances of targetClass with validator.
registerValidator(Class<? extends Validator>, Class<?>) - Method in class edu.nrao.sss.validation.ValidationManager
Configures this manager to validate instances of targetClass with an instance of validator.
reload(Class<E>) - Method in class edu.nrao.sss.util.EnumerationUtility
Reloads the internally stored information for the given enumeration type.
reload() - Method in class edu.nrao.sss.util.EnumerationUtility
Reloads all internally stored information.
remove(PolynomialPosition) - Method in class edu.nrao.sss.astronomy.PolynomialPositionTable
Removes the first occurrence of the unwanted position from this table.
remove(int) - Method in class edu.nrao.sss.astronomy.PolynomialPositionTable
Removes the indexth position from this table.
remove(I) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Removes member from this group, if present.
remove(int) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Removes the member at index from this group.
remove(Filter<T>) - Method in class edu.nrao.sss.util.CompoundFilter
The component filter to be removed from this compound filter.
remove(K) - Method in class edu.nrao.sss.util.LookupTable
Removes the entry whose key is key from this table, if present.
removeAll(Collection<? extends I>) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Removes all elements of unwantedMembers that are contained in this group.
removeAll(Collection<? extends Filter<T>>) - Method in class edu.nrao.sss.util.CompoundFilter
The component filters to be removed from this compound filter.
removeAllAttributes() - Method in class edu.nrao.sss.html.HtmlElement
Removes all attributes from this element.
removeAllBlockedParticlesFrom(Collection<? extends SkyPosition>) - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Removes from flow any position that is blocked by this filter.
removeAllFilters() - Method in class edu.nrao.sss.util.CompoundFilter
Removes all component filters from this compound filter.
removeAllGroups() - Method in class edu.nrao.sss.catalog.Catalog
Removes all groups from this catalog.
removeAllItems() - Method in class edu.nrao.sss.catalog.Catalog
Removes all items from this catalog and its groups, but does not remove the groups themselves.
removeAllListeners() - Method in class edu.nrao.sss.catalog.Catalog
Removes all listeners from this catalog.
removeAllListeners() - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Removes all listeners from this group.
removeAttribute(HTML.Attribute) - Method in class edu.nrao.sss.html.HtmlElement
Removes from this element its attribute of the given type.
removeCell(HtmlTableCell) - Method in class edu.nrao.sss.html.HtmlTableRow
Removes unwantedCell from this row.
removeCell(int) - Method in class edu.nrao.sss.html.HtmlTableRow
Removes the cell at index from this row.
removeCoveredRange(FrequencyRange) - Method in class edu.nrao.sss.measure.FrequencySpectrum
Removes a frequency range from our set of covered ranges.
removeEmptyRows() - Method in class edu.nrao.sss.html.HtmlTable
Removes all empty rows (those with no cells) from this table.
removeFromSelectableSet(Class<E>, E) - Method in class edu.nrao.sss.util.EnumerationUtility
Removes enumValue from the set of selectable elements of class enumType.
removeGroup(G) - Method in class edu.nrao.sss.catalog.Catalog
Removes group from this catalog.
removeGroup(int) - Method in class edu.nrao.sss.catalog.Catalog
Removes the group at index from this catalog.
removeItem(I) - Method in class edu.nrao.sss.catalog.Catalog
Removes item from this catalog, if present.
removeItem(int) - Method in class edu.nrao.sss.catalog.Catalog
Removes the item found at index.
removeListener(CatalogListener<I, G, C>) - Method in class edu.nrao.sss.catalog.Catalog
Removes listener from this catalog's list.
removeListener(CatalogItemGroupListener<I, G, C>) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Removes listener from this group's list.
removePoint(double) - Method in interface edu.nrao.sss.math.Interpolator
Removes from this interpolator the point, if any, with an independent variable equal to xValue.
removeRow(HtmlTableRow) - Method in class edu.nrao.sss.html.HtmlTable
Removes unwantedRow from this table.
removeValue(V) - Method in class edu.nrao.sss.util.LookupTable
Removes all entries in this table whose value is value.
replace(PolynomialTerm) - Method in class edu.nrao.sss.math.Polynomial
Replaces a term in this polynomial with a copy of newTerm.
reset() - Method in class edu.nrao.sss.astronomy.EphemerisTable
Clears all entries from this table.
reset() - Method in class edu.nrao.sss.astronomy.Orbit
Resets this orbit to a circular orbit of 1 A.U.
reset() - Method in class edu.nrao.sss.astronomy.PolynomialPosition
Resets this position to its initial state.
reset() - Method in class edu.nrao.sss.astronomy.PolynomialPositionTable
Clears all entries from this table.
reset() - Method in class edu.nrao.sss.astronomy.SimpleSkyPosition
 
reset() - Method in class edu.nrao.sss.astronomy.SolarSystemBodyPosition
Resets the internals of this position, except for its body name.
reset() - Method in class edu.nrao.sss.html.HtmlTableTagHandler
 
reset(int, HtmlTable) - Method in class edu.nrao.sss.html.HtmlTableTagHandler
 
reset(List<HtmlTable>) - Method in class edu.nrao.sss.html.HtmlTableTagHandler
 
reset() - Method in class edu.nrao.sss.measure.Angle
Resets this angle so that it is equal to a angle created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.AngularVelocity
Resets this angular velocity so that it is equal to an angular velocity created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.Distance
Resets this distance so that it is equal to a distance created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.FluxDensity
Resets this flux density so that it is equal to a flux density created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.Frequency
Resets this frequency so that it is equal to a frequency created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.FrequencyRange
Resets this range so that it contains all positive frequencies.
reset() - Method in class edu.nrao.sss.measure.Latitude
Resets this latitude so that it is equal to a latitude created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.LinearVelocity
Resets this linear velocity so that it is equal to one created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.Longitude
Resets this longitude so that it is equal to a longitude created via the no-argument constructor.
reset() - Method in class edu.nrao.sss.measure.LongitudeInterval
Resets this interval to its default state.
reset() - Method in class edu.nrao.sss.measure.TimeDuration
Resets this duration to its initial state.
reset() - Method in class edu.nrao.sss.measure.TimeInterval
Resets this interval to its initial state.
reset() - Method in class edu.nrao.sss.measure.TimeOfDayInterval
Resets this interval to its default state.
Resolver - Class in edu.nrao.sss.astronomy.sesame
Java class for anonymous complex type.
Resolver() - Constructor for class edu.nrao.sss.astronomy.sesame.Resolver
 
resolver - Variable in class edu.nrao.sss.astronomy.sesame.Target
 
reverseDirection() - Method in class edu.nrao.sss.measure.Angle
Reverses the direction of this angle.
run(List<ValidationFailure>) - Method in class edu.nrao.sss.validation.Validation
Runs this validation and places any failures in the given list.

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.