A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ Α Ε Μ Π Σ Φ

G

G - Static variable in class javax.measure.unit.NonSI
A unit of acceleration equal to the gravity at the earth's surface (standard name grav).
G - Static variable in class org.jscience.arts.ArtsConstants
DOCUMENT ME!
g - Variable in class org.jscience.computing.ai.AStarPathfinder.AStarNode
The g-value.
g(double, double[]) - Method in interface org.jscience.mathematics.analysis.ode.SwitchingFunction
Compute the value of the switching function.
g - Static variable in class org.jscience.measure.MeasureConstants
Holds the standard acceleration due to gravity (approximately equal to the acceleration due to gravity on the Earth's surface).
G - Static variable in class org.jscience.measure.MeasureConstants
Holds the Newtonian constant of gravitation.
G - Static variable in class org.jscience.physics.PhysicsConstants
g gravity at 0 meters on earth.
G0 - Static variable in class org.jscience.measure.MeasureConstants
Holds the conductance quantum (2e²/h)
G_DAY_SIMPLE_TYPE - Static variable in class org.jscience.ml.gml.xml.schema.XMLSchema
DOCUMENT ME!
G_MONTH_DAY_SIMPLE_TYPE - Static variable in class org.jscience.ml.gml.xml.schema.XMLSchema
DOCUMENT ME!
G_MONTH_SIMPLE_TYPE - Static variable in class org.jscience.ml.gml.xml.schema.XMLSchema
DOCUMENT ME!
G_YEAR_MONTH_SIMPLE_TYPE - Static variable in class org.jscience.ml.gml.xml.schema.XMLSchema
DOCUMENT ME!
G_YEAR_SIMPLE_TYPE - Static variable in class org.jscience.ml.gml.xml.schema.XMLSchema
DOCUMENT ME!
GA - Static variable in class org.jscience.politics.PoliticsConstants
DOCUMENT ME!
gain - Variable in class org.jscience.media.pictures.filters.CellularFilter
DOCUMENT ME!
gain(float, float) - Static method in class org.jscience.media.pictures.filters.ImageMath
A variant of the gamma function.
gain - Variable in class org.jscience.media.pictures.filters.TextureFilter
DOCUMENT ME!
gain - Variable in class org.jscience.physics.electricity.circuitry.elements.OpAmpElement
DOCUMENT ME!
GAINDBDEF - Static variable in class org.jscience.media.audio.dsp.processors.CompExp
DOCUMENT ME!
GAINDBDEF - Static variable in class org.jscience.media.audio.dsp.processors.CompExpHard
DOCUMENT ME!
gains - Variable in class org.jscience.architecture.traffic.algorithms.tlc.GenNeuralTLC.GenNeuralIndividual
DOCUMENT ME!
Galactic - Static variable in class org.jscience.astronomy.solarsystem.coordinates.CoordinateSystem
Standard Galactic coordinates
GalacticCoordinateSystem - Class in org.jscience.astronomy.solarsystem.coordinates.coordinatesystems
The class defining Galactic coordinate system.
GalacticCoordinateSystem() - Constructor for class org.jscience.astronomy.solarsystem.coordinates.coordinatesystems.GalacticCoordinateSystem
 
Galactose - Class in org.jscience.biology.molecules.carbohydrates
A class representing the Galactose carbohydrate molecule.
Galactose() - Constructor for class org.jscience.biology.molecules.carbohydrates.Galactose
Creates a new Galactose object.
GALLON_DRY_US - Static variable in class javax.measure.unit.NonSI
A unit of volume equal to one US dry gallon.
GALLON_LIQUID_US - Static variable in class javax.measure.unit.NonSI
A unit of volume equal to one US gallon, Liquid Unit.
GALLON_UK - Static variable in class javax.measure.unit.NonSI
A unit of volume equal to 4.546 09 NonSI.LITRE (standard name gal_uk).
Game - Interface in org.jscience.economics.resources
A class representing something you can play with.
GameBoardMove - Class in org.jscience.computing.game
A specialized GameMove class suitable for board games to implement moves of pieces from and to positions on a board.
GameBoardMove(int, GameBoardPosition) - Constructor for class org.jscience.computing.game.GameBoardMove
Creates a new GameBoardMove object.
GameBoardMove(int, GameBoardPosition, Object) - Constructor for class org.jscience.computing.game.GameBoardMove
Creates a new GameBoardMove object.
GameBoardMove(int, GameBoardPosition, GameBoardPosition) - Constructor for class org.jscience.computing.game.GameBoardMove
Creates a new GameBoardMove object.
GameBoardMove(int, GameBoardPosition, GameBoardPosition, Object) - Constructor for class org.jscience.computing.game.GameBoardMove
Creates a new GameBoardMove object.
GameBoardPosition - Class in org.jscience.computing.game
GameBoardPosition implements a board position that can be used for various board game implementations.
GameBoardPosition(int) - Constructor for class org.jscience.computing.game.GameBoardPosition
Creates a new GameBoardPosition object.
GameDriver - Class in org.jscience.computing.game
The GameDriver provides an implementation for an AutoPlay.
GameDriver(GamePlay) - Constructor for class org.jscience.computing.game.GameDriver
initializes with RandomPlayer objects and level 0
GameDriver(GamePlay, Player[], int) - Constructor for class org.jscience.computing.game.GameDriver
 
GameException - Exception in org.jscience.computing.game
thrown when game related exceptions are raised that should be caught
GameException() - Constructor for exception org.jscience.computing.game.GameException
Creates a new GameException object.
GameException(String) - Constructor for exception org.jscience.computing.game.GameException
Creates a new GameException object.
GameException(GamePlay, String) - Constructor for exception org.jscience.computing.game.GameException
Creates a new GameException object.
gameFrameX - Static variable in interface org.jscience.computing.game.JGamePlay
horizontal offset for positioning the game board
gameFrameY - Static variable in interface org.jscience.computing.game.JGamePlay
vertical offset for positioning the game board
GameGUI - Interface in org.jscience.computing.game
The GameGUI interface is implemented by objects that use the JGamePlay interface to play a game.
GameMove - Interface in org.jscience.computing.game
GameMove provides the necessary methods that allow a GamePlay object to handle a game move properly.
gameOver() - Method in class org.jscience.computing.game.AbstractGame
This convenience function gameOver() simply checks whether there are any legal moves left; consequently, unless this function is overridden, listLegalMoves() must not check for gameOver().
gameOver() - Method in class org.jscience.computing.game.cards.BlackJack
DOCUMENT ME!
gameOver() - Method in class org.jscience.computing.game.chess.ChessGame
Current limitations: gameOver() doesn't currently check for things like insufficient material for checkmate or 3rd repititions.
GamePlay - Interface in org.jscience.computing.game
GamePlay provides all methods needed to play a game.
GameRuntimeException - Exception in org.jscience.computing.game
The GameRuntimeException provides access to the GamePlay object that is associated to the exception, so that Exception handing code can take advantage of it.
GameRuntimeException() - Constructor for exception org.jscience.computing.game.GameRuntimeException
Creates a new GameRuntimeException object.
GameRuntimeException(String) - Constructor for exception org.jscience.computing.game.GameRuntimeException
Creates a new GameRuntimeException object.
GameRuntimeException(String, Throwable) - Constructor for exception org.jscience.computing.game.GameRuntimeException
Creates a new GameRuntimeException object.
GameRuntimeException(GamePlay, String) - Constructor for exception org.jscience.computing.game.GameRuntimeException
Creates a new GameRuntimeException object.
GameRuntimeException(GamePlay, String, Throwable) - Constructor for exception org.jscience.computing.game.GameRuntimeException
Creates a new GameRuntimeException object.
GameServer - Class in org.jscience.computing.game
A GameServer hosts a GamePlay object that clients can play remotely by connecting to it and following this server's protocol.
GameServer(int, GamePlay, int, Logger) - Constructor for class org.jscience.computing.game.GameServer
Creates a new GameServer object.
GameUtils - Class in org.jscience.computing.game
The class GameUtils provides several algorithms for operating on GamePlay objects.
GAMING - Static variable in class org.jscience.arts.ArtsConstants
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.SL1TLC
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.SL2TLC
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.SL3TLC
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.SL4TLC
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.SL5TLC
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.SL6TLC
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC1B1
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCDestless
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCFix
 
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCOpt
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC2B1
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC2Final
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC2TLCDestless
DOCUMENT ME!
gamma - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TC2TLCOpt
DOCUMENT ME!
gamma - Variable in class org.jscience.architecture.traffic.algorithms.tlc.TC3B1
DOCUMENT ME!
gamma - Variable in class org.jscience.architecture.traffic.algorithms.tlc.TC3Opt
DOCUMENT ME!
gamma - Variable in class org.jscience.architecture.traffic.algorithms.tlc.TC3TLCWorkInProgress
DOCUMENT ME!
gamma(int, int, int[], double[][], double[][]) - Method in class org.jscience.computing.hmm.HMM
Calculation of gamma_t(i), which is the probability P(i_t = s_i | o, hmm), that is, the probability of being in state i at time given observation sequence o and this HMM.
GAMMA - Static variable in class org.jscience.mathematics.algebraic.fields.DoubleField
DOCUMENT ME!
GAMMA - Static variable in class org.jscience.mathematics.algebraic.fields.ExactRealField
DOCUMENT ME!
GAMMA - Static variable in class org.jscience.mathematics.MathConstants
Euler's gamma constant.
gamma(double) - Static method in class org.jscience.mathematics.SpecialMathUtils
Gamma function.
gamma(double) - Static method in class org.jscience.mathematics.statistics.StatisticsUtils
This method computes the gamma function.
gamma - Variable in class org.jscience.media.audio.dsp.filters.IIRFilterBase
DOCUMENT ME!
gamma - Variable in class org.jscience.media.audio.dsp.filters.IIRFilterDesignBase
DOCUMENT ME!
GAMMA_RAYS - Static variable in class org.jscience.physics.waves.ElectromagneticSpectrum
DOCUMENT ME!
GAMMA_X_MAX_VALUE - Static variable in class org.jscience.mathematics.SpecialMathUtils
The largest argument for which gamma(x) is representable in the machine.
gammaCDF(double, double) - Static method in class org.jscience.mathematics.statistics.StatisticsUtils
This method computes the cumulative distribution function of the gamma distribution with a specified shape parameter and scale parameter 1.
GammaDistribution - Class in org.jscience.mathematics.statistics
This class models the gamma distribution with a specified shape parameter and scale parameter.
GammaDistribution(double, double) - Constructor for class org.jscience.mathematics.statistics.GammaDistribution
This general constructor creates a new gamma distribution with specified shape parameter and scale parameters.
GammaDistribution() - Constructor for class org.jscience.mathematics.statistics.GammaDistribution
This default constructor creates a new gamma distribution with shape parameter 1 and scale parameter 1.
GammaFilter - Class in org.jscience.media.pictures.filters
DOCUMENT ME!
GammaFilter() - Constructor for class org.jscience.media.pictures.filters.GammaFilter
Creates a new GammaFilter object.
GammaFilter(float) - Constructor for class org.jscience.media.pictures.filters.GammaFilter
Creates a new GammaFilter object.
GammaFilter(float, float, float) - Constructor for class org.jscience.media.pictures.filters.GammaFilter
Creates a new GammaFilter object.
gammaIncomplete(double, double) - Static method in class org.jscience.chemistry.quantum.integral.Integrals
Incomple gamma function gamma() computed from Numerical Recipes routine gammp.
GammaMatrix - Class in org.jscience.physics.quantum
The GammaMatrix class provides an object for encapsulating the gamma matrices.
gammln(double) - Static method in class org.jscience.chemistry.quantum.integral.Integrals
Numerical recipes, section 6.1
gammln(double) - Static method in class org.jscience.physics.nuclear.kinematics.math.statistics.MathUtils
Returns Incomplete gamma P(a,x) evaluated by series.
gammq(double, double) - Static method in class org.jscience.physics.nuclear.kinematics.math.statistics.MathUtils
Returns the incomplete gamma function Q(a,x) == 1 - P(a,x).
gap - Variable in class org.jscience.awt.util.Border
 
GAP_CHARACTER - Static variable in class org.jscience.biology.alignment.PairwiseAlignmentAlgorithm
Character that signals a gap in sequence.
gap_cost - Variable in class org.jscience.biology.alignment.BasicScoringScheme
The cost of a gap (an insertion or deletion of a character).
GAP_TAG - Static variable in class org.jscience.biology.alignment.PairwiseAlignmentAlgorithm
Character that signals a gap in the score tag line of an alignment.
gapped_seq1 - Variable in class org.jscience.biology.alignment.PairwiseAlignment
First gapped sequence.
gapped_seq2 - Variable in class org.jscience.biology.alignment.PairwiseAlignment
Second gapped sequence.
GarminGPS - Class in org.jscience.devices.gps.garmin
DOCUMENT ME!
GarminGPS(BufferedInputStream, BufferedOutputStream) - Constructor for class org.jscience.devices.gps.garmin.GarminGPS
 
GarminInputStream - Class in org.jscience.devices.gps.garmin
This class provides the functionality of automatically removing the double DLEs from the GPS-inputstream.
GarminInputStream(InputStream) - Constructor for class org.jscience.devices.gps.garmin.GarminInputStream
Takes the stream to the GPS-unit as an argument.
GarminListener - Interface in org.jscience.devices.gps.garmin
This interface should be implemented by classes that are interested in getting all the Garmin-packets transmitted by a Garmin-GPS.
GarminListeners - Variable in class org.jscience.devices.gps.garmin.GarminGPS
A vector containing references to all the GarminListeners.
GarminOutputStream - Class in org.jscience.devices.gps.garmin
This class take care of adding DLE-stuffing to all packets sent to the GPS.
GarminOutputStream(OutputStream) - Constructor for class org.jscience.devices.gps.garmin.GarminOutputStream
Creates a new GarminOutputStream object.
GarminPacket - Class in org.jscience.devices.gps.garmin
A class that encapsulates the basic functionality of a packet.
GarminPacket(int[]) - Constructor for class org.jscience.devices.gps.garmin.GarminPacket
Creates a new GarminPacket with the contents of p.
GarminPacket(int[], boolean) - Constructor for class org.jscience.devices.gps.garmin.GarminPacket
Creates a new GarminPacket with the contents of p. if calcChecksum is true, the packet will have it's checksum recalculated.
GarminPacketReceived(GarminPacket) - Method in interface org.jscience.devices.gps.garmin.GarminListener
This method will be called for each packet received from the GPS.
GAS - Static variable in class org.jscience.architecture.ArchitectureConstants
kinds of pipes
GAS - Static variable in class org.jscience.chemistry.ChemistryConstants
DOCUMENT ME!
Gas - Class in org.jscience.economics.resources
A class representing Gas.
Gas(String, String, Amount, Community, Place, Date) - Constructor for class org.jscience.economics.resources.Gas
Creates a new Mineral object.
gas - Static variable in class org.jscience.physics.nuclear.kinematics.nuclear.EnergyLoss
Whether the room temperature phase is gaseous or not.
GasAbsorber - Class in org.jscience.physics.nuclear.kinematics.nuclear
Implementation of Absorber for gasses.
GasAbsorber(double, double, String[], int[]) - Constructor for class org.jscience.physics.nuclear.kinematics.nuclear.GasAbsorber
Given thickness in millimeters, pressure in torr, element components, and the numbers of atoms for each element in the gas molecule, creates an instance of absorber.
GasAbsorber(double, double, String, int) - Constructor for class org.jscience.physics.nuclear.kinematics.nuclear.GasAbsorber
Creates a new GasAbsorber object.
gate1x - Variable in class org.jscience.physics.electricity.circuitry.elements.MosfetElement
DOCUMENT ME!
gate1y - Variable in class org.jscience.physics.electricity.circuitry.elements.MosfetElement
DOCUMENT ME!
gate2x - Variable in class org.jscience.physics.electricity.circuitry.elements.MosfetElement
DOCUMENT ME!
gate2y - Variable in class org.jscience.physics.electricity.circuitry.elements.MosfetElement
DOCUMENT ME!
gate3x - Variable in class org.jscience.physics.electricity.circuitry.elements.MosfetElement
DOCUMENT ME!
gate3y - Variable in class org.jscience.physics.electricity.circuitry.elements.MosfetElement
DOCUMENT ME!
GateElement - Class in org.jscience.physics.electricity.circuitry.elements
DOCUMENT ME!
GateElement(int, int) - Constructor for class org.jscience.physics.electricity.circuitry.elements.GateElement
Creates a new GateElement object.
GateElement(int, int, int, int, int, StringTokenizer) - Constructor for class org.jscience.physics.electricity.circuitry.elements.GateElement
Creates a new GateElement object.
gategx - Variable in class org.jscience.physics.electricity.circuitry.elements.JfetElement
DOCUMENT ME!
gategy - Variable in class org.jscience.physics.electricity.circuitry.elements.JfetElement
DOCUMENT ME!
gaterh - Variable in class org.jscience.physics.electricity.circuitry.elements.JfetElement
DOCUMENT ME!
gaterw - Variable in class org.jscience.physics.electricity.circuitry.elements.JfetElement
DOCUMENT ME!
gaterx - Variable in class org.jscience.physics.electricity.circuitry.elements.JfetElement
DOCUMENT ME!
gatery - Variable in class org.jscience.physics.electricity.circuitry.elements.JfetElement
DOCUMENT ME!
GATHER - Static variable in class org.jscience.economics.resources.ArtifactsConstants
DOCUMENT ME!
GaugeBoson - Class in org.jscience.physics.quantum.particles
A class representing gauge bosons.
GaugeBoson() - Constructor for class org.jscience.physics.quantum.particles.GaugeBoson
Constructs a gauge boson.
GAUSS - Static variable in class javax.measure.unit.NonSI
A unit of magnetic flux density equal 1000 A/m (standard name G).
Gauss - Class in org.jscience.mathematics.analysis.expressions.symbolic
Class representing a Gaussian distributed random number with specified mean and standard deviation.
Gauss(Expression, Expression, long) - Constructor for class org.jscience.mathematics.analysis.expressions.symbolic.Gauss
Creates a Gauss object that represent a random number between the two expressions.
Gauss(Expression, Expression) - Constructor for class org.jscience.mathematics.analysis.expressions.symbolic.Gauss
Creates a Gauss object that represent a random number between the two expressions.
GAUSSIAN - Static variable in class org.jscience.computing.ai.vision.NoiseFilter
Create Gaussian noise.
Gaussian - Class in org.jscience.computing.kmeans
This class implements the Gaussian activation function.
Gaussian() - Constructor for class org.jscience.computing.kmeans.Gaussian
Default constructor.
gaussian() - Method in class org.jscience.measure.random.RandomElement
gaussian() uses the Box-Muller algorithm to transform raw()'s into gaussian deviates.
gaussian(double) - Method in class org.jscience.measure.random.RandomElement
 
gaussian() - Method in class org.jscience.measure.random.RandomSynchronized
Must be synchronized because state is stored in BMoutput
gaussian4(int, PrimitiveMapping, double, double) - Static method in class org.jscience.mathematics.analysis.NumericalMathUtils
Numerical integration using the Gaussian integration formula (4 points).
gaussian8(int, PrimitiveMapping, double, double) - Static method in class org.jscience.mathematics.analysis.NumericalMathUtils
Numerical integration using the Gaussian integration formula (8 points).
GAUSSIAN_GRAVITATIONAL_CONSTANT - Static variable in class org.jscience.astronomy.AstronomyConstants
Gaussian Gravitational Constant in A3/2S-1/2D-1 with length A: astronomical unit (the mean axis of the orbit of the Earth around the Sun); time D: mean solar day (the mean rotation period of the Earth around its axis, with respect to the Sun); mass S: the mass of the Sun.
GAUSSIAN_YEAR - Static variable in class org.jscience.astronomy.AstronomyConstants
Gaussian year in (earth) days (defined).
GaussianFilter - Class in org.jscience.computing.ai.vision
Implements simple Gaussian smoothing.
GaussianFilter() - Constructor for class org.jscience.computing.ai.vision.GaussianFilter
Creates a new instance of GaussianFilter
GaussianFilter(double) - Constructor for class org.jscience.computing.ai.vision.GaussianFilter
Creates a new instance of GaussianFilter, with the standard deviation.
GaussianFilter - Class in org.jscience.media.pictures.filters
A filter which applies Gaussian blur to an image.
GaussianFilter() - Constructor for class org.jscience.media.pictures.filters.GaussianFilter
Construct a Gaussian filter
GaussianFilter(int) - Constructor for class org.jscience.media.pictures.filters.GaussianFilter
Construct a Gaussian filter
GaussianFilter - Class in org.jscience.physics.nuclear.kinematics.math.analysis
DOCUMENT ME!
GaussianFilter(double[], double) - Constructor for class org.jscience.physics.nuclear.kinematics.math.analysis.GaussianFilter
Creates a new GaussianFilter object.
GaussianFit - Class in org.jscience.physics.nuclear.kinematics.math.analysis
This abstract class uses NonLinearFit to fit a single gaussian peak with a background..
GaussianFit(double[], double[], int, int, Multiplet) - Constructor for class org.jscience.physics.nuclear.kinematics.math.analysis.GaussianFit
Class constructor.
gaussianNoise(BufferedImage, BufferedImage) - Method in class org.jscience.computing.ai.vision.NoiseFilter
Add gaussian noise to the input image.
gaussianProductCenter(double, Point3D, double, Point3D) - Static method in class org.jscience.chemistry.quantum.integral.Integrals
the gaussian product theorem
GaussLegendreIntegrator - Class in org.jscience.mathematics.analysis.quadrature
This class implements a Gauss-Legendre integrator.
GaussLegendreIntegrator(int, double) - Constructor for class org.jscience.mathematics.analysis.quadrature.GaussLegendreIntegrator
Build a Gauss-Legendre integrator.
GaussLegendreNDIntegrator - Class in org.jscience.mathematics.analysis.quadrature
This class implements a Gauss-Legendre integrator.
GaussLegendreNDIntegrator(int, double) - Constructor for class org.jscience.mathematics.analysis.quadrature.GaussLegendreNDIntegrator
Build a Gauss-Legendre integrator.
GaussPoint - Class in org.jscience.physics.solids
 
GaussPoint(int) - Constructor for class org.jscience.physics.solids.GaussPoint
 
GAZ - Static variable in class org.jscience.earth.PlanetCellContents
DOCUMENT ME!
GAZ - Static variable in class org.jscience.economics.resources.Machine
DOCUMENT ME!
GBP - Static variable in class org.jscience.economics.money.Currencies
DOCUMENT ME!
GBP - Static variable in class org.jscience.economics.money.Currency
The British Pound currency.
GCCholeskyImpl - Class in org.jscience.physics.fluids.dynamics.solver
Solver for systems of lineal ecuations through the conjugated gradient.
GCCholeskyImpl(KernelADFC) - Constructor for class org.jscience.physics.fluids.dynamics.solver.GCCholeskyImpl
Default Constructor of the class.
gcd(Integer) - Method in class org.jscience.mathematics.algebraic.numbers.Integer
 
GCD(int, int) - Static method in class org.jscience.mathematics.MathUtils
 
gcf(double, double) - Static method in class org.jscience.physics.nuclear.kinematics.math.statistics.MathUtils
Returns Incomplete gamma Q(a,x) evaluated by series.
GD - Static variable in class org.jscience.politics.PoliticsConstants
DOCUMENT ME!
gddistanceMap(int[], float[], int, int) - Method in class org.jscience.media.pictures.filters.ShapeFilter
DOCUMENT ME!
GE - Class in org.jscience.mathematics.analysis.expressions.comparison
DOCUMENT ME!
GE(Expression, Expression) - Constructor for class org.jscience.mathematics.analysis.expressions.comparison.GE
Creates a new GE object.
GE - Static variable in interface org.jscience.ml.sbml.jep.ParserConstants
DOCUMENT ME!
GE - Static variable in class org.jscience.politics.PoliticsConstants
DOCUMENT ME!
GedcomOutputter - Class in org.jscience.ml.gedcom
A SAX ContentHandler that writes the events to standard output in GEDCOM format.
GedcomOutputter() - Constructor for class org.jscience.ml.gedcom.GedcomOutputter
 
GedcomParser - Class in org.jscience.ml.gedcom
GedcomParser

This class is designed to look like a SAX2-compliant XML parser; however, it takes GEDCOM as its input rather than XML.

GedcomParser() - Constructor for class org.jscience.ml.gedcom.GedcomParser
 
GegenbauerDoublePolynomialFactory - Class in org.jscience.mathematics.analysis.polynomials
This class implements Gegenbauer polynomials.
GegenbauerDoublePolynomialFactory(double) - Constructor for class org.jscience.mathematics.analysis.polynomials.GegenbauerDoublePolynomialFactory
 
GEL - Static variable in class org.jscience.economics.money.Currencies
DOCUMENT ME!
genDP(int) - Method in class org.jscience.architecture.traffic.algorithms.dp.DPFactory
Returns a new DrivingPolicy of the requested ID
GENERALISED_CONE - Static variable in class org.jscience.mathematics.geometry.BsplineSurfaceForm
RULED_SURF �̓Uʂ�?
generalize() - Method in class org.jscience.mathematics.axiomatic.WFF
DOCUMENT ME!
generalizePreposition(String) - Method in class org.jscience.ml.tigerxml.tools.SyntaxTools
Generalizes a preposition.
GeneralPanel - Class in org.jscience.architecture.traffic.configuration
DOCUMENT ME!
GeneralPanel(ConfigDialog) - Constructor for class org.jscience.architecture.traffic.configuration.GeneralPanel
Creates a new GeneralPanel object.
GeneralSettings - Class in org.jscience.architecture.traffic
This class manages the general settings
GeneralSettings() - Constructor for class org.jscience.architecture.traffic.GeneralSettings
Create empty GeneralSettings (for loading)
GeneralTools - Class in org.jscience.ml.tigerxml.tools
Provides methods that might generally be useful when utilizing the org.jscience.ml.tigerxml.
GeneralTools() - Constructor for class org.jscience.ml.tigerxml.tools.GeneralTools
 
GENERATE_NORMALS - Static variable in class org.jscience.biology.lsystems.common.Primitive
Specifies that normals are generated along with the positions.
GENERATE_NORMALS_INWARD - Static variable in class org.jscience.biology.lsystems.common.Primitive
Specifies that normals are to be flipped along the surface.
GENERATE_TEXTURE_COORDS - Static variable in class org.jscience.biology.lsystems.common.Primitive
Specifies that texture coordinates are generated along with the positions.
generateChangeSupport() - Method in class org.jscience.util.AbstractChangeable
Called the first time a ChangeSupport object is needed.
generateEphemeris(double, double, double) - Method in class org.jscience.astronomy.solarsystem.artificialsatellites.AbstractPropagator
Generates an ephemeris of OrbitalState instances between the given start and end times.
generateEphemeris(double, double, double) - Method in interface org.jscience.astronomy.solarsystem.artificialsatellites.Propagator
Generates an ephemeris of OrbitalState instances between the given start and end times.
generateEvent(AbsEntity, EventSpec, Object[]) - Method in class org.jscience.engineering.eventdriven.AbsEntity

Generate a normal event.

generateEvent(AbsEntity, String, Object[]) - Method in class org.jscience.engineering.eventdriven.AbsEntity

Generate a normal event.

generateEvent(String, String, Object[]) - Method in class org.jscience.engineering.eventdriven.AbsEntity

Generate a normal event.

generateEvent(String, String, Object[]) - Method in class org.jscience.engineering.eventdriven.Engine

Generate an event for delivery to a specified entity.

generateEvent(String, String) - Method in class org.jscience.engineering.eventdriven.Engine

Generate an event with no arguments for delivery to a specified entity.

generateEvent(ChangeEvent) - Method in class org.jscience.util.ChangeForwarder

Return the new event to represent the originating event ce.

generateEvent(ChangeEvent) - Method in class org.jscience.util.ChangeForwarder.Retyper
 
generateGraph(Graph, VertexFactory, Map) - Method in class org.jscience.computing.graph.generators.EmptyGraphGenerator
Generate a graph structure.
generateGraph(Graph, VertexFactory, Map) - Method in interface org.jscience.computing.graph.generators.GraphGenerator
Generate a graph structure.
generateGraph(Graph, VertexFactory, Map) - Method in class org.jscience.computing.graph.generators.LinearGraphGenerator
Generate a graph structure.
generateGraph(Graph, VertexFactory, Map) - Method in class org.jscience.computing.graph.generators.RingGraphGenerator
Generate a graph structure.
generateGraph(Graph, VertexFactory, Map) - Method in class org.jscience.computing.graph.generators.WheelGraphGenerator
Generate a graph structure.
generateIdentification() - Method in interface org.jscience.measure.IdentificationFactory
DOCUMENT ME!
generateIdentification() - Method in class org.jscience.measure.StringIdentificationFactory
DOCUMENT ME!
generateIdentification(String) - Method in class org.jscience.measure.StringIdentificationFactory
DOCUMENT ME!
generateInternalEvent(String, Object[]) - Method in class org.jscience.engineering.eventdriven.AbsEntity

Generate an internal event.

generateInternalEvent(String) - Method in class org.jscience.engineering.eventdriven.AbsEntity

Generate an internal event with no arguments.

generateInternalEvent(EventSpec, Object[]) - Method in class org.jscience.engineering.eventdriven.AbsEntity

Generate an internal event.

generateJavaSource(String) - Method in class org.jscience.mathematics.analysis.expressions.ExpressionParser
Generates Java source code for computing the right hand side.
generateKeyPair() - Static method in class org.jscience.util.MiscellaneousUtils
 
generateKeyPair(int) - Static method in class org.jscience.util.MiscellaneousUtils
 
generateKeyPair(String, int) - Static method in class org.jscience.util.MiscellaneousUtils
 
generateNNVI() - Method in class org.jscience.physics.fluids.dynamics.mesh.GenerateNVI
This method generates the arrays NVI y NNVI from the elements data.
GenerateNVI - Class in org.jscience.physics.fluids.dynamics.mesh
DOCUMENT ME!
GenerateNVI(KernelADFC, int, int[][]) - Constructor for class org.jscience.physics.fluids.dynamics.mesh.GenerateNVI
Creates a new GenerateNVI object.
generateNVPN() - Method in class org.jscience.physics.fluids.dynamics.mesh.GenerateNVI
DOCUMENT ME!
generateParseException() - Method in class org.jscience.ml.sbml.jep.Parser
DOCUMENT ME!
generateResource(String, String, Amount) - Method in class org.jscience.economics.EarthEcosource
DOCUMENT ME!
generateSegments(int, int) - Static method in class org.jscience.awt.displays.SevenSegmentDisplay
DOCUMENT ME!
generateUID() - Method in interface org.jscience.ml.om.util.IIDGenerator
Creates a unique ID that can be used to identify and link several schema elements.
generateUID() - Method in class org.jscience.ml.om.util.UIDGenerator
Creates a unique ID that can be used to identify and link several schema elements.
generateXML() - Method in class org.jscience.sociology.forms.Form
Returns a StringReader object that contains this form presentation data in XML format.
generateXmlAsString() - Method in class org.jscience.sociology.forms.Form
Returns a String that contains this form presentation data in an XML format.
GENERATION_FULL - Static variable in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
"Full" generation method
GENERATION_GROW - Static variable in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
"Grow" generation method
GENERATION_RAMPED_HALF_AND_HALF - Static variable in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
"Ramped Half and Half" generation method
generationNo - Variable in class org.jscience.computing.ai.evolutionary.geneticalgorithms.BinaryCodedGA
Current generation number
generator - Variable in class org.jscience.architecture.traffic.simulation.SimModel
The pseudo-random-number-generator we need in this simulation
GENERIC_PROVIDER - Static variable in interface org.jscience.bibliography.BibRefSupport
 
GenericFinding - Class in org.jscience.ml.om
The class GenericFinding provides a generic implementation of org.jscience.ml.om.IFinding.
GenericFinding(Node) - Constructor for class org.jscience.ml.om.GenericFinding
 
GenericFinding(String) - Constructor for class org.jscience.ml.om.GenericFinding
 
GenericFinding(String, String) - Constructor for class org.jscience.ml.om.GenericFinding
 
genes - Variable in class org.jscience.architecture.traffic.algorithms.tlc.ACGJ5.Individual
DOCUMENT ME!
GENETIC - Static variable in class org.jscience.medicine.Disease
DOCUMENT ME!
GeneticProgram - Class in org.jscience.computing.ai.evolutionary.geneticprogramming
Genetic program implementation.
GeneticProgram(int, FitnessFunction, Terminal[], Function[], int, int) - Constructor for class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
Creates a genetic program with given parameters.
GeneticProgram(int, FitnessFunction, Terminal[], Function[]) - Constructor for class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
Creates a genetic program with given parameters.
GeneticsConstants - Class in org.jscience.biology.genetics
A class representing useful constants in genetics.
GeneticsConstants() - Constructor for class org.jscience.biology.genetics.GeneticsConstants
 
GeneticsUtils - Class in org.jscience.biology.genetics
A class representing some useful methods for population genetics.
GeneticsUtils() - Constructor for class org.jscience.biology.genetics.GeneticsUtils
 
genExtTracker(SimModel, SimController, ExtendedTrackingView) - Static method in class org.jscience.architecture.traffic.simulation.statistics.TrackerFactory
DOCUMENT ME!
GENNEURAL - Static variable in class org.jscience.architecture.traffic.algorithms.tlc.TLCFactory
DOCUMENT ME!
GenNeuralTLC - Class in org.jscience.architecture.traffic.algorithms.tlc
DOCUMENT ME!
GenNeuralTLC(Infrastructure) - Constructor for class org.jscience.architecture.traffic.algorithms.tlc.GenNeuralTLC
Creates a new GenNeural Algorithm.
GenNeuralTLC.GenNeuralIndividual - Class in org.jscience.architecture.traffic.algorithms.tlc
DOCUMENT ME!
GenNeuralTLC.GenNeuralIndividual(Infrastructure, int) - Constructor for class org.jscience.architecture.traffic.algorithms.tlc.GenNeuralTLC.GenNeuralIndividual
Creates a new GenNeuralIndividual, providing the Infrastructure it should run on
GenNeuralTLC.GenNeuralIndividual() - Constructor for class org.jscience.architecture.traffic.algorithms.tlc.GenNeuralTLC.GenNeuralIndividual
Creates a new GenNeuralIndividual object.
GenNeuralTLC.GenNeuralIndividual(byte[], byte[], Infrastructure, int) - Constructor for class org.jscience.architecture.traffic.algorithms.tlc.GenNeuralTLC.GenNeuralIndividual
Creates a new GenNeuralIndividual, providing the reproduction genes from daddy and mummy
GenNeuralTLC.GenNeuralPopulation - Class in org.jscience.architecture.traffic.algorithms.tlc
DOCUMENT ME!
GenNeuralTLC.GenNeuralPopulation(Infrastructure) - Constructor for class org.jscience.architecture.traffic.algorithms.tlc.GenNeuralTLC.GenNeuralPopulation
Creates a new population of groups of GenNeural Individuals
GenNeuralTLC.GenNeuralPopulation() - Constructor for class org.jscience.architecture.traffic.algorithms.tlc.GenNeuralTLC.GenNeuralPopulation
Creates a new GenNeuralPopulation object.
Genome - Class in org.jscience.biology
A class representing the whole genome of an individual.
Genome(Chain[]) - Constructor for class org.jscience.biology.Genome
Constructs a genome.
genp() - Method in class org.jscience.physics.nuclear.kinematics.math.Matrix
returns the LU decomposition of a matrix using the Gauss transform.
genRoaduser(int, Node, Node, int) - Static method in class org.jscience.architecture.traffic.infrastructure.CustomFactory
DOCUMENT ME!
genRoaduser(int) - Static method in class org.jscience.architecture.traffic.infrastructure.CustomFactory
DOCUMENT ME!
genRoaduser(int, Node, Node, int) - Static method in class org.jscience.architecture.traffic.infrastructure.RoaduserFactory
Generate a new RoadUser
genRoaduser(int) - Static method in class org.jscience.architecture.traffic.infrastructure.RoaduserFactory
Generate a new RoadUser
genTLC(String) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TLCFactory
Returns an instance of a TLC by its description.
genTLC(int, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TLCFactory
DOCUMENT ME!
genTracker(SimModel, SimController, TrackingView) - Static method in class org.jscience.architecture.traffic.simulation.statistics.TrackerFactory
DOCUMENT ME!
GENUS - Static variable in class org.jscience.biology.BiologyConstants
DOCUMENT ME!
geocentricCoord(int, double) - Method in class org.jscience.astronomy.solarsystem.ephemeris.Orrery
DOCUMENT ME!
GeocentricCoordinate - Class in org.jscience.astronomy.solarsystem.ephemeris
DOCUMENT ME!
GeocentricCoordinate() - Constructor for class org.jscience.astronomy.solarsystem.ephemeris.GeocentricCoordinate
Creates a new GeocentricCoordinate object.
GeocentricCoordinate(GeocentricCoordinate) - Constructor for class org.jscience.astronomy.solarsystem.ephemeris.GeocentricCoordinate
Creates a new GeocentricCoordinate object.
GeocentricCoordinate(double, double, double) - Constructor for class org.jscience.astronomy.solarsystem.ephemeris.GeocentricCoordinate
Creates a new GeocentricCoordinate object.
GeocentricCoordinate(double, double, double, int) - Constructor for class org.jscience.astronomy.solarsystem.ephemeris.GeocentricCoordinate
Creates a new GeocentricCoordinate object.
geocentricEquatorialXYZ(double, double) - Static method in class org.jscience.astronomy.solarsystem.ephemeris.Observer
DOCUMENT ME!
GeographyConstants - Class in org.jscience.geography
A class representing some useful constants for geography.
GeographyConstants() - Constructor for class org.jscience.geography.GeographyConstants
 
GeometricDistribution - Class in org.jscience.mathematics.statistics
This class models the geometric distribution with a given success probability.
GeometricDistribution(double) - Constructor for class org.jscience.mathematics.statistics.GeometricDistribution
This general constructor creates a new geometric distribution with a specified success probabilitiy
GeometricDistribution() - Constructor for class org.jscience.mathematics.statistics.GeometricDistribution
This default constructor creates a new geometric distribution with parameter 0.5
GeometricOptics - Class in org.jscience.physics.waves.optics
The class defines several methods to describe geometric optics.
GeometricOptics() - Constructor for class org.jscience.physics.waves.optics.GeometricOptics
Creates a new GeometricOptics object.
geometry() - Method in class org.jscience.mathematics.geometry.PointOnCurve2D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnCurve3D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnGeometry1D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnGeometry2D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnGeometry3D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnPoint1D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnPoint2D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnPoint3D
�x?
geometry() - Method in class org.jscience.mathematics.geometry.PointOnSurface3D
�x?
Geometry - Interface in org.jscience.ml.gml.infoset
Defines the interface every GML geometry must implement.
GEOMETRY_MEMBER - Static variable in class org.jscience.ml.gml.GMLSchema
DOCUMENT ME!
GEOMETRY_NOT_SHARED - Static variable in class org.jscience.biology.lsystems.common.Primitive
Specifies that the geometry being created will not be shared by another scene graph node.
GeometryCollection - Interface in org.jscience.ml.gml.infoset
Defines the interface that every geometry collection must implement.
GeometryCollectionImpl - Class in org.jscience.ml.gml.dom
A DOM-based implementation of the GeometryCollection interface.
GeometryCollectionImpl(GeometryOwner, Element, GMLDocument) - Constructor for class org.jscience.ml.gml.dom.GeometryCollectionImpl
Initializes this geometry collection and all GML constructs directly owned by it.
GeometryElement - Class in org.jscience.mathematics.geometry
GeometryElement ��?
GeometryElement() - Constructor for class org.jscience.mathematics.geometry.GeometryElement
�I�u�W�F�N�g��?
GeometryImpl - Class in org.jscience.ml.gml.dom
A DOM-based implementation of the Geometry interface.
GeometryImpl(GeometryOwner, Element, GMLDocument) - Constructor for class org.jscience.ml.gml.dom.GeometryImpl
Initializes this geometry and all GML constructs directly owned by it.
GeometryIterator - Interface in org.jscience.ml.gml.util
Defines the interface every geometry iterator must implement.
GeometryIteratorImpl - Class in org.jscience.ml.gml.dom
A DOM-based implementation of the GeometryIterator interface.
GeometryIteratorImpl(Iterator) - Constructor for class org.jscience.ml.gml.dom.GeometryIteratorImpl
Constructs this iterator as a type-safe wrapper around another iterator.
GeometryOwner - Interface in org.jscience.ml.gml.infoset
Defines the interface that must be implemented by every class that "owns" geometries (e.g. properties, geometry collections).
GeometrySchemaFunction - Class in org.jscience.mathematics.geometry
ISO 10303-42 4.6 geometry_schema function definitions �̈ꕔ��������N���X?
geometryType - Variable in class org.jscience.computing.ai.cellularautomaton.CellularAutomata
Geometry type.
GeometryUtils - Class in org.jscience.chemistry.gui.extended.geometry
A public class that provides mathematical calculation on some geometry entities.
GeometryUtils() - Constructor for class org.jscience.chemistry.gui.extended.geometry.GeometryUtils
 
GeometryUtils - Class in org.jscience.mathematics.geometry
?
GEORGIAN_ALPHABET - Static variable in class org.jscience.linguistics.LinguisticsConstants
DOCUMENT ME!
GeoVector3D - Class in org.jscience.chemistry.gui.extended.geometry
A geometric vector class that provides vector computations: length, normalize, dot and cross. note: Vector is a coordinate independent concept.
GeoVector3D() - Constructor for class org.jscience.chemistry.gui.extended.geometry.GeoVector3D
Default constructor, all component are 0.0
GeoVector3D(double, double, double) - Constructor for class org.jscience.chemistry.gui.extended.geometry.GeoVector3D
Full constructor
GeoVector3D(Point3D, Point3D) - Constructor for class org.jscience.chemistry.gui.extended.geometry.GeoVector3D
constructor
GeoVector3D(GeoVector3D) - Constructor for class org.jscience.chemistry.gui.extended.geometry.GeoVector3D
copy constructor
gepp() - Method in class org.jscience.physics.nuclear.kinematics.math.Matrix
Returns the LU decomposition of a matrix using the Gauss transform.
get() - Method in class org.jscience.architecture.traffic.util.NumberDispenser
DOCUMENT ME!
get(String) - Method in class org.jscience.computing.ai.casebasedreasoning.DataSetStatistics
 
get(String) - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarityCriterionScores
DOCUMENT ME!
get(String) - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarityWeights
DOCUMENT ME!
get(int) - Method in class org.jscience.computing.ai.casebasedreasoning.TraitDescriptors
DOCUMENT ME!
get(String) - Method in class org.jscience.computing.ai.casebasedreasoning.TraitDescriptors
DOCUMENT ME!
get(String) - Method in class org.jscience.computing.ai.casebasedreasoning.Traits
DOCUMENT ME!
get(Object) - Method in interface org.jscience.computing.distributed.InteractiveTask
Used to get output from the task
get(Object) - Method in class org.jscience.computing.distributed.server.FineGrainedInteractiveTasks
Used to get output from the tasks plus a Boolean saying if they're alive.
get(Object) - Method in class org.jscience.computing.distributed.server.MultiInteractiveTask
Used to get output from the task
get(int) - Method in class org.jscience.computing.kmeans.ClusterSet
Accessor.
get(int) - Method in class org.jscience.computing.kmeans.Coordinate
For accessing the data in this sample.
get(SRM_SRFT_Code) - Method in class org.jscience.geography.coordinates.FunctionMap
DOCUMENT ME!
get(char) - Method in class org.jscience.linguistics.search.CharIntMap
Returns the stored value for the given char.
get(OMObject) - Method in class org.jscience.ml.openmath.OMAttribution
Gets the value of the attribution.
get(int) - Method in class org.jscience.ml.sbml.Annotations
 
get(int) - Method in class org.jscience.ml.sbml.Notes
 
get(int) - Method in class org.jscience.util.Bag
DOCUMENT ME!
get(int) - Method in class org.jscience.util.BinaryRelation
DOCUMENT ME!
get(Object) - Method in interface org.jscience.util.cache.CacheMap
Retrieve the Object associated with the key, or null if either no value has been associated or if the key's value has been cleared by the cache.
get() - Method in interface org.jscience.util.cache.CacheReference
DOCUMENT ME!
get(Object) - Method in class org.jscience.util.cache.ChangeableCache
DOCUMENT ME!
get(Object) - Method in class org.jscience.util.cache.FixedSizeMap
DOCUMENT ME!
get(Object) - Method in class org.jscience.util.cache.WeakCacheMap
DOCUMENT ME!
get(Object) - Method in class org.jscience.util.cache.WeakValueHashMap
DOCUMENT ME!
get(int) - Method in class org.jscience.util.NAryRelation
DOCUMENT ME!
get(int) - Method in interface org.jscience.util.Relation
DOCUMENT ME!
get(int) - Method in class org.jscience.util.UnaryRelation
DOCUMENT ME!
get12Progress() - Method in class org.jscience.architecture.lift.Passenger
Returns the progress of the Passenger in a [0,12] scale instead of the usual [0,1] scale.
get3vector(double) - Method in class org.jscience.physics.nuclear.kinematics.montecarlo.Direction
DOCUMENT ME!
get_angle() - Method in class org.jscience.geography.coordinates.Coord2D_LocalSpacePolar
 
get_angle() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_angle() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_angle() - Method in class org.jscience.geography.coordinates.CoordSurf_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_angle() - Method in class org.jscience.geography.coordinates.CoordSurf_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_azimuth() - Method in class org.jscience.geography.coordinates.Coord2D_LocalSpaceAzimuthal
 
get_azimuth() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_azimuth() - Method in class org.jscience.geography.coordinates.CoordSurf_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_azimuth() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_azimuth() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_azimuth() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_central_scale() - Method in class org.jscience.geography.coordinates.SRF_EquidistantCylindrical
DOCUMENT ME!
get_central_scale() - Method in class org.jscience.geography.coordinates.SRF_Mercator
DOCUMENT ME!
get_central_scale() - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
get_central_scale() - Method in class org.jscience.geography.coordinates.SRF_TransverseMercator
DOCUMENT ME!
get_declination() - Method in class org.jscience.geography.coordinates.Coord3D_EquatorialInertial
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.Coord3D_EquidistantCylindrical
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.Coord3D_LambertConformalConic
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.Coord3D_Mercator
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.Coord3D_ObliqueMercatorSpherical
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.Coord3D_PolarStereographic
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.Coord3D_TransverseMercator
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.CoordSurf_EquidistantCylindrical
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.CoordSurf_LambertConformalConic
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.CoordSurf_Mercator
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.CoordSurf_ObliqueMercatorSpherical
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.CoordSurf_PolarStereographic
DOCUMENT ME!
get_easting() - Method in class org.jscience.geography.coordinates.CoordSurf_TransverseMercator
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiodetic
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_EquidistantCylindrical
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_LambertConformalConic
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_Mercator
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_ObliqueMercatorSpherical
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_Planetodetic
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_PolarStereographic
DOCUMENT ME!
get_ellipsoidal_height() - Method in class org.jscience.geography.coordinates.Coord3D_TransverseMercator
DOCUMENT ME!
get_false_easting() - Method in class org.jscience.geography.coordinates.SRF_EquidistantCylindrical
DOCUMENT ME!
get_false_easting() - Method in class org.jscience.geography.coordinates.SRF_LambertConformalConic
DOCUMENT ME!
get_false_easting() - Method in class org.jscience.geography.coordinates.SRF_Mercator
DOCUMENT ME!
get_false_easting() - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
get_false_easting() - Method in class org.jscience.geography.coordinates.SRF_PolarStereographic
DOCUMENT ME!
get_false_easting() - Method in class org.jscience.geography.coordinates.SRF_TransverseMercator
DOCUMENT ME!
get_false_northing() - Method in class org.jscience.geography.coordinates.SRF_EquidistantCylindrical
DOCUMENT ME!
get_false_northing() - Method in class org.jscience.geography.coordinates.SRF_LambertConformalConic
DOCUMENT ME!
get_false_northing() - Method in class org.jscience.geography.coordinates.SRF_Mercator
DOCUMENT ME!
get_false_northing() - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
get_false_northing() - Method in class org.jscience.geography.coordinates.SRF_PolarStereographic
DOCUMENT ME!
get_false_northing() - Method in class org.jscience.geography.coordinates.SRF_TransverseMercator
DOCUMENT ME!
get_forward_direction() - Method in class org.jscience.geography.coordinates.SRF_LocalSpaceRectangular2D
DOCUMENT ME!
get_forward_direction() - Method in class org.jscience.geography.coordinates.SRF_LocalSpaceRectangular3D
DOCUMENT ME!
get_geodetic_latitude() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_geodetic_latitude() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_geodetic_latitude() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_geodetic_longitude() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_geodetic_longitude() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_geodetic_longitude() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_height() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_height() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_height_offset() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_height_offset() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_height_offset() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_hsr() - Method in class org.jscience.geography.coordinates.BaseSRF
Returns this SRF's Hsr code.
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiodetic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiomagnetic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericAriesEcliptic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericEarthEcliptic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericEarthEquatorial
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_Planetodetic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarEcliptic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarEquatorial
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarMagneticDipole
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarMagneticEcliptic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.CoordSurf_Celestiodetic
DOCUMENT ME!
get_latitude() - Method in class org.jscience.geography.coordinates.CoordSurf_Planetodetic
DOCUMENT ME!
get_latitude1() - Method in class org.jscience.geography.coordinates.SRF_LambertConformalConic
DOCUMENT ME!
get_latitude1() - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
get_latitude2() - Method in class org.jscience.geography.coordinates.SRF_LambertConformalConic
DOCUMENT ME!
get_latitude2() - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiodetic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiomagnetic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericAriesEcliptic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericEarthEcliptic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericEarthEquatorial
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_Planetodetic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarEcliptic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarEquatorial
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarMagneticDipole
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.Coord3D_SolarMagneticEcliptic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.CoordSurf_Celestiodetic
DOCUMENT ME!
get_longitude() - Method in class org.jscience.geography.coordinates.CoordSurf_Planetodetic
DOCUMENT ME!
get_longitude1() - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
get_longitude2() - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.Coord3D_EquidistantCylindrical
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.Coord3D_LambertConformalConic
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.Coord3D_Mercator
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.Coord3D_ObliqueMercatorSpherical
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.Coord3D_PolarStereographic
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.Coord3D_TransverseMercator
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.CoordSurf_EquidistantCylindrical
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.CoordSurf_LambertConformalConic
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.CoordSurf_Mercator
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.CoordSurf_ObliqueMercatorSpherical
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.CoordSurf_PolarStereographic
DOCUMENT ME!
get_northing() - Method in class org.jscience.geography.coordinates.CoordSurf_TransverseMercator
DOCUMENT ME!
get_origin_latitude() - Method in class org.jscience.geography.coordinates.SRF_LambertConformalConic
DOCUMENT ME!
get_origin_latitude() - Method in class org.jscience.geography.coordinates.SRF_Mercator
DOCUMENT ME!
get_origin_latitude() - Method in class org.jscience.geography.coordinates.SRF_TransverseMercator
DOCUMENT ME!
get_origin_longitude() - Method in class org.jscience.geography.coordinates.SRF_EquidistantCylindrical
DOCUMENT ME!
get_origin_longitude() - Method in class org.jscience.geography.coordinates.SRF_LambertConformalConic
DOCUMENT ME!
get_origin_longitude() - Method in class org.jscience.geography.coordinates.SRF_Mercator
DOCUMENT ME!
get_origin_longitude() - Method in class org.jscience.geography.coordinates.SRF_PolarStereographic
DOCUMENT ME!
get_origin_longitude() - Method in class org.jscience.geography.coordinates.SRF_TransverseMercator
DOCUMENT ME!
get_orm() - Method in class org.jscience.geography.coordinates.BaseSRF
Returns this SRF's Object Reference Model code.
get_p_value() - Method in class org.jscience.physics.nuclear.kinematics.math.statistics.LinearFitErrY
DOCUMENT ME!
get_p_value() - Method in class org.jscience.physics.nuclear.kinematics.math.statistics.PolynomialFitErrY
DOCUMENT ME!
get_polar_aspect() - Method in class org.jscience.geography.coordinates.SRF_PolarStereographic
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord2D_LocalSpaceAzimuthal
 
get_radius() - Method in class org.jscience.geography.coordinates.Coord2D_LocalSpacePolar
 
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiomagnetic
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_EquatorialInertial
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericAriesEcliptic
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericEarthEcliptic
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_HeliosphericEarthEquatorial
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_SolarEcliptic
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_SolarEquatorial
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_SolarMagneticDipole
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.Coord3D_SolarMagneticEcliptic
DOCUMENT ME!
get_radius() - Method in class org.jscience.geography.coordinates.CoordSurf_LocalTangentSpaceCylindrical
DOCUMENT ME!
get_right_ascension() - Method in class org.jscience.geography.coordinates.Coord3D_EquatorialInertial
DOCUMENT ME!
get_standard_latitude() - Method in class org.jscience.geography.coordinates.SRF_EquidistantCylindrical
DOCUMENT ME!
get_true_scale() - Method in class org.jscience.geography.coordinates.SRF_PolarStereographic
DOCUMENT ME!
get_true_scale_latitude() - Method in class org.jscience.geography.coordinates.SRF_PolarStereographic
DOCUMENT ME!
get_u() - Method in class org.jscience.geography.coordinates.Coord2D_LocalSpaceRectangular2D
 
get_u() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiocentric
DOCUMENT ME!
get_u() - Method in class org.jscience.geography.coordinates.Coord3D_LocalSpaceRectangular3D
DOCUMENT ME!
get_up_direction() - Method in class org.jscience.geography.coordinates.SRF_LocalSpaceRectangular3D
DOCUMENT ME!
get_v() - Method in class org.jscience.geography.coordinates.Coord2D_LocalSpaceRectangular2D
 
get_v() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiocentric
DOCUMENT ME!
get_v() - Method in class org.jscience.geography.coordinates.Coord3D_LocalSpaceRectangular3D
DOCUMENT ME!
get_w() - Method in class org.jscience.geography.coordinates.Coord3D_Celestiocentric
DOCUMENT ME!
get_w() - Method in class org.jscience.geography.coordinates.Coord3D_LocalSpaceRectangular3D
DOCUMENT ME!
get_x() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_x() - Method in class org.jscience.geography.coordinates.CoordSurf_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_x_false_origin() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_y() - Method in class org.jscience.geography.coordinates.Coord3D_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_y() - Method in class org.jscience.geography.coordinates.CoordSurf_LocalTangentSpaceEuclidean
DOCUMENT ME!
get_y_false_origin() - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceEuclidean
DOCUMENT ME!
getA() - Method in class org.jscience.architecture.lift.gui.Nice_GUI
DOCUMENT ME!
getA() - Method in class org.jscience.engineering.control.Compensator
DOCUMENT ME!
getA() - Method in class org.jscience.engineering.control.FirstOrder
DOCUMENT ME!
getA() - Method in class org.jscience.engineering.control.SecondOrder
DOCUMENT ME!
getA() - Method in class org.jscience.mathematics.analysis.fitting.HarmonicCoefficientsGuesser
 
getA() - Method in class org.jscience.mathematics.analysis.polynomials.JacobiDoublePolynomialFactory
 
getA() - Method in class org.jscience.media.pictures.filters.QuiltFilter
DOCUMENT ME!
getAB_DEV() - Method in class org.jscience.chemistry.gui.extended.molecule.Renderer
Return aromatic bond separation
getAbbreviation() - Method in class org.jscience.biology.AminoAcid
Returns the abbreviation.
getAbsoluteError() - Method in class org.jscience.measure.Amount
Returns the value by which theestimated value may differ from the true value (all stated in base units).
getAbsorbance(double) - Method in class org.jscience.physics.waves.optics.GeometricOptics
DOCUMENT ME!
getAbsorber() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.EnergyLoss
Returns the absorber object used by this instance of EnergyLoss.
getAbstractBase() - Method in interface org.jscience.ml.cml.BaseTool
get abstract base.
getAbstractBase() - Method in class org.jscience.ml.cml.cmlimpl.BaseToolImpl
get abstract base

only defined for implemented editors (default => null)

getAccent() - Method in class org.jscience.ml.mathml.MathMLUnderOverElementImpl
DOCUMENT ME!
getAccent() - Method in interface org.w3c.dom.mathml.MathMLOperatorElement
DOCUMENT ME!
getAccent() - Method in interface org.w3c.dom.mathml.MathMLUnderOverElement
DOCUMENT ME!
getAccentunder() - Method in class org.jscience.ml.mathml.MathMLUnderOverElementImpl
DOCUMENT ME!
getAccentunder() - Method in interface org.w3c.dom.mathml.MathMLUnderOverElement
DOCUMENT ME!
getAcceptStates() - Method in class org.jscience.computing.automaton.Automaton
Returns the set of reachable accept states.
getAccessories() - Method in interface org.jscience.ml.om.IObservation
Returns the accessories used for this observation.
getAccessories() - Method in class org.jscience.ml.om.Observation
Returns the accessories used for this observation.
getAccounts() - Method in class org.jscience.economics.Organization
DOCUMENT ME!
getAccumulatorImage() - Method in class org.jscience.computing.ai.vision.HoughTransformOp
Return a BufferedImage of the accumulator.
getAccumulatorImage() - Method in class org.jscience.computing.ai.vision.LineHoughTransformOp
Returns the accumulator as an image.
getActionListeners() - Method in class org.jscience.architecture.traffic.util.Hyperlink
Returns an array of the action listeners.
getActionName(int) - Method in class org.jscience.economics.resources.Tool
DOCUMENT ME!
getActiontype() - Method in class org.jscience.ml.mathml.MathMLActionElementImpl
DOCUMENT ME!
getActiontype() - Method in interface org.w3c.dom.mathml.MathMLActionElement
DOCUMENT ME!
getActivityCalculator(int) - Static method in class org.jscience.chemistry.vapor.VLEContext
Returns the instance of actual activity calculator class given the method ID.
getActivityMethod() - Method in class org.jscience.chemistry.vapor.VLEContext
Returns the currently selected activity method.
getActivityMethodList() - Static method in class org.jscience.chemistry.vapor.VLEContext
Returns the list of activity methods supported by application.
getActors() - Method in class org.jscience.arts.theatrical.Movie
DOCUMENT ME!
getActors() - Method in class org.jscience.arts.theatrical.Play
DOCUMENT ME!
getActs() - Method in class org.jscience.arts.theatrical.Play
DOCUMENT ME!
getAddedTypes() - Method in class org.jscience.io.ExtensionFileFilter
returns file types other than the default type if they were added through addType(String).
getAddress() - Method in class org.jscience.geography.BusinessPlace
DOCUMENT ME!
getAddress() - Method in class org.jscience.geography.Home
DOCUMENT ME!
getAddress1() - Method in class org.jscience.geography.Address
DOCUMENT ME!
getAddress2() - Method in class org.jscience.geography.Address
DOCUMENT ME!
getAdjustedCoeffErrors() - Method in class org.jscience.physics.nuclear.kinematics.math.statistics.PolynomialFitErrY
DOCUMENT ME!
getAdjustedCost() - Method in class org.jscience.economics.OrganizationTask
DOCUMENT ME!
getAdjustedCovarMatrix() - Method in class org.jscience.physics.nuclear.kinematics.math.statistics.PolynomialFitErrY
DOCUMENT ME!
getAdjustedFitness() - Method in class org.jscience.computing.ai.evolutionary.geneticprogramming.Individual
Returns adjusted fitness of this individual
getAge() - Method in class org.jscience.earth.PlanetCellContents
DOCUMENT ME!
getAge() - Method in class org.jscience.history.archeology.Item
DOCUMENT ME!
getAgent() - Method in class org.jscience.net.ServerLogEntry
DOCUMENT ME!
getAgent1Resources() - Method in class org.jscience.economics.Barter
DOCUMENT ME!
getAgent1Resources() - Method in class org.jscience.economics.Trade
DOCUMENT ME!
getAgent2Resources() - Method in class org.jscience.economics.Barter
DOCUMENT ME!
getAgent2Resources() - Method in class org.jscience.economics.Trade
DOCUMENT ME!
getAgreement(GraphNode) - Static method in class org.jscience.ml.tigerxml.theories.strube02.Strube02
Comment me!
getAIClassPuzzle() - Static method in class org.jscience.computing.game.puzzle.TilePuzzleSamples
provides the standard 3x3 AI class number puzzle
getAim() - Method in interface org.jscience.economics.resources.Game
DOCUMENT ME!
getAirQuality() - Method in class org.jscience.earth.weather.WeatherConditions
DOCUMENT ME!
getAirQuality() - Method in class org.jscience.earth.weather.WeatherPrevision
DOCUMENT ME!
getAlarm() - Method in class org.jscience.history.time.ComplexClock
DOCUMENT ME!
getAlarmTime() - Method in class org.jscience.history.time.AlarmClock
DOCUMENT ME!
getAliasNames() - Method in interface org.jscience.ml.om.ITarget
Returns all alias names.
getAliasNames() - Method in class org.jscience.ml.om.Target
Returns all alias names.
getAlign() - Method in interface org.w3c.dom.mathml.MathMLTableElement
DOCUMENT ME!
getAlignment() - Method in class org.jscience.architecture.traffic.util.Hyperlink
Returns the alignment of this hyperlink.
getAlignmentscope() - Method in interface org.w3c.dom.mathml.MathMLTableElement
DOCUMENT ME!
getAll(String) - Static method in class org.jscience.io.ArgumentParser
DOCUMENT ME!
getAll(String, String) - Static method in class org.jscience.io.ArgumentParser
DOCUMENT ME!
getAll() - Method in class org.jscience.util.BinaryRelation
DOCUMENT ME!
getAll() - Method in class org.jscience.util.NAryRelation
DOCUMENT ME!
getAll() - Method in interface org.jscience.util.Relation
DOCUMENT ME!
getAll() - Method in class org.jscience.util.UnaryRelation
DOCUMENT ME!
getAllBibRefs() - Method in interface org.jscience.bibliography.BibRefQuery
Return all citations from the current collection.
getAllBibRefs(String[]) - Method in interface org.jscience.bibliography.BibRefQuery
Return all citations from the current collection.
getAllBibRefsAsXML() - Method in interface org.jscience.bibliography.BibRefQuery
Return all citations from the current collection as an XML stream.
getAllCells() - Method in class org.jscience.biology.Individual
DOCUMENT ME!
getAllCells() - Method in class org.jscience.biology.Organ
DOCUMENT ME!
getAllCentroids() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.Multiplet
DOCUMENT ME!
getAllChildren() - Method in class org.jscience.biology.HistoricalIndividual
DOCUMENT ME!
getAllChildren() - Method in class org.jscience.util.BinaryTree
DOCUMENT ME!
getAllChildren() - Method in class org.jscience.util.NAryTree
DOCUMENT ME!
getAllConcepts() - Method in class org.jscience.philosophy.Concept
DOCUMENT ME!
getAllConcepts() - Method in class org.jscience.philosophy.Model
DOCUMENT ME!
getAllConcepts() - Method in class org.jscience.philosophy.PhilosophicalCurrent
DOCUMENT ME!
getAllDaughters() - Method in class org.jscience.ml.tigerxml.NT
Returns an ArrayList of all daughters, primary as well as secondary, ordered left to right according to linear precedence.
getAllDaughtersByLabel(String) - Method in class org.jscience.ml.tigerxml.NT
Returns an ArrayList of all the daughter nodes, primary as well as secondary ones, with a given edge label.
getAllDescendants() - Method in class org.jscience.ml.tigerxml.NT
Returns an ArrayList of all descendant nodes, primary as well as secondary ones, of this node.
getAllDescendantsByLabel(String) - Method in class org.jscience.ml.tigerxml.NT
Returns an ArrayList of all descendant nodes, primary as well as secondary ones, with a given edge label.
getAllEdges(Object, Object) - Method in interface org.jscience.computing.graph.Graph
Returns a list of all edges connecting source vertex to target vertex if such vertices exist in this graph.
getAllEdges(Object, Object) - Method in class org.jscience.computing.graph.graphs.AbstractBaseGraph
 
getAllEdges(Object, Object) - Method in class org.jscience.computing.graph.graphs.AsUndirectedGraph
 
getAllEdges(Object, Object) - Method in class org.jscience.computing.graph.graphs.GraphDelegator
 
getAllEdges(Object, Object) - Method in class org.jscience.computing.graph.graphs.Subgraph
 
getAlleleFrequencyVariance(double, double) - Static method in class org.jscience.biology.genetics.GeneticsUtils
DOCUMENT ME!
getAllEntries() - Method in interface org.jscience.bibliography.candy.CandyVocabulary
********************************************************************** It returns all available vocabulary entries.
getAllExpressions() - Method in class org.jscience.ml.gml.xml.schema.NamespaceResolver
 
getAllGraphNodes() - Method in class org.jscience.ml.tigerxml.Corpus
Returns all GraphNode objects contained in this corpus.
getAllGraphNodes() - Method in class org.jscience.ml.tigerxml.Sentence
Returns all GraphNode objects contained in this sentence.
getAllIDs() - Method in interface org.jscience.bibliography.BibRefQuery
Return only IDs of all citations in the current collection.
getAllInboundLanes() - Method in class org.jscience.architecture.traffic.infrastructure.Infrastructure
DOCUMENT ME!
getAllLanes() - Method in class org.jscience.architecture.traffic.infrastructure.Junction
 
getAllLanes() - Method in class org.jscience.architecture.traffic.infrastructure.Node
Returns an array of all lanes on this node
getAllLanes() - Method in class org.jscience.architecture.traffic.infrastructure.Road
Returns an array of Drivelanes which are part of this road
getAllLanes() - Method in class org.jscience.architecture.traffic.infrastructure.SpecialNode
DOCUMENT ME!
getAllLanesCW(Drivelane) - Method in class org.jscience.architecture.traffic.infrastructure.Junction
Returns an array of all lanes connected to this node, in clock-wise order, starting at the given lane
getAllNames() - Method in interface org.jscience.bibliography.candy.CandyVocabulary
********************************************************************** It return all names (entry identifiers) available in this vocabulary.
getAllNamespaces() - Method in class org.jscience.ml.gml.xml.schema.NamespaceResolver
 
getAllNeighbors() - Method in class org.jscience.chemistry.Atom
 
getAllNodes() - Method in class org.jscience.architecture.traffic.infrastructure.Infrastructure
Returns all nodes (including edge nodes)
getAllNTs() - Method in class org.jscience.ml.tigerxml.Corpus
Returns all NT objects contained in this corpus.
getAllObjects() - Method in class org.jscience.physics.solids.AtlasModel
Returns all of the entities in the model.
getAllObjects(String) - Method in class org.jscience.physics.solids.AtlasModel
Returns all of the entities of a specified type.
getAllObjectTypes() - Method in class org.jscience.physics.solids.AtlasModel
Returns all of the types in this model.
getAllocatedClients() - Method in class org.jscience.computing.distributed.server.ServerRecord
Get method for the set of clients currently allocated to this server
getAllocatedServer() - Method in class org.jscience.computing.distributed.server.ClientRecord
Get method for the currently allocated server, ie. the server which this client is servicing.
getAllowsChildren() - Method in class org.jscience.io.FileTreeNode
DOCUMENT ME!
getAllowsChildren() - Method in class org.jscience.net.URLNode
 
getAllParameters() - Method in interface org.jscience.mathematics.analysis.estimation.EstimationProblem
Get all the parameters of the problem.
getAllParameters() - Method in class org.jscience.mathematics.analysis.fitting.AbstractCurveFitter
Get all the parameters of the problem.
getAllPeaks() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.Multiplet
DOCUMENT ME!
getAllPrefixes() - Method in class org.jscience.ml.gml.xml.schema.NamespaceResolver
 
getAllReactions() - Static method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.SpancReaction
DOCUMENT ME!
getAllResources() - Method in class org.jscience.economics.Economy
DOCUMENT ME!
getAllRoads() - Method in class org.jscience.architecture.traffic.infrastructure.Junction
Returns all roads connected to this node
getAllRoads() - Method in class org.jscience.architecture.traffic.infrastructure.Node
Returns all roads connected to this node.
getAllRoads() - Method in class org.jscience.architecture.traffic.infrastructure.SpecialNode
Returns all roads connected to this node
getAllSubalterns() - Method in class org.jscience.economics.Worker
DOCUMENT ME!
getAllTime() - Method in class org.jscience.architecture.traffic.simulation.statistics.ExtendedTrackingView
DOCUMENT ME!
getAllTimeAvg() - Method in class org.jscience.architecture.traffic.simulation.statistics.StatisticsModel
Returns whether all time averages should be used or not.
getAllTimeJunctionWT() - Method in class org.jscience.architecture.traffic.simulation.statistics.StatisticsModel
 
getAllTimeTripWT() - Method in class org.jscience.architecture.traffic.simulation.statistics.StatisticsModel
 
getAllTs() - Method in class org.jscience.ml.tigerxml.Corpus
Returns all T objects contained in this corpus.
getAllValuedVariables() - Method in class org.jscience.psychology.experimental.Subject
DOCUMENT ME!
getAllVocabularies() - Method in interface org.jscience.bibliography.candy.CandyFinder
********************************************************************** It returns all available vocabularies.
getAllVocabularyNames() - Method in interface org.jscience.bibliography.candy.CandyFinder
**********************************************************************

It returns names of all vocabularies known to this vocabulary finder.

getAllWorkers() - Method in class org.jscience.economics.Organigram
DOCUMENT ME!
getAlpha() - Method in class org.jscience.architecture.traffic.infrastructure.SpecialNode
Returns true if the road is an alpha road
getAlpha() - Method in class org.jscience.astronomy.catalogs.hipparcos.HipparcosCatalogEntry
DOCUMENT ME!
getAlpha() - Method in class org.jscience.media.audio.dsp.filters.IIRFilterDesignBase
DOCUMENT ME!
getAlphabet() - Method in class org.jscience.biology.tRNA
DOCUMENT ME!
getAlphaLanes() - Method in class org.jscience.architecture.traffic.infrastructure.Road
Returns the Drivelanes where Roadusers move towards the alphaNode
getAlphaNode() - Method in class org.jscience.architecture.traffic.infrastructure.Road
Returns the alpha Node of this road
getAlphaRoads() - Method in class org.jscience.architecture.traffic.infrastructure.Junction
Returns the alpha roads connected to this node
getAlphaRoads() - Method in class org.jscience.architecture.traffic.infrastructure.Node
Returns the alpha roads connected to this node
getAlphaRoads() - Method in class org.jscience.architecture.traffic.infrastructure.SpecialNode
Returns the alpha roads connected to this node
getAlt() - Method in class org.jscience.devices.telescopes.LX200.LX200
Returns the current alt.
getAlt() - Method in class org.jscience.ml.mathml.MathMLGlyphElementImpl
DOCUMENT ME!
getAlt() - Method in interface org.w3c.dom.mathml.MathMLGlyphElement
DOCUMENT ME!
getAltitude() - Method in class org.jscience.devices.gps.garmin.TrackpointDataPacket
DOCUMENT ME!
getAltitude() - Method in interface org.jscience.devices.gps.ITrackpoint
DOCUMENT ME!
getAltitude() - Method in class org.jscience.earth.AbstractAtmosphere
Get geometric altitude currently being used for standard atmosphere calculations.
getAlwaysFlush() - Method in class org.jscience.util.logging.LogFile
true by default
getAlwaysFlush() - Method in class org.jscience.util.logging.XMLWriter
true by default
getAmdahlParallelSpeedup(double, double) - Method in class org.jscience.computing.ComputingUtils
The Amdahl law for parallel operations, see http://en.wikipedia.org/wiki/Amdahl%27s_law
getAmdahlSpeedup(double, double) - Method in class org.jscience.computing.ComputingUtils
The Amdahl law for sequential operations, see http://en.wikipedia.org/wiki/Amdahl%27s_law
getAminoAcid(Base, Base, Base) - Method in class org.jscience.biology.Alphabet
DOCUMENT ME!
getAminoAcid(char) - Static method in class org.jscience.biology.AminoAcidFactory
DOCUMENT ME!
getAminoAcid(String) - Static method in class org.jscience.biology.AminoAcidFactory
Returns an amino acid.
getAminoAcid() - Method in class org.jscience.biology.tRNA
DOCUMENT ME!
getAminoAcids() - Method in class org.jscience.biology.Alphabet
DOCUMENT ME!
getAminoAcids() - Method in class org.jscience.biology.Protein
DOCUMENT ME!
getAmount() - Method in class org.jscience.economics.money.Check
DOCUMENT ME!
getAmount() - Method in class org.jscience.economics.money.Coin
DOCUMENT ME!
getAmount() - Method in class org.jscience.economics.money.Receipt
DOCUMENT ME!
getAmount() - Method in class org.jscience.economics.money.Transaction
DOCUMENT ME!
getAmount() - Method in class org.jscience.economics.PotentialResource
DOCUMENT ME!
getAmount() - Method in class org.jscience.media.pictures.filters.CausticsFilter
DOCUMENT ME!
getAmount() - Method in class org.jscience.media.pictures.filters.CellularFilter
DOCUMENT ME!
getAmount() - Method in class org.jscience.media.pictures.filters.FBMFilter
DOCUMENT ME!
getAmount() - Method in class org.jscience.media.pictures.filters.MarbleFilter
DOCUMENT ME!
getAmount() - Method in class org.jscience.media.pictures.filters.NoiseFilter
DOCUMENT ME!
getAmount() - Method in class org.jscience.media.pictures.filters.SparkleFilter
DOCUMENT ME!
getAmount() - Method in class org.jscience.media.pictures.filters.TextureFilter
DOCUMENT ME!
getAmountOfStars() - Method in class org.jscience.ml.om.extension.deepsky.DeepSkyTargetOC
Returns the amount of stars in the open cluster.
getAmplitude() - Method in class org.jscience.mathematics.analysis.fitting.HarmonicFitter
Get the current amplitude coefficient estimate.
getAmplitude() - Method in class org.jscience.media.pictures.filters.WaterFilter
DOCUMENT ME!
getAmplitude() - Method in class org.jscience.physics.waves.optics.rays.RayPoint
DOCUMENT ME!
getAmplitudeAdj() - Method in class org.jscience.media.audio.dsp.processors.AmplitudeAdjust
DOCUMENT ME!
getAmplitudeAdj() - Method in class org.jscience.media.audio.dsp.sources.Oscillator
DOCUMENT ME!
getAnalysis() - Method in class org.jscience.arts.Artwork
 
getAnalysis() - Method in class org.jscience.history.archeology.Item
DOCUMENT ME!
getAncestor() - Method in class org.jscience.biology.alignment.Factor
Returns this factor's ancestor factor.
getAncestor(Element, String) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
gets first ancestor of 'element' with tagName; [element is not its own ancestor]
getAncestors(Element) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
gets all ancestors of 'element' including the document Element but not Document.
getAncestorSerialNumber() - Method in class org.jscience.biology.alignment.Factor
This method is a shorthand to return the serial number of this factor's ancestor.
getAngerLevel() - Method in class org.jscience.architecture.lift.Passenger
Returns the Anger Level.
getAngle() - Method in class org.jscience.architecture.traffic.infrastructure.Turn
Returns the angle of this turn
getAngle(TurnCurve, int, int) - Static method in class org.jscience.architecture.traffic.util.CurveUtils
Returns the angle of a given curve at the given index
getAngle() - Method in class org.jscience.biology.lsystems.fixed.LSystem
Gets the angle of the LSystem
getAngle() - Method in class org.jscience.biology.lsystems.growing.LSystem
Gets the angle of the LSystem
getAngle() - Method in class org.jscience.computing.ai.agents.HexagonalCell
DOCUMENT ME!
getAngle() - Method in class org.jscience.mathematics.geometry.Rotation3D
Get the angle of the rotation.
getAngle() - Method in class org.jscience.media.pictures.filters.CellularFilter
DOCUMENT ME!
getAngle() - Method in class org.jscience.media.pictures.filters.CheckFilter
DOCUMENT ME!
getAngle() - Method in class org.jscience.media.pictures.filters.FBMFilter
DOCUMENT ME!
getAngle() - Method in class org.jscience.media.pictures.filters.GradientFilter
DOCUMENT ME!
getAngle() - Method in class org.jscience.media.pictures.filters.MotionBlurFilter
DOCUMENT ME!
getAngle() - Method in class org.jscience.media.pictures.filters.RotateFilter
DOCUMENT ME!
getAngle() - Method in class org.jscience.media.pictures.filters.TextureFilter
DOCUMENT ME!
getAngle() - Method in class org.jscience.media.pictures.filters.TwirlFilter
Get the angle of twist.
getAngle() - Method in class org.jscience.physics.kinematics.RigidBody2D
Returns the angle (orientation) of this body.
getAngleCoefficient() - Method in class org.jscience.media.pictures.filters.CellularFilter
DOCUMENT ME!
getAngleDegeneracy() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.NuclearCollision
Returns 0,1, or 2, for the number of CM angles corresponding to the lab angle in this reaction.
getAngleFromValue(int) - Method in class org.jscience.awt.pots.Pot
DOCUMENT ME!
getAngles(Rotation3DOrder) - Method in class org.jscience.mathematics.geometry.Rotation3D
Get the Cardan or Euler angles corresponding to the instance.
getAnglesOfStartEndIn2D(SetOfTriangles3D.Edge) - Method in class org.jscience.mathematics.geometry.SetOfTriangles3D.Face
�^����ꂽ�ӂ����̎O�p�`��?
getAngularFrequency(double) - Method in class org.jscience.physics.waves.acoustics.WaveUtils
DOCUMENT ME!
getAngularMomentum() - Method in class org.jscience.physics.kinematics.RigidBody2D
DOCUMENT ME!
getAngularVelocity() - Method in class org.jscience.physics.kinematics.RigidBody2D
Returns the angular velocity.
getAnimationList() - Method in class org.jscience.biology.lsystems.growing.Plant
Gets the list of AnimtionGroup objects.
getAnnotation(int) - Method in interface org.w3c.dom.mathml.MathMLSemanticsElement
DOCUMENT ME!
getAnnotations() - Method in class org.jscience.ml.sbml.SBase
Getter for property annotations.
getAnnualIncome() - Method in class org.jscience.economics.Worker
DOCUMENT ME!
getAntialias() - Method in class org.jscience.media.pictures.filters.WaterFilter
DOCUMENT ME!
getAntialiasing() - Method in class org.jscience.swing.joggle.Joggle
Returns true if the Java2D rendering mode is set to antialias this Joggle, false otherwise.
getAperture() - Method in interface org.jscience.ml.om.IScope
Returns the aperture of the scope.
getAperture() - Method in class org.jscience.ml.om.Scope
Returns the aperture of the scope.
getAperture(double) - Method in class org.jscience.physics.waves.optics.elements.Aspherical
DOCUMENT ME!
getAperture() - Method in class org.jscience.physics.waves.optics.elements.SimpleLens
DOCUMENT ME!
getApexAngle() - Method in class org.jscience.swing.joggle.Joggle
Returns the current apex angle describing the visible part of this Joggle.
getApparentFOV() - Method in class org.jscience.ml.om.Eyepiece
Returns the apparent field of view of this eyepiece.
getApparentFOV() - Method in interface org.jscience.ml.om.IEyepiece
Returns the apparent field of view of this eyepiece.
getAppearance() - Method in class org.jscience.biology.lsystems.common.Primitive
Gets the appearance of the primitive (defaults to first subpart).
getAppearance() - Method in class org.jscience.biology.taxonomy.AbstractTaxon
DOCUMENT ME!
getAppearance() - Method in interface org.jscience.biology.taxonomy.Taxon
The date at which this taxon appeared in earth history in seconds before or after unix time (1/1/1970).
getAppearance() - Method in class org.jscience.physics.solids.AtlasNode
Returns the appearance for this node.
getAppletInfo() - Method in class org.jscience.astronomy.solarsystem.ephemeris.gui.CelestialSphere
DOCUMENT ME!
getAppletInfo() - Method in class org.jscience.mathematics.geometry.polyhedrons.PolyhedronDisplayer
 
getAppletInfo() - Method in class org.jscience.physics.electricity.circuitry.gui.CircuitFrame
 
getAppletInfo() - Method in class org.jscience.physics.waves.optics.gui.OpticalApp
DOCUMENT ME!
getArea() - Method in class org.jscience.astronomy.Ellipse
DOCUMENT ME!
getArea() - Method in class org.jscience.earth.EarthSolarRadiation
 
getArea() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.Peak
DOCUMENT ME!
getArea() - Method in class org.jscience.physics.solids.AreaElement
DOCUMENT ME!
getArea() - Method in class org.jscience.physics.solids.AtlasSection
 
getArea() - Method in class org.jscience.physics.solids.element.Rod2DElement
Returns the cross-sectional area of the element.
getArea() - Method in class org.jscience.physics.solids.element.Rod3DElement
Returns the cross-sectional area of the element.
getAreaError() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.Peak
DOCUMENT ME!
getArgument(int) - Method in class org.jscience.io.mathml.MathMLExpression
Returns an argument from this expression.
getArgument(int) - Method in class org.jscience.linguistics.kif.Formula
************************************************************** Return the numbered argument of the given formula.
getArgument(int) - Method in class org.jscience.ml.mathml.MathMLContentContainerImpl
DOCUMENT ME!
getArgument(int) - Method in class org.jscience.ml.mathml.MathMLContentTokenImpl
DOCUMENT ME!
getArgument(int) - Method in class org.jscience.ml.mathml.MathMLMathElementImpl
DOCUMENT ME!
getArgument(int) - Method in class org.jscience.ml.mathml.MathMLPresentationContainerImpl
DOCUMENT ME!
getArgument(int) - Method in interface org.w3c.dom.mathml.MathMLContainer
DOCUMENT ME!
getArgument(int) - Method in interface org.w3c.dom.mathml.MathMLContentToken
DOCUMENT ME!
getArguments() - Method in class org.jscience.ml.mathml.MathMLContentContainerImpl
DOCUMENT ME!
getArguments() - Method in class org.jscience.ml.mathml.MathMLContentTokenImpl
DOCUMENT ME!
getArguments() - Method in class org.jscience.ml.mathml.MathMLMathElementImpl
DOCUMENT ME!
getArguments() - Method in class org.jscience.ml.mathml.MathMLPresentationContainerImpl
DOCUMENT ME!
getArguments() - Method in interface org.w3c.dom.mathml.MathMLContainer
DOCUMENT ME!
getArguments() - Method in interface org.w3c.dom.mathml.MathMLContentToken
DOCUMENT ME!
getArity() - Method in class org.jscience.ml.mathml.MathMLBinaryOpImpl
DOCUMENT ME!
getArity() - Method in class org.jscience.ml.mathml.MathMLBinaryRelImpl
DOCUMENT ME!
getArity() - Method in class org.jscience.ml.mathml.MathMLFunctionImpl
DOCUMENT ME!
getArity() - Method in class org.jscience.ml.mathml.MathMLNaryOpImpl
DOCUMENT ME!
getArity() - Method in class org.jscience.ml.mathml.MathMLNaryRelImpl
DOCUMENT ME!
getArity() - Method in class org.jscience.ml.mathml.MathMLPredefinedSymbolImpl
DOCUMENT ME!
getArity() - Method in class org.jscience.ml.mathml.MathMLUnaryOpImpl
DOCUMENT ME!
getArity() - Method in interface org.w3c.dom.mathml.MathMLPredefinedSymbol
DOCUMENT ME!
getArmy() - Method in class org.jscience.politics.Country
DOCUMENT ME!
getArray() - Method in class org.jscience.util.mapper.MappableArray
Get the array stored in the instance.
getArrow() - Static method in class org.jscience.computing.game.puzzle.SolitaireSamples
DOCUMENT ME!
getArt() - Method in class org.jscience.arts.Artwork
DOCUMENT ME!
getArt() - Method in class org.jscience.arts.hobbies.Hobby
DOCUMENT ME!
getArticles() - Method in class org.jscience.law.Code
DOCUMENT ME!
getArticles() - Method in class org.jscience.law.Constitution
DOCUMENT ME!
getArticles() - Method in class org.jscience.law.Treaty
DOCUMENT ME!
getArtwork() - Method in class org.jscience.arts.Performance
DOCUMENT ME!
getArtwork() - Method in class org.jscience.history.archeology.Item
DOCUMENT ME!
getArtworks() - Method in class org.jscience.arts.Collection
DOCUMENT ME!
getAs() - Method in class org.jscience.physics.solids.AtlasSection
 
getAsh() - Method in class org.jscience.arts.cooking.Ingredient
DOCUMENT ME!
getAspectRatio() - Method in class org.jscience.astronomy.Ellipse
DOCUMENT ME!
getAssignmentsElement() - Method in class org.jscience.ml.sbml.Event
Getter for property assignmentsElement.
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.BaseSRF_WithEllipsoidalHeight
Returns a surface coordinate associated with a 3D coordinate.
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.BaseSRF_WithTangentPlaneSurface
Returns a surface coordinate associated with a 3D coordinate.
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_Celestiodetic
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_EquidistantCylindrical
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_LambertConformalConic
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceAzimuthalSpherical
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceCylindrical
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_LocalTangentSpaceEuclidean
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_Mercator
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_ObliqueMercatorSpherical
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_Planetodetic
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_PolarStereographic
DOCUMENT ME!
getAssociatedSurfaceCoordinate(Coord3D) - Method in class org.jscience.geography.coordinates.SRF_TransverseMercator
DOCUMENT ME!
getAsText() - Method in class org.jscience.mathematics.algebraic.matrices.gui.ComplexEditor
DOCUMENT ME!
getAt(int, int) - Method in class org.jscience.computing.ai.InfluenceMap
Return the value of the influence map at a given coordinate.
getAtom(int) - Method in class org.jscience.chemistry.gui.extended.molecule.AtomVector
Returns atom at specified index
getAtom(int) - Method in class org.jscience.chemistry.quantum.Molecule
Method to get a particular atom from the lists of atoms.
getAtom1() - Method in class org.jscience.chemistry.Bond
DOCUMENT ME!
getAtom2() - Method in class org.jscience.chemistry.Bond
DOCUMENT ME!
getAtomaryComponent(String) - Static method in class org.jscience.architecture.traffic.util.ArrayUtils
Calculates the atomary component of an array by the name of its class.
getAtombg() - Method in class org.jscience.chemistry.gui.extended.molecule.Renderer
Return atom background color
getAtomCenter() - Method in class org.jscience.chemistry.quantum.Atom
Getter for property atomCenter.
getAtomColor(Element) - Method in interface org.jscience.chemistry.AtomColorer
Returns the color for a certain element type
getAtomFont() - Method in class org.jscience.chemistry.gui.extended.molecule.Renderer
Return atom font
getAtomFromId(int) - Method in class org.jscience.chemistry.gui.extended.molecule.Molecule
Return an atom in this molecule whose id matches the input id
getAtomicBasis(String) - Method in class org.jscience.chemistry.quantum.basis.BasisSet
Returns appropriate basis for a given atomic symbol.
getAtomicNumber() - Method in class org.jscience.chemistry.Element
Returns the atomic number.
getAtomicNumber(String) - Method in class org.jscience.chemistry.quantum.AtomInfo
Getter for property atomicNumber.
getAtomicNumber() - Method in class org.jscience.chemistry.quantum.basis.AtomicBasis
Getter for property atomicNumber.
getAtomicNumberTable() - Method in class org.jscience.chemistry.quantum.AtomInfo
Getter for property atomicNumberTable.
getAtomicRadius() - Method in class org.jscience.chemistry.Element
Returns the atomic radius.
getAtomicWeight(String) - Method in class org.jscience.chemistry.quantum.AtomInfo
Getter for property atomicWeight.
getAtomicWeightTable() - Method in class org.jscience.chemistry.quantum.AtomInfo
Getter for property atomicWeightTable.
getAtomIdToIndex() - Method in class org.jscience.chemistry.gui.extended.molecule.Molecule
Return atomIdToIndex
getAtoms() - Method in class org.jscience.chemistry.Bond
DOCUMENT ME!
getAtoms() - Method in class org.jscience.chemistry.Molecule
 
getAtoms() - Method in class org.jscience.chemistry.quantum.Molecule
Method to get a particular atom from the lists of atoms.
getAttenuation() - Method in class org.jscience.awt.pots.PotBase
DOCUMENT ME!
getAttenuation() - Method in class org.jscience.engineering.control.SecondOrder
DOCUMENT ME!
getAttitude() - Method in class org.jscience.psychology.Behavior
DOCUMENT ME!
getAttribute(String) - Method in class org.jscience.architecture.traffic.xml.XMLElement
Get the (first) attribute with a certain name
getAttribute() - Method in class org.jscience.biology.Individual
DOCUMENT ME!
getAttribute(String) - Method in interface org.jscience.ml.cml.AbstractBase
gets attribute, changing data type if required
getAttribute(String) - Method in class org.jscience.ml.cml.dom.pmr.PMRDocumentBuilderFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class org.jscience.ml.cml.dom.pmr.PMRElementImpl
Retrieves an attribute value by name.
getAttribute(Element, String) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
Kludge to overcome cases where getAttribute(attName) has been subverted
getAttribute(int) - Method in class org.jscience.ml.gml.dom.GMLConstructImpl
DOCUMENT ME!
getAttribute(String, String) - Method in class org.jscience.ml.gml.dom.GMLConstructImpl
DOCUMENT ME!
getAttribute(String) - Method in class org.jscience.ml.gml.dom.GMLConstructImpl
DOCUMENT ME!
getAttribute(int) - Method in interface org.jscience.ml.gml.infoset.GMLConstruct
DOCUMENT ME!
getAttribute(String, String) - Method in interface org.jscience.ml.gml.infoset.GMLConstruct
DOCUMENT ME!
getAttribute(String) - Method in interface org.jscience.ml.gml.infoset.GMLConstruct
DOCUMENT ME!
getAttribute(String) - Method in class org.jscience.ml.openmath.OMObject
Get an attribute.
getAttribute(String) - Method in class org.jscience.ml.tigerxml.Corpus
Returns the value of this Corpus instance's attribute stored under key.
getAttributeCount() - Method in class org.jscience.ml.gml.dom.GMLConstructImpl
DOCUMENT ME!
getAttributeCount() - Method in interface org.jscience.ml.gml.infoset.GMLConstruct
DOCUMENT ME!
getAttributeIndex(String) - Method in class org.jscience.architecture.traffic.xml.XMLElement
Get the index of an attribute in the attribute array
getAttributeLine() - Method in class org.jscience.ml.gml.dom.GMLConstructImpl
DOCUMENT ME!
getAttributeNames() - Method in class org.jscience.ml.tigerxml.Corpus
Returns all keys in this Corpus instance's attribute hash map as an ArrayList
getAttributeNode(String) - Method in class org.jscience.ml.cml.dom.pmr.PMRElementImpl
Retrieves an Attr node by name.
getAttributeNodeNS(String, String) - Method in class org.jscience.ml.cml.dom.pmr.PMRElementImpl
 
getAttributeNS(String, String) - Method in class org.jscience.ml.cml.dom.pmr.PMRElementImpl
 
getAttributes() - Method in class org.jscience.chemistry.gui.extended.molecule.Atom
Return the property containing attributes
getAttributes() - Method in class org.jscience.chemistry.gui.extended.molecule.Bond
Get the actual properties object that holds the attributes
getAttributes() - Method in interface org.jscience.chemistry.gui.extended.molecule.PropAttributesInter
DOCUMENT ME!
getAttributes() - Method in class org.jscience.ml.cml.dom.pmr.PMRNodeImpl
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - Method in class org.jscience.ml.openmath.OMObject
Gets the attributes.
getAttributes() - Method in class org.jscience.ml.sbml.math.Node
DOCUMENT ME!
getAttributesArray() - Method in class org.jscience.architecture.traffic.xml.XMLElement
DOCUMENT ME!
getAttributeString(Element) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
returns the attributes in concatenated text form (suitable for insertion to start tags).
getAttributeString(Attr) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
returns a string representing a single attribute in a start tag, for example foo=bar plugh"; String starts with space and delimiters are QUOT, not APOS
getAttributions() - Method in class org.jscience.ml.openmath.OMAttribution
Get the attributions.
getAuthor() - Method in class org.jscience.architecture.traffic.edit.EditPropDialog
Returns the author name the user entered.
getAuthor() - Method in class org.jscience.architecture.traffic.infrastructure.Infrastructure
Returns the author.
getAuthor() - Method in class org.jscience.measure.Report
DOCUMENT ME!
getAuthority() - Method in class org.jscience.arts.Restoration
DOCUMENT ME!
getAuthority() - Method in class org.jscience.law.License
DOCUMENT ME!
getAuthority() - Method in class org.jscience.measure.Analysis
DOCUMENT ME!
getAuthority() - Method in class org.jscience.measure.Report
DOCUMENT ME!
getAuthors() - Method in class org.jscience.arts.Artwork
 
getAuthors() - Method in class org.jscience.measure.Description
DOCUMENT ME!
getAutoPlay() - Method in class org.jscience.computing.game.JDefaultGame
DOCUMENT ME!
getAutoPlay() - Method in interface org.jscience.computing.game.JGamePlay
AutoPlay() returns the underlying game - to allow the calling functions to perform operations on the game itself.
getAutoPlay() - Method in class org.jscience.computing.game.puzzle.JTilePuzzle
DOCUMENT ME!
getAuxiliaries() - Method in class org.jscience.mathematics.analysis.expressions.ExpressionParser
 
getAuxiliaryNames() - Method in class org.jscience.mathematics.analysis.expressions.ExpressionParser
 
getAvailableBehaviors() - Method in class org.jscience.biology.human.Human
DOCUMENT ME!
getAvailableTemplates() - Static method in class org.jscience.physics.solids.gui.templates.AbstractTemplate
 
getAverageAdjustedFitnessOfCurrentGeneration() - Method in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
Returns the average adjusted fitness of the current generation
getAverageNormalizedFitnessOfCurrentGeneration() - Method in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
Returns the average normalized fitness of the current generation
getAverageStandardizedFitnessOfCurrentGeneration() - Method in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
Returns the average standardized fitness of the current generation
getAvgFitness() - Method in class org.jscience.computing.ai.evolutionary.geneticalgorithms.BinaryCodedGA
Returns average fitness in the current generation
getAvgHistory() - Method in class org.jscience.computing.ai.evolutionary.geneticalgorithms.BinaryCodedGA
Returns the history of the average fitnesses
getAvgWaitingTime(boolean) - Method in class org.jscience.architecture.traffic.infrastructure.Node.NodeStatistics
Returns the average waiting time the roadusers experienced.
getAxiom() - Method in class org.jscience.biology.lsystems.growing.LSystem
Returns the axiom of this class.
getAxiomNo() - Method in class org.jscience.computing.ai.planning.InternalDomain
This function returns the number of axioms in this domain.
getAxioms() - Method in class org.jscience.computing.ai.planning.Domain
This function returns the axioms in this domain.
getAxis() - Method in class org.jscience.mathematics.geometry.Rotation3D
Get the normalized axis of the rotation.
getAxis() - Method in class org.jscience.physics.waves.optics.elements.OpticalElement
Gets the y and z coordinates of the optical axis.
getAxisLabelColor() - Method in class org.jscience.chemistry.vapor.util.chart.Chart
Returns the Axes label color
getAxisLabelFont() - Method in class org.jscience.chemistry.vapor.util.chart.Chart
Returns the Axes label font
getAz() - Method in class org.jscience.devices.telescopes.LX200.LX200
Returns the current az.
getAzAlt() - Method in class org.jscience.devices.telescopes.nexstar.NexStar
Returns the current az and alt.
getAzimuth() - Method in class org.jscience.astronomy.solarsystem.SunRelativePosition
Retourne l'azimuth en degr�s.
getAzimuth() - Method in class org.jscience.media.pictures.filters.EmbossFilter
DOCUMENT ME!
getAzimuth() - Method in class org.jscience.media.pictures.filters.LightFilter.Light
DOCUMENT ME!
getB() - Method in class org.jscience.engineering.control.Compensator
DOCUMENT ME!
getB() - Method in class org.jscience.engineering.control.FirstOrder
DOCUMENT ME!
getB() - Method in class org.jscience.engineering.control.SecondOrder
DOCUMENT ME!
getB() - Method in class org.jscience.mathematics.analysis.polynomials.JacobiDoublePolynomialFactory
 
getB() - Method in class org.jscience.media.pictures.filters.QuiltFilter
DOCUMENT ME!
getB() - Method in interface org.jscience.physics.fluids.dynamics.solver.ConjugatedGradient
DOCUMENT ME!
getB() - Method in class org.jscience.physics.fluids.dynamics.solver.GCCholeskyImpl
Returns the current column of independient terms.
getB_V() - Method in class org.jscience.astronomy.catalogs.hipparcos.HipparcosCatalogEntry
DOCUMENT ME!
getBackColor() - Method in class org.jscience.swing.JDiceBoard
This method returns the common back color.
getBackColor() - Method in class org.jscience.swing.JDie
This method gets the back color.
getBackground() - Method in class org.jscience.media.pictures.filters.CheckFilter
DOCUMENT ME!
getBackground() - Method in interface org.w3c.dom.mathml.MathMLStyleElement
DOCUMENT ME!
getBackgroundColor() - Method in class org.jscience.chemistry.gui.extended.jviewer.JViewer
Get the background color.
getBackgroundColor() - Method in class org.jscience.computing.ai.artificiallife.Flock
Retrieve the background color.
getBackgroundColor() - Method in class org.jscience.computing.ai.cellularautomaton.CellularAutomata
Retrieve the background color.
getBackgroundColor() - Method in class org.jscience.media.pictures.filters.ShadowFilter
DOCUMENT ME!
getBackwardRandomDirection() - Static method in class org.jscience.physics.nuclear.kinematics.montecarlo.Direction
DOCUMENT ME!
getBall(int) - Method in class org.jscience.swing.JUrn
This method returns a specified ball.
getBallColor() - Method in class org.jscience.swing.JBall
This method gets the ball color.
getBallCount() - Method in class org.jscience.swing.JUrn
This method returns the number of balls.
getBallotForRoundI(int) - Method in class org.jscience.politics.vote.Voter
DOCUMENT ME!
getBallotForRoundI(int) - Method in class org.jscience.politics.vote.VoteSituation
DOCUMENT ME!
getBallots() - Method in class org.jscience.politics.vote.Voter
DOCUMENT ME!
getBallots() - Method in class org.jscience.politics.vote.VoteSituation
DOCUMENT ME!
getBank() - Method in class org.jscience.economics.money.Account
DOCUMENT ME!
getBarycenter(Point2D[], double[]) - Static method in class org.jscience.mathematics.geometry.CenterOfMasses
Gets barycenter for a group of masses and their associated weight
getBarycenter(Point3D[], double[]) - Static method in class org.jscience.mathematics.geometry.CenterOfMasses
Gets barycenter for a group of masses and their associated weight
getBase() - Method in class javax.measure.converter.LogConverter
Returns the logarithmic base of this converter.
getBase() - Method in class org.jscience.ml.mathml.MathMLCnElementImpl
DOCUMENT ME!
getBase() - Method in class org.jscience.ml.mathml.MathMLScriptElementImpl
DOCUMENT ME!
getBase() - Method in class org.jscience.ml.mathml.MathMLUnderOverElementImpl
DOCUMENT ME!
getBase() - Method in class org.jscience.ml.openmath.OMFloat
Get the base.
getBase() - Method in interface org.w3c.dom.mathml.MathMLCnElement
DOCUMENT ME!
getBase() - Method in interface org.w3c.dom.mathml.MathMLMultiScriptsElement
DOCUMENT ME!
getBase() - Method in interface org.w3c.dom.mathml.MathMLScriptElement
DOCUMENT ME!
getBase() - Method in interface org.w3c.dom.mathml.MathMLUnderOverElement
DOCUMENT ME!
getBaseCount(int) - Method in class org.jscience.computing.game.awari.AwariGame
DOCUMENT ME!
getBases() - Method in class org.jscience.biology.Chain
DOCUMENT ME!
getBases() - Method in class org.jscience.biology.DNA
DOCUMENT ME!
getBases() - Method in class org.jscience.biology.mRNA
DOCUMENT ME!
getBases() - Method in class org.jscience.biology.RNA
DOCUMENT ME!
getBaseUnits() - Static method in class org.jscience.ml.sbml.UnitManager
Set[Unit] of the SBML base units.
getBaseURI() - Method in class org.jscience.ml.cml.dom.pmr.PMRNodeImpl
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBasicInfo(String[]) - Method in class org.jscience.physics.electricity.circuitry.CircuitElement
DOCUMENT ME!
getBasis() - Method in class org.jscience.media.pictures.filters.FBMFilter
DOCUMENT ME!
getBasis() - Method in class org.jscience.media.pictures.filters.math.CompoundFunction2D
DOCUMENT ME!
getBasisFunctions() - Method in class org.jscience.chemistry.quantum.BasisFunctions
Getter for property basisFunctions.
getBasisType() - Method in class org.jscience.media.pictures.filters.FBMFilter
DOCUMENT ME!
getBasisType() - Method in class org.jscience.media.pictures.filters.math.FBM
DOCUMENT ME!
getBasisVector(int) - Method in class org.jscience.mathematics.analysis.polynomials.ComplexLagrangeBasis
DOCUMENT ME!
getBasisVector(int) - Method in class org.jscience.mathematics.analysis.polynomials.DoubleLagrangeBasis
The basis vector as described above
getBasisVector(int) - Method in class org.jscience.mathematics.analysis.polynomials.DoubleMonomialBasis
DOCUMENT ME!
getBasisVector(int) - Method in class org.jscience.mathematics.analysis.polynomials.ExactRealMonomialBasis
DOCUMENT ME!
getBasisVector(int) - Method in interface org.jscience.mathematics.analysis.polynomials.PolynomialBasis
Get the kth basis vector
getBBox() - Method in interface org.jscience.chemistry.gui.extended.jviewer.IRenderer
Return the bounding box of the object being rendered.
getBBox() - Method in class org.jscience.chemistry.gui.extended.molecule.Renderer
Return the bounding box of the Molecule.
getBeam() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.SpancReaction
DOCUMENT ME!
getBeam() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.gui.table.ReactionTable
DOCUMENT ME!
getBeam() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.NuclearCollision
DOCUMENT ME!
getBeamEnergy() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.NuclearCollision
Returns energy of beam in MeV.
getBeamUncertain() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.SpancReaction
DOCUMENT ME!
getBeanDescriptor() - Method in class org.jscience.mathematics.algebraic.matrices.gui.ComplexMatrixBeanInfo
DOCUMENT ME!
getBeanDescriptor() - Method in class org.jscience.mathematics.algebraic.matrices.gui.ComplexVectorBeanInfo
DOCUMENT ME!
getBeanDescriptor() - Method in class org.jscience.mathematics.algebraic.matrices.gui.DoubleMatrixBeanInfo
DOCUMENT ME!
getBeanDescriptor() - Method in class org.jscience.mathematics.algebraic.matrices.gui.DoubleVectorBeanInfo
DOCUMENT ME!
getBeanDescriptor() - Method in class org.jscience.mathematics.algebraic.matrices.gui.IntegerMatrixBeanInfo
DOCUMENT ME!
getBeanDescriptor() - Method in class org.jscience.mathematics.algebraic.matrices.gui.IntegerVectorBeanInfo
DOCUMENT ME!
getBegin() - Method in interface org.jscience.ml.om.IObservation
Returns the start date of the observation.
getBegin() - Method in interface org.jscience.ml.om.ISession
Returns the start date of the session.
getBegin() - Method in class org.jscience.ml.om.Observation
Returns the start date of the observation.
getBegin() - Method in class org.jscience.ml.om.Session
Returns the start date of the session.
getBeginColumn() - Method in class org.jscience.ml.sbml.jep.JavaCharStream
DOCUMENT ME!
getBeginLine() - Method in class org.jscience.ml.sbml.jep.JavaCharStream
DOCUMENT ME!
getBeginStep() - Method in class org.jscience.util.NumberStepper
DOCUMENT ME!
getBehaviors() - Method in class org.jscience.biology.Individual
DOCUMENT ME!
getBehaviors() - Method in class org.jscience.biology.Species
DOCUMENT ME!
getBehaviors() - Method in class org.jscience.psychology.Activity
DOCUMENT ME!
getBeliefs() - Method in class org.jscience.sociology.Culture
DOCUMENT ME!
getBelongings() - Method in class org.jscience.economics.EconomicAgent
DOCUMENT ME!
getBesselInterpolation(double, double, double, double, double) - Static method in class org.jscience.astronomy.solarsystem.AstronomicalCoordinatesUtils
 
getBest() - Method in class org.jscience.computing.ai.AStarPathfinder
Assigns the best node from the open list.
getBestAction(Object) - Method in class org.jscience.computing.ai.reinforcement.qlearning.QTable
Returns best action for given state
getBestActions() - Method in class org.jscience.computing.ai.reinforcement.qlearning.QLearner
Returns all of the best actions for each states tried so far
getBestActions() - Method in class org.jscience.computing.ai.reinforcement.qlearning.QTable
Returns all of the best actions for each states tried so far
getBestConPosition(Node, Point, Point) - Method in class org.jscience.architecture.traffic.tools.RoadAction
DOCUMENT ME!
getBestIndividual() - Method in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
Returns the best individual over all generations
getBestIndividualInCurrentGeneration() - Method in class org.jscience.computing.ai.evolutionary.geneticprogramming.GeneticProgram
Returns the best individual in the current generation
getBestMatch() - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarItems
DOCUMENT ME!
getBestMatches(int) - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarItems
DOCUMENT ME!
getBestMove() - Method in class org.jscience.computing.game.TemplatePlayer.Synchronizer
 
getBestName() - Method in class org.jscience.biology.human.Human
DOCUMENT ME!
getBestNode() - Method in class org.jscience.computing.ai.AStarPathfinder
Returns the current best node.
getBestValue(Object) - Method in class org.jscience.computing.ai.reinforcement.qlearning.QLearner
Returns best reinforcement value for given state
getBestValue(Object) - Method in class org.jscience.computing.ai.reinforcement.qlearning.QTable
Returns the best reinforcement value for given state
getBeta() - Method in class org.jscience.media.audio.dsp.filters.IIRFilterDesignBase
DOCUMENT ME!
getBeta() - Method in class org.jscience.physics.electricity.circuitry.elements.JfetElement
DOCUMENT ME!
getBeta() - Method in class org.jscience.physics.electricity.circuitry.elements.MosfetElement
DOCUMENT ME!
getBeta(NuclearParticle, double) - Static method in class org.jscience.physics.nuclear.kinematics.nuclear.NuclearCollision
DOCUMENT ME!
getBetaLanes() - Method in class org.jscience.architecture.traffic.infrastructure.Road
Returns the Drivelanes where Roadusers move towards the betaNode
getBetaNode() - Method in class org.jscience.architecture.traffic.infrastructure.Road
Returns the beta Node of this road
getBevel() - Method in class org.jscience.media.pictures.filters.LightFilter.NormalEvaluator
DOCUMENT ME!
getBfield() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.SpancReaction
DOCUMENT ME!
getBGColor() - Method in class org.jscience.chemistry.vapor.util.chart.Chart
Returns the current background color
getBias() - Method in class org.jscience.media.pictures.filters.ContrastFilter
DOCUMENT ME!
getBias() - Method in class org.jscience.media.pictures.filters.FBMFilter
DOCUMENT ME!
getBibRefAsXML(BibRef) - Method in interface org.jscience.bibliography.BibRefQuery
Return an XML representation of the given citation.
getBibRefCount() - Method in interface org.jscience.bibliography.BibRefQuery
Return the number of citation in the current collection.
getBibRefs() - Method in interface org.jscience.bibliography.BibRefQuery
Return an enumeration of all citations from the current collection.
getBibRefs(String[]) - Method in interface org.jscience.bibliography.BibRefQuery
Return an enumeration of all citations from the current collection.
getBibRefsAsXML() - Method in interface org.jscience.bibliography.BibRefQuery
Return an enumeration of all citations from the current collection.
getBinaryArray() - Method in class org.jscience.engineering.control.DtoA
 
getBinaryEntropy(DoubleVector) - Method in class org.jscience.computing.ComputingUtils
The Shannon binary entropy, see http://en.wikipedia.org/wiki/Information_theory, where we use ln instead of log Each value of the Vector should be between 0 and 1, although this is unchecked See also org.jscience.mathematics.statistics.EngineerMathUtils
getBinaryInput() - Method in class org.jscience.engineering.control.DtoA
 
getBinder() - Method in class org.jscience.ml.openmath.OMBinding
Get the binder.
getBiography() - Method in class org.jscience.biology.HistoricalIndividual
DOCUMENT ME!
getBiometrics() - Method in class org.jscience.law.ResponsibleIndividual
DOCUMENT ME!
getBishopIcon(int) - Method in interface org.jscience.computing.game.chess.ChessGraphics
DOCUMENT ME!
getBishopIcon(int) - Method in class org.jscience.computing.game.chess.SampleChessGraphics
DOCUMENT ME!
getBlack() - Method in class org.jscience.media.pictures.filters.ThresholdFilter
DOCUMENT ME!
getBlackFunction() - Method in class org.jscience.media.pictures.filters.BinaryFilter
DOCUMENT ME!
getBlockIncrement() - Method in class org.jscience.awt.pots.PotBase
DOCUMENT ME!
getBlockSize() - Method in class org.jscience.media.pictures.filters.BlockFilter
Get the pixel block size
getBloodOxygen() - Method in class org.jscience.medicine.Patient
DOCUMENT ME!
getBloodPressure() - Method in class org.jscience.medicine.Patient
DOCUMENT ME!
getBlueGreen() - Method in class org.jscience.media.pictures.filters.ChannelMixFilter
DOCUMENT ME!
getBlur() - Method in class org.jscience.media.pictures.filters.BlurFilter
DOCUMENT ME!
getBoard() - Method in class org.jscience.computing.game.checkers.CheckersGame
DOCUMENT ME!
getBoard() - Method in class org.jscience.computing.game.chess.ChessGame
DOCUMENT ME!
getBoard() - Method in class org.jscience.computing.game.reversi.ReversiGame
DOCUMENT ME!
getBody() - Method in class org.jscience.mathematics.algebraic.numbers.ExactSupernumber
Returns the body (rank 0) of this supernumber.
getBody() - Method in class org.jscience.mathematics.algebraic.numbers.Supernumber
Returns the body (rank 0) of this supernumber.
getBody() - Method in class org.jscience.ml.mathml.MathMLAnnotationElementImpl
DOCUMENT ME!
getBody() - Method in class org.jscience.ml.openmath.OMBinding
Get the body.
getBody() - Method in interface org.w3c.dom.mathml.MathMLAnnotationElement
DOCUMENT ME!
getBody() - Method in interface org.w3c.dom.mathml.MathMLSemanticsElement
DOCUMENT ME!
getBoilingPoint() - Method in class org.jscience.chemistry.Element
Returns the boiling point (K).
getBoilingPoint() - Method in class org.jscience.chemistry.Molecule
 
getBond(int) - Method in class org.jscience.chemistry.gui.extended.molecule.BondVector
Returns bond at specified index
getBondColor() - Method in class org.jscience.chemistry.gui.extended.molecule.Renderer
Return bond color
getBondFromId(int) - Method in class org.jscience.chemistry.gui.extended.molecule.Molecule
Return a bond in this molecule whose id matches the input id
getBonds() - Method in class org.jscience.chemistry.Atom
 
getBonds() - Method in class org.jscience.chemistry.Molecule
 
getBook() - Method in class org.jscience.computing.game.BookPlayer
allows access to the embedded book to add/remove GamePlay-GameMove pairs
getBoolean(String) - Method in class org.jscience.util.SmartProperties
DOCUMENT ME!
getBooleanValue() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.Parameter
DOCUMENT ME!
getBoolValue() - Method in class org.jscience.architecture.traffic.xml.XMLAttribute
DOCUMENT ME!
getBorderColor() - Method in class org.jscience.chemistry.vapor.util.chart.Chart
Returns the current border color
getBottomBorder() - Method in class org.jscience.media.pictures.filters.BorderFilter
DOCUMENT ME!
getBottomCaption() - Method in class org.jscience.awt.buttons.ToggleSwitchButton
DOCUMENT ME!
getBottomRightCoordinates() - Method in class org.jscience.geography.Map
DOCUMENT ME!
getBound(int) - Method in class org.jscience.mathematics.statistics.DistributionDomain
This method returns the boundary point corresponding to a given index.
getBoundariesInclusion() - Method in class org.jscience.geography.Boundary
DOCUMENT ME!
getBoundariesInclusion() - Method in class org.jscience.geography.TimedBoundary
DOCUMENT ME!
getBoundary() - Method in class org.jscience.geography.Place
DOCUMENT ME!
getBoundary(int) - Method in class org.jscience.geography.TimedBoundary
DOCUMENT ME!
getBoundedBy() - Method in class org.jscience.ml.gml.dom.FeatureImpl
Returns the boundedBy property of this feature.
getBoundedBy() - Method in interface org.jscience.ml.gml.infoset.Feature
Returns the boundedBy property of this feature.
getBoundEnvironment() - Method in class org.jscience.util.license.License
returns an unmodifiable view of the bound environment variables of this license
getBoundProperties() - Method in class org.jscience.util.license.License
returns an unmodifiable view of the bound system properties of this license
getBounds() - Method in class org.jscience.architecture.traffic.infrastructure.Drivelane
 
getBounds() - Method in class org.jscience.architecture.traffic.infrastructure.Node
 
getBounds() - Method in class org.jscience.architecture.traffic.infrastructure.Road
 
getBounds() - Method in class org.jscience.architecture.traffic.infrastructure.Roaduser
 
getBounds() - Method in interface org.jscience.architecture.traffic.Selectable
Returns the bounding box of this Selectable
getBoundVariable(int) - Method in class org.jscience.ml.mathml.MathMLContentContainerImpl
DOCUMENT ME!
getBoundVariable(int) - Method in interface org.w3c.dom.mathml.MathMLContentContainer
DOCUMENT ME!
getBracketErrorInstance(int) - Static method in class org.jscience.measure.AmountFormat
Returns a format for which the error is represented by an integer value in brackets; for example "1.3456[20] m" is equivalent to "1.3456 ± 0.0020 m".
getBrailleLanguageUnicodeFromDisk(String) - Method in class org.jscience.linguistics.braille.BrailleLanguageUnicode
Loads a BrailleLanguageUnicode object from disk
getBrailleLanguageUnicodeFromWebsite(String) - Static method in class org.jscience.linguistics.braille.BrailleLanguageUnicode
Downloads a language file from the web.
getBranchAppearance() - Method in class org.jscience.biology.lsystems.growing.LSystem
DOCUMENT ME!
getBranchName() - Method in class org.jscience.architecture.traffic.xml.XMLStack
DOCUMENT ME!
getBranchSize() - Method in class org.jscience.computing.ai.planning.Axiom
To get the number of branches in this axiom.
getBrightestStar() - Method in class org.jscience.ml.om.extension.deepsky.DeepSkyTargetOC
Returns the magnitude of the brightest star in the open cluster.
getBrightness(int) - Method in class org.jscience.astronomy.solarsystem.VisualLimit
Get the brightess value.
getBrightness() - Method in class org.jscience.media.pictures.filters.CausticsFilter
DOCUMENT ME!
getBrokenLinks() - Method in class org.jscience.net.Spider
Assuming the URL points to a HTML page, only links that are not accessible are returned.
getBufferOverflow() - Method in class org.jscience.architecture.traffic.View
DOCUMENT ME!
getBufferPosition() - Method in class org.jscience.architecture.traffic.View
DOCUMENT ME!
getBufferSize() - Method in class org.jscience.architecture.traffic.View
DOCUMENT ME!
getBufferSize() - Method in class org.jscience.net.Downloader
DOCUMENT ME!
getBumpFunction() - Method in class org.jscience.media.pictures.filters.LightFilter
DOCUMENT ME!
getBumpHeight() - Method in class org.jscience.media.pictures.filters.EmbossFilter
DOCUMENT ME!
getBumpHeight() - Method in class org.jscience.media.pictures.filters.LightFilter
DOCUMENT ME!
getBumpSource() - Method in class org.jscience.media.pictures.filters.LightFilter
DOCUMENT ME!
getButtonColor() - Method in class org.jscience.awt.buttons.Button
DOCUMENT ME!
getButtonHeight() - Method in class org.jscience.architecture.traffic.util.ToolBar
DOCUMENT ME!
getButtonWidth() - Method in class org.jscience.architecture.traffic.util.ToolBar
DOCUMENT ME!
getBuyer() - Method in class org.jscience.economics.money.Receipt
DOCUMENT ME!
getBuyer() - Method in class org.jscience.economics.money.Transaction
DOCUMENT ME!
getById(String) - Method in class org.jscience.ml.tigerxml.Sentence
Finds and returns a GraphNode in this sentence or returns null if there is no GraphNode with the given ID.
getByPass() - Method in class org.jscience.media.audio.dsp.AbstractAudio
Return the current by pass state of this device.
getByPercentSimilarity(float) - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarItems
DOCUMENT ME!
getByRank(int) - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarItems
DOCUMENT ME!
getByRelativeRank(int) - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarItems
DOCUMENT ME!
getByte(int) - Method in class org.jscience.devices.gps.garmin.GarminPacket
Returns the packet-byte at position i.
getByteArray() - Method in class org.jscience.ml.openmath.OMByteArray
Gets the byte array.
getByteArrayAsString() - Method in class org.jscience.ml.openmath.OMByteArray
Get the byte array as string.
getBytes() - Method in class org.jscience.net.Spider
retrieves the raw content from the embedded URL.
getByteValue() - Method in class org.jscience.architecture.traffic.xml.XMLAttribute
DOCUMENT ME!
getByThreshold(float) - Method in class org.jscience.computing.ai.casebasedreasoning.SimilarItems
DOCUMENT ME!
getC() - Method in class org.jscience.engineering.control.FirstOrder
DOCUMENT ME!
getC() - Method in class org.jscience.engineering.control.SecondOrder
DOCUMENT ME!
getC() - Method in class org.jscience.media.pictures.filters.QuiltFilter
DOCUMENT ME!
getC() - Method in class org.jscience.physics.waves.optics.elements.Aspherical
DOCUMENT ME!
getC1() - Method in class org.jscience.mathematics.algebraic.matrices.Complex2Vector
DOCUMENT ME!
getC1() - Method in class org.jscience.mathematics.algebraic.matrices.Complex3Vector
DOCUMENT ME!
getC1() - Method in class org.jscience.physics.waves.optics.elements.ThickLens
DOCUMENT ME!
getC2() - Method in class org.jscience.mathematics.algebraic.matrices.Complex2Vector
DOCUMENT ME!
getC2() - Method in class org.jscience.mathematics.algebraic.matrices.Complex3Vector
DOCUMENT ME!
getC2() - Method in class org.jscience.physics.waves.optics.elements.ThickLens
DOCUMENT ME!
getC3() - Method in class org.jscience.mathematics.algebraic.matrices.Complex3Vector
DOCUMENT ME!
getCA() - Static method in class org.jscience.architecture.lift.World
Returns the current CA.
getCA(int) - Method in class org.jscience.computing.ai.cellularautomaton.CellularAutomataLayered
Retrieve the corresponding CAAgent, which in turn holds positional, state and other information.
getCache() - Method in class org.jscience.net.JURLCachePane
returns a map of URL objects to URLCache objects if not null
getCache() - Method in class org.jscience.net.JWebBrowser
returns a map of URL objects to URLCache objects
getCachedGeometry(int, float, float, float, int, int, int) - Method in class org.jscience.biology.lsystems.common.Primitive
DOCUMENT ME!
getCacheNodeLinealElement() - Method in class org.jscience.physics.fluids.dynamics.mesh.NavierStokesMesh
DOCUMENT ME!
getCalendarFields(double) - Static method in class org.jscience.astronomy.solarsystem.AstronomicalCoordinatesUtils
 
getCalendarFieldsAsDate(double) - Static method in class org.jscience.astronomy.solarsystem.AstronomicalCoordinatesUtils
 
getCalibratedEnergyChannel(int, int, int) - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.ArrayCalibration
 
getCalibratedTimeChannel(int, int, int) - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.ArrayCalibration
Returns the uncompressed channel number recommended for displaying calibrated time.
getCalories() - Method in class org.jscience.arts.cooking.Ingredient
DOCUMENT ME!
getCalories() - Method in class org.jscience.devices.gps.garmin.LapDataPacket
 
getCalories() - Method in interface org.jscience.devices.gps.ILap
calories
getCapacitance() - Method in class org.jscience.engineering.control.HighPassPassive
DOCUMENT ME!
getCapacitance() - Method in class org.jscience.engineering.control.LowPassPassive
DOCUMENT ME!
getCapacity() - Method in interface org.jscience.architecture.lift.Car
Returns the capacity of the Car, measured in persons
getCapacity() - Method in class org.jscience.architecture.lift.SimulatedCar
 
getCapital() - Method in class org.jscience.economics.Organization
DOCUMENT ME!
getCapital() - Method in class org.jscience.politics.Country
DOCUMENT ME!
getCaption() - Method in class org.jscience.awt.buttons.Button
DOCUMENT ME!
getCaption() - Method in class org.jscience.awt.displays.LEDDisplayBase
DOCUMENT ME!
getCaption() - Method in class org.jscience.awt.meters.Meter
DOCUMENT ME!
getCaption() - Method in class org.jscience.awt.pots.PotBase
DOCUMENT ME!
getCaptionAtBottom() - Method in class org.jscience.awt.buttons.Button
DOCUMENT ME!
getCaptionAtBottom() - Method in class org.jscience.awt.displays.LEDDisplayBase
DOCUMENT ME!
getCaptionAtBottom() - Method in class org.jscience.awt.pots.Pot
DOCUMENT ME!
getCar(int) - Static method in class org.jscience.architecture.lift.World
Returns the Indexth Car.
getCarbohydrates() - Method in class org.jscience.arts.cooking.Ingredient
DOCUMENT ME!
getCard(int) - Method in class org.jscience.swing.JCardHand
This method gets a specified card.
getCardCount() - Method in class org.jscience.swing.JCardHand
Ths method gets the number of cards in the deck.
getCardiacRate() - Method in class org.jscience.medicine.Patient
DOCUMENT ME!
getCardNumber() - Method in class org.jscience.swing.JCard
This method returns the number of the card from 0 to 51.
getCardNumbers() - Method in class org.jscience.swing.JCardHand
This method returns the array of card numbers.
getCardNumbers(int) - Method in class org.jscience.swing.JCardHand
This method returns the card number of an individual card
getCardValue(Card, boolean) - Static method in class org.jscience.computing.game.cards.BlackJack
DOCUMENT ME!
getCars() - Static method in class org.jscience.architecture.lift.World
Returns all Cars in an Array.
getCase(int) - Method in interface org.w3c.dom.mathml.MathMLPiecewiseElement
DOCUMENT ME!
getCaseCondition() - Method in interface org.w3c.dom.mathml.MathMLCaseElement
DOCUMENT ME!
getCaseCondition(int) - Method in interface org.w3c.dom.mathml.MathMLPiecewiseElement
DOCUMENT ME!
getCaseValue() - Method in interface org.w3c.dom.mathml.MathMLCaseElement
DOCUMENT ME!
getCaseValue(int) - Method in interface org.w3c.dom.mathml.MathMLPiecewiseElement
DOCUMENT ME!
getCASize() - Method in class org.jscience.computing.ai.cellularautomaton.CellularAutomata
Returns the CA size
getCASRegistryNumber() - Method in class org.jscience.chemistry.Molecule
Returns the CAS registry number.
getCat() - Method in class org.jscience.ml.tigerxml.NT
Returns the category of this NT
getCategory() - Method in class org.jscience.architecture.traffic.simulation.SimMenuBar.TLCMenu
DOCUMENT ME!
getCategory() - Method in class org.jscience.arts.cooking.Recipe
DOCUMENT ME!
getCategory(int) - Method in interface org.jscience.awt.CategoryGraph2DModel
Returns the ith category.
getCategory(int) - Method in class org.jscience.awt.DefaultCategoryGraph2DModel.DataSeries
DOCUMENT ME!
getCategory(int) - Method in class org.jscience.awt.DefaultCategoryGraph2DModel
DOCUMENT ME!
getCategory() - Method in class org.jscience.law.Code
DOCUMENT ME!
getCategory() - Method in class org.jscience.psychology.social.HumanTimeline
DOCUMENT ME!
getCategory() - Method in class org.jscience.sports.Match
DOCUMENT ME!
getCategoryDescs() - Static method in class org.jscience.architecture.traffic.algorithms.tlc.TLCFactory
Returns an array containing the TLC category descriptions.
getCategoryTLCs() - Static method in class org.jscience.architecture.traffic.algorithms.tlc.TLCFactory
Returns an array of TLC numbers for each TLC category.
getCatprogs() - Method in class org.jscience.astronomy.catalogs.hipparcos.HipparcosStarFactory
DOCUMENT ME!
getCause() - Method in class org.jscience.medicine.Pathology
DOCUMENT ME!
getCD() - Method in class org.jscience.ml.openmath.OMSymbol
Deprecated. use the getCd method instead.
getCd() - Method in class org.jscience.ml.openmath.OMSymbol
Gets the CD for this OpenMath symbol.
getCDF(double) - Method in class org.jscience.mathematics.statistics.BetaDistribution
This method computes the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.BinomialDistribution
This method computes the cumulative distribution function in terms of the beta cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.CauchyDistribution
This method computes the cumulative distribuiton function in closed form.
getCDF(double) - Method in class org.jscience.mathematics.statistics.CircleDistribution
This method compute the cumulative distribution functionin in terms of the radius parameter.
getCDF(double) - Method in class org.jscience.mathematics.statistics.ContinuousUniformDistribution
This method computes the cumulative distribution function in terms of the parameters.
getCDF(double) - Method in class org.jscience.mathematics.statistics.Distribution
This method returns a default approximate cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.ExponentialDistribution
This method defines the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.ExtremeValueDistribution
This method computes the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.FisherDistribution
This method computes the cumulative distribution function in terms of the beta CDF.
getCDF(double) - Method in class org.jscience.mathematics.statistics.GammaDistribution
This method computes the cumulative distribution function of the distribution.
getCDF(double) - Method in class org.jscience.mathematics.statistics.LocationScaleDistribution
This method returns the cumulative distribution function of the location- scale distribution in terms of the CDF of the given distribution and the location and scale parameters.
getCDF(double) - Method in class org.jscience.mathematics.statistics.LogisticDistribution
This method computes the cumulative distribution function, which is F(x) = ex / (1 + ex)
getCDF(double) - Method in class org.jscience.mathematics.statistics.LogNormalDistribution
This method computes the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.MixtureDistribution
This method computes the cumulative distributions function of the mixture distributions as a linear combination of the CDFs of the given distributions, using the mixing probabilities.
getCDF(double) - Method in class org.jscience.mathematics.statistics.NormalDistribution
This method computes the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.OrderStatisticDistribution
This method computes the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.ParetoDistribution
This method comptues the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.PoissonDistribution
This method computes the cumulative distribution function in terms of the gamma cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.StudentDistribution
This method computes the cumulative distribution function in terms of the beta CDF.
getCDF(double) - Method in class org.jscience.mathematics.statistics.TriangleDistribution
This method computes the cumulative distribution function.
getCDF(double) - Method in class org.jscience.mathematics.statistics.WeibullDistribution
This method computes the cumulative distribution function.
getCelebrations() - Method in class org.jscience.sociology.Culture
DOCUMENT ME!
getCellData(int, int, int, Node.NodeStatistics) - Method in class org.jscience.architecture.traffic.simulation.statistics.StatsTableView
DOCUMENT ME!
getCellFactory() - Method in class org.jscience.computing.graph.external.JGraphModelAdapter
Returns the cell factory used to create the JGraph cells.
getCellindex() - Method in interface org.w3c.dom.mathml.MathMLTableCellElement
DOCUMENT ME!
getCells() - Method in class org.jscience.biology.Tissue
DOCUMENT ME!
getCells() - Method in interface org.w3c.dom.mathml.MathMLTableRowElement
DOCUMENT ME!
getCenter() - Method in class org.jscience.physics.waves.optics.elements.OpticalElement
Gets the center of the element.
getCenterPoint() - Method in class org.jscience.architecture.traffic.infrastructure.Drivelane
DOCUMENT ME!
getCenterPoint() - Method in class org.jscience.architecture.traffic.infrastructure.Node
DOCUMENT ME!
getCenterPoint() - Method in class org.jscience.architecture.traffic.infrastructure.Road
DOCUMENT ME!
getCenterPoint() - Method in class org.jscience.architecture.traffic.infrastructure.Roaduser
DOCUMENT ME!
getCenterPoint() - Method in interface org.jscience.architecture.traffic.Selectable
Returns the center point of this selectable
getCentralBank() - Method in class org.jscience.economics.Economy
DOCUMENT ME!
getCentralMoment(int) - Method in class org.jscience.mathematics.statistics.NormalDistribution
This method computes the central moment of a specifed order.
getCentralStarMagnitude() - Method in class org.jscience.ml.om.extension.deepsky.DeepSkyTargetPN
Returns the magnitude of the central star
getCentreX() - Method in class org.jscience.media.pictures.filters.LightFilter.Light
DOCUMENT ME!
getCentreY() - Method in class org.jscience.media.pictures.filters.LightFilter.Light
DOCUMENT ME!
getCentroidErrors() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.Multiplet
DOCUMENT ME!
getCentroids() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.PeakFinder
DOCUMENT ME!
getChainedEvent() - Method in class org.jscience.util.ChangeEvent
Return the event which caused this to be fired, or null if this change was not caused by another event.
getChains() - Method in class org.jscience.biology.Genome
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1B1.PEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCDestless.PEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCFix.PEntry
 
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCOpt.PEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2B1.PEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2B1.PKtlEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2Final.PKtlEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2TLCDestless.PKtlEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2TLCOpt.PKtlEntry
DOCUMENT ME!
getChance() - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC3TLCWorkInProgress.PKtlEntry
DOCUMENT ME!
getChange() - Method in class org.jscience.util.ChangeEvent
Return an object which is to be the new value of some property, or is to be added to a collection.
getChangeEvent() - Method in exception org.jscience.util.ChangeVetoException
Return the ChangeEvent which is being vetoed.
getChangeSupport(ChangeType) - Method in class org.jscience.util.AbstractChangeable
Called to retrieve the ChangeSupport for this object.
getChangeTypes(Class) - Static method in class org.jscience.util.ChangeType
Get all ChangeType objects defined within a class.
getChannel() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.CalibrationPeak
DOCUMENT ME!
getChannel() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.OutputPeak
DOCUMENT ME!
getChannel0() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.CalibrationFit
Returns the (unweighted) mean of the input peak centroids, which is used as the offset of the channel axis for the purposes of the fit.
getChannelsPerMeV() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.ArrayCalibration
 
getChannelsPerNsec() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.ArrayCalibration
 
getCharacter() - Method in class org.jscience.linguistics.Grapheme
DOCUMENT ME!
getCharacter() - Method in class org.jscience.linguistics.Phoneme
DOCUMENT ME!
getCharge() - Method in class org.jscience.chemistry.gui.extended.molecule.Atom
Returns the atomic charge
getCharge() - Method in class org.jscience.chemistry.Molecule
 
getCharge() - Method in class org.jscience.chemistry.quantum.Atom
Getter for property charge.
getCharge() - Method in class org.jscience.ml.sbml.Species
Getter for property charge.
getCharge() - Method in class org.jscience.physics.kinematics.AbstractClassicalParticle
DOCUMENT ME!
getCharge() - Method in class org.jscience.physics.kinematics.ClassicalParticle2D
Returns the charge of this particle.
getCharge() - Method in class org.jscience.physics.kinematics.ClassicalParticle3D
Returns the charge of this particle.
getCharge() - Method in class org.jscience.physics.kinematics.ClassicalParticleND
Returns the charge of this particle.
getCharges() - Method in class org.jscience.law.Defendant
DOCUMENT ME!
getCharIntervals() - Method in class org.jscience.computing.automaton.RunAutomaton
Returns array of character class interval start points.
getChartImage() - Method in class org.jscience.chemistry.vapor.util.chart.Chart
Returns a buffered image of the current chart.
getCheckForWin() - Method in class org.jscience.computing.game.RandomPlayer
DOCUMENT ME!
getCheckItem(String) - Method in class org.jscience.physics.electricity.circuitry.gui.CircuitFrame
 
getCheckItem(String, String) - Method in class org.jscience.physics.electricity.circuitry.gui.CircuitFrame
 
getChiefs() - Method in class org.jscience.economics.Worker
DOCUMENT ME!
getChild(Object, int) - Method in class org.jscience.mathematics.analysis.expressions.ExpressionTreeModel
DOCUMENT ME!
getChild(int) - Method in class org.jscience.ml.sbml.math.Node
DOCUMENT ME!
getChildAt(int) - Method in class org.jscience.io.FileTreeNode
DOCUMENT ME!
getChildAt(int) - Method in class org.jscience.ml.gml.xml.schema.SchemaNode
DOCUMENT ME!
getChildAt(int) - Method in class org.jscience.net.URLNode
 
getChildCount() - Method in class org.jscience.io.FileTreeNode
DOCUMENT ME!
getChildCount(Object) - Method in class org.jscience.mathematics.analysis.expressions.ExpressionTreeModel
DOCUMENT ME!
getChildCount() - Method in class org.jscience.ml.gml.xml.schema.SchemaNode
DOCUMENT ME!
getChildCount() - Method in class org.jscience.net.URLNode
 
getChildElement(Element, int) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
get the index'th Element child If none returns null Count ignores non-Element nodes
getChildElements(Element) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
get all Element children If none, returns empty Vector
getChildList(String) - Method in class org.jscience.ml.cml.cmlimpl.CMLBaseImpl
gets a (typed) list of child elements with a given name
getChildNodes() - Method in class org.jscience.ml.cml.dom.pmr.PMRNodeImpl
A NodeList that contains all children of this node.
getChildren() - Method in class org.jscience.architecture.traffic.infrastructure.Drivelane
DOCUMENT ME!
getChildren() - Method in class org.jscience.architecture.traffic.infrastructure.Infrastructure
DOCUMENT ME!
getChildren() - Method in class org.jscience.architecture.traffic.infrastructure.Node
DOCUMENT ME!
getChildren() - Method in class org.jscience.architecture.traffic.infrastructure.Road
DOCUMENT ME!
getChildren() - Method in class org.jscience.architecture.traffic.infrastructure.Roaduser
DOCUMENT ME!
getChildren() - Method in interface org.jscience.architecture.traffic.SelectionStarter
Returns all Selectables held by this Selectable
getChildren() - Method in class org.jscience.biology.HistoricalIndividual
DOCUMENT ME!
getChildren() - Method in class org.jscience.biology.taxonomy.SimpleTaxon
DOCUMENT ME!
getChildren() - Method in interface org.jscience.biology.taxonomy.Taxon
The children of this Taxon.
getChildren() - Method in class org.jscience.biology.taxonomy.WeakTaxon
DOCUMENT ME!
getChildren() - Method in class org.jscience.ml.sbml.math.Node
DOCUMENT ME!
getChildren() - Method in class org.jscience.util.BinaryTree
DOCUMENT ME!
getChildren() - Method in class org.jscience.util.NAryTree
DOCUMENT ME!
getChildren() - Method in interface org.jscience.util.Tree
DOCUMENT ME!
getChildrenRaw() - Method in class org.jscience.biology.taxonomy.WeakTaxon
DOCUMENT ME!
getChildrenWithElementName(Element, String) - Static method in class org.jscience.ml.cml.util.PMRDOMUtils
gets vector of Element children with given element name (ignored if name is null or bad value of sensitivity).
getChildTsn() - Method in class org.jscience.biology.taxonomy.ItisTaxon
Accessor method to return Vector of child TSNs
getChildTsnList(long) - Method in class org.jscience.biology.taxonomy.ItisSupport
Get an array of the TSN numbers for children of a particular taxon identified by its taxonomic serial number.
getChildVector(String) - Method in class org.jscience.ml.cml.cmlimpl.CMLBaseImpl
gets a Vector of all child elements with this name
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.ChipElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.CounterElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.DFlipFlopElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.JKFlipFlopElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.JohnsonElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.PhaseCompElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.SevenSegElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.TimerElement
DOCUMENT ME!
getChipName() - Method in class org.jscience.physics.electricity.circuitry.elements.VCOElement
DOCUMENT ME!
getChiSq() - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.LevenbergMarquadt
Gives the chi-sqared value of the latest iteration.
getChiSq() - Method in class org.jscience.physics.nuclear.kinematics.math.statistics.LinearFitErrY
DOCUMENT ME!
getChiSq() - Method in class org.jscience.physics.nuclear.kinematics.math.statistics.PolynomialFitErrY
DOCUMENT ME!
getChoices() - Method in class org.jscience.politics.vote.Ballot
DOCUMENT ME!
getChoices() - Method in class org.jscience.politics.vote.BinaryBallot
DOCUMENT ME!
getChoices() - Method in class org.jscience.politics.vote.RankedBallot
DOCUMENT ME!
getChoregraphy() - Method in class org.jscience.arts.theatrical.Scene
DOCUMENT ME!
getChromosomeLength() - Method in class org.jscience.computing.ai.evolutionary.geneticalgorithms.BinaryCodedGA
Returns the length of chromosomes.
getChronometer() - Method in class org.jscience.history.time.ComplexClock
DOCUMENT ME!
getCirclePerimeter(double) - Static method in class org.jscience.mathematics.geometry.CenterOfMasses
Gets perimeter for a circle
getCircleSurface(double) - Static method in class org.jscience.mathematics.geometry.CenterOfMasses
Gets surface for a circle
getCircuitFrame() - Method in class org.jscience.physics.electricity.circuitry.CircuitElement
 
getCircuitFrame() - Method in class org.jscience.physics.electricity.circuitry.Scope
 
getCircuitNode(int) - Method in class org.jscience.physics.electricity.circuitry.gui.CircuitFrame
 
getCities() - Method in class org.jscience.politics.Country
DOCUMENT ME!
getCity() - Method in class org.jscience.geography.Address
DOCUMENT ME!
getCivilization() - Method in class org.jscience.history.archeology.Item
DOCUMENT ME!
getClassCheckItem(String, String) - Method in class org.jscience.physics.electricity.circuitry.gui.CircuitFrame
 
getClassCnt() - Method in class org.jscience.computing.ai.planning.LogicalExpression
This function returns a unique integer every time called.
getClassFilterSuccessors() - Method in class org.jscience.computing.ai.expertsystem.rete.ClassFilterReteNode
Returns the successors of this node.
getClassicalArtNumber(int) - Static method in class org.jscience.arts.ArtsConstants
DOCUMENT ME!
getClassicalArtString(int) - Static method in class org.jscience.arts.ArtsConstants
DOCUMENT ME!
getClassification() - Method in class org.jscience.economics.resources.Creature
DOCUMENT ME!
getClassification() - Method in class org.jscience.economics.resources.Fossil
DOCUMENT ME!
getClassLoader() - Static method in class org.jscience.util.Settings
returns the ClassLoader currently used to locate resources
getClassName() - Method in class org.jscience.mathematics.geometry.GeometryElement
���̊􉽗v�f��?
getClassName() - Method in class org.jscience.ml.mathml.MathMLElementImpl
DOCUMENT ME!
getClassName() - Method in interface org.w3c.dom.mathml.MathMLElement
DOCUMENT ME!
getClassnameFromType(String) - Static method in class org.jscience.ml.om.util.ConfigLoader
Returns the java classname that matches the given xsi:type attribute, which can be found at additional schema elements
E.g.
getClassTagName() - Method in class org.jscience.ml.cml.cmlimpl.CMLBaseImpl
 
getClassType() - Method in class org.jscience.computing.ai.expertsystem.rete.ClassFilterReteNode
Returns the class object associated with this node.
getClassType() - Method in class org.jscience.geography.coordinates.Coord
DOCUMENT ME!
getClassx() - Method in class org.jscience.ml.cml.util.CommandOption
DOCUMENT ME!
getClientAccounts() - Method in class org.jscience.economics.Bank
DOCUMENT ME!
getClients() - Method in class org.jscience.economics.Organization
DOCUMENT ME!
getClients() - Method in class org.jscience.law.Lawyer
DOCUMENT ME!
getClients() - Method in class org.jscience.law.Witness
DOCUMENT ME!
getClock() - Method in class org.jscience.history.time.ComplexClock
DOCUMENT ME!
getClone() - Method in class org.jscience.architecture.traffic.infrastructure.Node.NodeStatistics
Returns a clone of this NodeStatistics.
getClose() - Method in class org.jscience.ml.mathml.MathMLFencedElementImpl
DOCUMENT ME!
getClose() - Method in interface org.w3c.dom.mathml.MathMLFencedElement
DOCUMENT ME!
getCloseChoice() - Method in class org.jscience.engineering.control.gui.PlotGraph
DOCUMENT ME!
getClosed() - Method in class org.jscience.computing.ai.AStarPathfinder
Return the closed list.
getClosedLoopSegmentsVector() - Method in class org.jscience.engineering.control.ClosedLoop
DOCUMENT ME!
getCloseOnCompletion() - Method in class org.jscience.net.Downloader
DOCUMENT ME!
getClosestNeuron(double[]) - Method in class org.jscience.computing.ai.neurocomputing.KohonenNN
Retrieves the closest neuron to the input point.
getCloseTag() - Method in class org.jscience.architecture.traffic.xml.XMLElement
DOCUMENT ME!
getClosure() - Method in interface org.w3c.dom.mathml.MathMLIntervalElement
DOCUMENT ME!
getCloudCover() - Method in class org.jscience.earth.weather.WeatherPrevision
DOCUMENT ME!
getClusterClassification() - Method in class org.jscience.ml.om.extension.deepsky.DeepSkyTargetOC
Returns the classification (according to Trumpler) of the open cluster.
getCMAngleProjectile(int) - Method in class org.jscience.physics.nuclear.kinematics.nuclear.NuclearCollision
Returns the angle in degrees in the CM system of the projectile.
getCMLDocument() - Method in interface org.jscience.ml.cml.AbstractBase
get owner document as CMLDocument.
getCMLDocument() - Method in class org.jscience.ml.cml.cmlimpl.BaseToolImpl
 
getCMLDocument() - Method in class org.jscience.ml.cml.cmlimpl.CMLBaseImpl
 
getCMLDocument() - Method in interface org.jscience.ml.cml.Workflow
get the CMLDocument for object creation
getCnt() - Method in class org.jscience.computing.ai.planning.InternalElement
To get the number of objects already instantiated from this class before this object was instantiated.
getCode() - Method in class org.jscience.earth.weather.cityforecast.CityForecast
DOCUMENT ME!
getCode() - Method in class org.jscience.economics.money.Currency
Returns the currency code for this currency.
getCode() - Method in class org.jscience.net.ServerLogEntry
DOCUMENT ME!
getCodedObservation() - Method in class org.jscience.earth.weather.metar.MetarObservation
DOCUMENT ME!
getCodes() - Method in class org.jscience.politics.Nation
DOCUMENT ME!
getCoding() - Method in class org.jscience.biology.Cell
DOCUMENT ME!
getCoding() - Method in class org.jscience.biology.Virus
DOCUMENT ME!
getCodon() - Method in class org.jscience.biology.tRNA
DOCUMENT ME!
getCoeff(int) - Method in class org.jscience.mathematics.analysis.taylor.TaylorDouble
Get the kth Taylor coefficient.
getCoefficient() - Method in class org.jscience.chemistry.quantum.basis.PrimitiveGaussian
Getter for property coefficient.
getCoefficient(int) - Method in class org.jscience.mathematics.analysis.polynomials.ComplexPolynomial
DOCUMENT ME!
getCoefficient(int) - Method in class org.jscience.mathematics.analysis.polynomials.DoublePolynomial
Get the coefficient of degree k, i.e.
getCoefficient(int) - Method in class org.jscience.mathematics.analysis.polynomials.ExactComplexPolynomial
DOCUMENT ME!
getCoefficient(int) - Method in class org.jscience.mathematics.analysis.polynomials.ExactRealPolynomial
Get the coefficient of degree k, i.e.
getCoefficient(int) - Method in interface org.jscience.mathematics.analysis.polynomials.Polynomial
Get the coefficient of degree k, i.e.
getCoefficient(int) - Method in class org.jscience.media.pictures.filters.CellularFilter
DOCUMENT ME!
getCoefficient(int) - Method in class org.jscience.media.pictures.filters.math.CellularFunction2D
DOCUMENT ME!
getCoefficient() - Method in class org.jscience.physics.kinematics.Drag
DOCUMENT ME!
getCoefficient() - Method in class org.jscience.physics.kinematics.Spring
DOCUMENT ME!
getCoefficient(int) - Method in class org.jscience.physics.nuclear.kinematics.math.analysis.spanc.CalibrationFit
Returns the i'th order coefficient of the calibration fit and its uncertainty.
getCoefficient(double, double, double, double, double, double) - Method in class org.jscience.physics.nuclear.kinematics.math.ClebschGordon
Calculates the Clebsch-Gordon Coeffiecient, .
getCoefficientAsComplex(int) - Method in class org.jscience.mathematics.analysis.polynomials.ComplexPolynomial
DOCUMENT ME!
getCoefficientAsDouble(int) - Method in class org.jscience.mathematics.analysis.polynomials.DoublePolynomial
Get the coefficient of degree k, i.e.
getCoefficientAsExactComplex(int) - Method in class org.jscience.mathematics.analysis.polynomials.ExactComplexPolynomial
DOCUMENT ME!
getCoefficientAsExactReal(int) - Method in class org.jscience.mathematics.analysis.polynomials.ExactRealPolynomial
Get the coefficient of degree k, i.e.
getCoefficientErrors() - Method in class org.jscience.physics.nuclear.kinematics.math.statistics.PolynomialFitErrY
DOCUMENT ME!
getCoefficients() - Method in class org.jscience.chemistry.quantum.basis.ContractedGaussian
Getter for property coefficients.
getCoefficients() - Method in class org.jscience.chemistry.quantum.basis.Orbital
Getter for property coefficients.
getCoefficients() - Method in class org.jscience.mathematics.analysis.polynomials.ComplexPolynomial
 
getCoefficients() - Method in class org.jscience.mathematics.analysis.polynomials.DoublePolynomial
Get the coefficients as an array
getCoefficients() - Method in class org.jscience.mathematics.analysis.polynomials.ExactComplexPolynomial
 
getCoefficients() - Method in class org.jscience.mathematics.analysis.polynomials.ExactRealPolynomial
Get the coefficients as an array
getCoefficients() - Method in interface org.jscience.mathematics.analysis.polynomials.Polynomial
Get the coefficients as an array
getCoefficientsAsComplexes() - Method in class org.jscience.mathematics.analysis.polynomials.ComplexPolynomial
Return the coefficients as an array of ExactComplex numbers.
getCoefficientsAsDoubles() - Method in class org.jscience.mathematics.analysis.polynomials.DoublePolynomial
Get the coefficients as an array of doubles
getCoefficientsAsExactComplexes() - Method in class org.jscience.mathematics.analysis.polynomials.ExactComplexPolynomial
Return the coefficients as an array of ExactComplex numbers.
getCoefficientsAsExactReals() - Method in class org.jscience.mathematics.analysis.polynomials.ExactRealPolynomial
Get the coefficients as an array of ExactReals
getCoefs() - Method in class org.jscience.mathematics.wavelet.FWTCoef
 
getCoefs() - Method in class org.jscience.mathematics.wavelet.FWTPacketCoef
 
getCoefs() - Method in class org.jscience.mathematics.wavelet.MatchingPursuit
Recover the matching coefficients.
getCoin(int) - Method in class org.jscience.swing.JCoinBox
This method gets a specified coin.
getCoincidingVertexElements() - Method in class org.jscience.mathematics.geometry.DelaunayDiagram2D
?
getCoinCount() - Method in class org.jscience.swing.JCoinBox
Ths method gets the number of coins.
getColearnValue(Sign, Sign, Node, int) - Method in interface org.jscience.architecture.traffic.algorithms.tlc.Colearning
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.LocalHillTLC
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1B1
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCDestless
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCFix
 
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC1TLCOpt
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2B1
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2Final
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2TLCDestless
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC2TLCOpt
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC3B1
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC3Opt
DOCUMENT ME!
getColearnValue(Sign, Sign, Node, int) - Method in class org.jscience.architecture.traffic.algorithms.tlc.TC3TLCWorkInProgress
DOCUMENT ME!
getCollectionId() - Method in interface org.jscience.bibliography.BibRefQuery
Return an identification of the current collection.
getCollections() - Method in class org.jscience.arts.hobbies.Hobbyist
DOCUMENT ME!
getCollisionDetection() - Method in class org.jscience.computing.ai.cellularautomaton.CellularAutomataLayered
Returns the collision detection status of this cellular automata world.
getColor(CustomRoaduser) - Static method in class org.jscience.architecture.traffic.infrastructure.CustomFactory
Returns the color used for drawing of given custom.
getColor() - Method in class org.jscience.architecture.traffic.infrastructure.Roaduser
Returns the color of this Roaduser
getColor() - Method in class org.jscience.astronomy.solarsystem.constellations.Constellation
DOCUMENT ME!
getColor(int) - Method in class org.jscience.awt.BarGraph
Gets the bar color of the nth series.
getColor(float) - Method in interface org.jscience.awt.ColorScheme
By convention, this should return a color for f between 0 and 1.
getColor(int) - Method in class org.jscience.awt.Graph2D
Gets the color of the nth y-series.
getColor(int) - Method in class org.jscience.awt.PieChart
Gets the slice color of the nth slice.
getColor(Atom) - Method in class org.jscience.chemistry.gui.extended.graphics3d.RenderTable
Get the (awt)color for atom a
getColor() - Method in class org.jscience.chemistry.gui.extended.molecule.Atom
Returns the color with which the atom is to be drawn when displayed
getColor() - Method in class org.jscience.earth.PlanetCellContents
DOCUMENT ME!
getColor(float) - Method in class org.jscience.media.pictures.filters.ArrayColormap
Convert a value in the range 0..1 to an RGB color.
getColor(float) - Method in interface org.jscience.media.pictures.filters.Colormap
Convert a value in the range 0..1 to an RGB color.
getColor(float) - Method in class org.jscience.media.pictures.filters.GrayscaleColormap
Convert a value in the range 0..1 to an RGB color.
getColor() - Method in class org.jscience.media.pictures.filters.LightFilter.Light
DOCUMENT ME!
getColor(float) - Method in class org.jscience.media.pictures.filters.LinearColormap
Convert a value in the range 0..1 to an RGB color.
getColor() - Method in class org.jscience.media.pictures.filters.SparkleFilter
DOCUMENT ME!
getColor(double, double) - Static method in class org.jscience.physics.waves.ColorConverter
Creates a Color object given the wavelength instead of the usual RGB or HSB values.
getColor(int) - Method in class org.jscience.swing.JBarGraph
Gets the bar color of the nth series.
getColor(float) - Method in class org.jscience.swing.JContourPlot
DOCUMENT ME!
getColor(int) - Method in class org.jscience.swing.JGraph2D
Gets the color of the nth y-series.
getColor(int) - Method in class org.jscience.swing.JPieChart
Gets the slice color of the nth slice.
getColor(String) - Static method in class org.jscience.util.NamedColors
DOCUMENT ME!
getColor() - Method in interface org.w3c.dom.mathml.MathMLStyleElement
DOCUMENT ME!
getColor1() - Method in class org.jscience.media.pictures.filters.LinearColormap
Get the first color
getColor2() - Method in class org.jscience.media.pictures.filters.LinearColormap
Get the second color
getColorByAtomType() - Method in class org.jscience.chemistry.gui.extended.molecule.Renderer
Return flag that indicates whether to paint the atom according to its type
getColorByType(int) - Static method in class org.jscience.architecture.traffic.infrastructure.RoaduserFactory
Returns the color belonging to the type given.
getColorDither() - Method in class org.jscience.media.pictures.filters.DiffusionFilter
DOCUMENT ME!
getColorFromType() - Method in class org.jscience.chemistry.gui.extended.molecule.Atom
Returns color according to the atom type
getColormap() - Method in class org.jscience.media.pictures.filters.BinaryFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.CellularFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.CraterFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.DistanceFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.FBMFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.GradientFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.LookupFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.PlasmaFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.QuiltFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.ShapeFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.media.pictures.filters.TextureFilter
DOCUMENT ME!
getColormap() - Method in class org.jscience.medicine.volumetric.ColormapChoiceAttr
DOCUMENT ME!
getColorModel() - Method in class org.jscience.io.fits.ImageDigitizer
*********************************************************************** get the color model for the digitized pixels ************************************************************************
getColors() - Method in class org.jscience.architecture.traffic.simulation.statistics.ExtendedTrackingView
Returns the colors to be used when drawing the tracking graphs.
getColors() - Method in class org.jscience.architecture.traffic.simulation.statistics.TrackingView
Determines the colors of the tracking graphs.
getColorScheme() - Method in class org.jscience.chemistry.gui.extended.molecule.Renderer
Return color scheme
getColorSource() - Method in class org.jscience.media.pictures.filters.LightFilter
DOCUMENT ME!
getColorTable() - Method in class org.jscience.chemistry.quantum.AtomInfo
Getter for property colorTable.
getColour(int) - Method in class org.jscience.computing.ai.util.Gradient
Return the ith colour in the gradient.
getColsMassExcess() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.TableText
DOCUMENT ME!
getColsToSkip() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.TableText
DOCUMENT ME!
getColsUncertainty() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.TableText
DOCUMENT ME!
getColumn() - Method in exception org.jscience.computing.ai.expertsystem.compiler.JeopsException
Returns the column number in the rule file where there is the problem that caused this exception.
getColumn() - Method in class org.jscience.computing.game.chess.BoardPosition
DOCUMENT ME!
getColumn(int) - Method in class org.jscience.io.fits.FitsTableData
returns the column object for a given column number.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.AbstractBooleanVector
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.AbstractComplexMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.AbstractComplexVector
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.AbstractDoubleMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.AbstractDoubleVector
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.AbstractIntegerMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.AbstractIntegerVector
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.BooleanMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.ComplexMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.DoubleMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.IntegerMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.RingMatrix
Returns the ith column.
getColumn(int) - Method in class org.jscience.mathematics.algebraic.matrices.RingVector
Returns the ith column.
getColumn(int) - Method in interface org.jscience.mathematics.algebraic.Matrix
Returns the ith column.
getColumn() - Method in class org.jscience.ml.sbml.jep.JavaCharStream
Deprecated.  
getColumn() - Method in exception org.jscience.ml.sbml.jep.ParseException
Returns the column number of the token in which the error occured
getColumn(int) - Method in class org.jscience.physics.quantum.BraVector
DOCUMENT ME!
getColumn(int) - Method in class org.jscience.physics.quantum.KetVector
DOCUMENT ME!
getColumnalign() - Method in interface org.w3c.dom.mathml.MathMLTableCellElement
DOCUMENT ME!
getColumnalign() - Method in interface org.w3c.dom.mathml.MathMLTableElement
DOCUMENT ME!
getColumnalign() - Method in interface org.w3c.dom.mathml.MathMLTableRowElement
DOCUMENT ME!
getColumnClass(int) - Method in class org.jscience.awt.DefaultCategoryGraph2DModel.DataSeries
DOCUMENT ME!
getColumnClass(int) - Method in class org.jscience.awt.DefaultGraph2DModel.DataSeries
DOCUMENT ME!
getColumnClass(int) - Method in class org.jscience.awt.DefaultGraph3DModel.DataSeries
DOCUMENT ME!
getColumnClass(int) - Method in class org.jscience.io.fits.FitsTableData
returns the Java class of the data in a column
getColumnClass(int) - Method in class org.jscience.physics.nuclear.kinematics.nuclear.gui.table.KinematicsOutputTableModel
DOCUMENT ME!
getColumnClass(int) - Method in class org.jscience.physics.nuclear.kinematics.nuclear.gui.table.ReactionTableModel
DOCUMENT ME!
getColumnClass(int) - Method in class org.jscience.util.JDBCTableModel
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.awt.DefaultCategoryGraph2DModel.DataSeries
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.awt.DefaultGraph2DModel.DataSeries
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.awt.DefaultGraph3DModel.DataSeries
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.chemistry.quantum.math.matrix.Matrix
Getter for property columnCount.
getColumnCount() - Method in class org.jscience.computing.game.puzzle.JTilePuzzle
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.io.fits.FitsTableData
returns the number of columns in the table
getColumnCount() - Method in class org.jscience.linguistics.dict.TableResult
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.gui.table.KinematicsOutputTableModel
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.physics.nuclear.kinematics.nuclear.gui.table.ReactionTableModel
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.util.JDBCTableModel
DOCUMENT ME!
getColumnCount() - Method in class org.jscience.util.ResultSetMetaDataTableModel
DOCUMENT ME!
getColumnlines() - Method in interface org.w3c.dom.mathml.MathMLTableElement
DOCUMENT ME!