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

P

Parsing - class cds.astro.Parsing.
This class interprets text and is able to convert to numbers, or find a symbol in a list of symbols.
Parsing(String) - Constructor for class cds.astro.Parsing
Create a Parsing unit from a string
Parsing(String, int) - Constructor for class cds.astro.Parsing
Create a Parsing unit from a string + offset
parse(String, int) - Method in class cds.astro.Astrotime
Interpret a string for a time.
parse(String, int) - Method in class cds.astro.Unit
Examine a String for a Unit + Value
parseArray(double[]) - Method in class cds.astro.Parsing
Interpret an array (several numbers).
parseDecimal() - Method in class cds.astro.Parsing
Interpret a real number as (+/-)num.decimals.
parseDouble() - Method in class cds.astro.Parsing
Interpret a real number as (+/-)numE+/-pow.
parseFactor() - Method in class cds.astro.Parsing
Interpret a real number as (+/-)numx10+pow OR (+/-)numE+pow.
parseInt() - Method in class cds.astro.Parsing
Try to match an Integer Number.
parseNaN() - Method in class cds.astro.Parsing
Try to match one of the possible NaN representations.
parsePositiveInt() - Method in class cds.astro.Parsing
Try to match a Positive Integer Number.
parseSexa() - Method in class cds.astro.Parsing
Interpret a sexagesimal number.
parseUnit(String, int) - Method in class cds.astro.Unit
Look in the input string for a Unit
parseValue(String, int) - Method in class cds.astro.Unit
Look in the input string for a value
parseWithError(double[]) - Method in class cds.astro.Parsing
Interpret a number + Error.
parsing(Parsing) - Method in class cds.astro.Astrotime
Interpret a string for a time.
plus(Unit) - Method in class cds.astro.Unit
Compute the Addition of 2 numbers with their associated units.
pos - Variable in class cds.astro.Parsing
The current position in the array
power(int) - Method in class cds.astro.Unit
Compute the Power of a number/unit
powers - Static variable in class cds.astro.AstroMath
 
prod(Unit) - Method in class cds.astro.Unit
Compute the Product of 2 numbers with their associated units.

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