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 _ Α Ε Μ Π Σ Φ

J

J - Static variable in class org.jscience.mathematics.algebraic.numbers.ExactQuaternion
 
J - Static variable in class org.jscience.mathematics.algebraic.numbers.Quaternion
 
J - Variable in class org.jscience.physics.solids.AtlasSection
 
J2000 - Static variable in class org.jscience.astronomy.solarsystem.coordinates.CoordinateSystem
Standard J2000 coordinates -- the reference frame
J2000 - Static variable in class org.jscience.astronomy.solarsystem.ephemeris.JulianDay
DOCUMENT ME!
JACK - Static variable in class org.jscience.computing.game.cards.Card
DOCUMENT ME!
JACK - Static variable in class org.jscience.swing.JCard
DOCUMENT ME!
JACOBI - Static variable in class org.jscience.chemistry.quantum.math.la.DiagonalizerType
The Jacobi method
Jacobi - Class in org.jscience.mathematics.analysis.elliptic
Implementation for Jacobi's elliptic functions.
JacobiDiagonalizer - Class in org.jscience.chemistry.quantum.math.la
Jacobi diagonalization attempts to diagonalize a matrix such that after O(N3) operations, the off-diagonal elements are made zero.
JacobiDiagonalizer() - Constructor for class org.jscience.chemistry.quantum.math.la.JacobiDiagonalizer
Creates a new instance of JacobiDiagonalizer
JacobiDoublePolynomialFactory - Class in org.jscience.mathematics.analysis.polynomials
This class implements Jacobi polynomials.
JacobiDoublePolynomialFactory(double, double) - Constructor for class org.jscience.mathematics.analysis.polynomials.JacobiDoublePolynomialFactory
 
JAlarmClock - Class in org.jscience.swing
A little GUI app with a JWatchLabel that can be run, halted and set.
JAlarmClock() - Constructor for class org.jscience.swing.JAlarmClock
Creates a new JAlarmClock object.
JavaCharStream - Class in org.jscience.ml.sbml.jep
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.jscience.ml.sbml.jep.JavaCharStream
Creates a new JavaCharStream object.
JavaCharStream(Reader, int, int) - Constructor for class org.jscience.ml.sbml.jep.JavaCharStream
Creates a new JavaCharStream object.
JavaCharStream(Reader) - Constructor for class org.jscience.ml.sbml.jep.JavaCharStream
Creates a new JavaCharStream object.
JavaCharStream(InputStream, int, int, int) - Constructor for class org.jscience.ml.sbml.jep.JavaCharStream
Creates a new JavaCharStream object.
JavaCharStream(InputStream, int, int) - Constructor for class org.jscience.ml.sbml.jep.JavaCharStream
Creates a new JavaCharStream object.
JavaCharStream(InputStream) - Constructor for class org.jscience.ml.sbml.jep.JavaCharStream
Creates a new JavaCharStream object.
JavaCompiler - Class in org.jscience.computing.ai.expertsystem.compiler
Auxiliar class that compiles java files into bytecodes (.class files).
JavaCompiler() - Constructor for class org.jscience.computing.ai.expertsystem.compiler.JavaCompiler
 
JavaExpressible - Interface in org.jscience.util
The interface JavaExpressible indicates that the implementing class is able to express itself in Java format.
JavaGenerator - Class in org.jscience.measure.random
RandomJava is a class wrapper for the Math.random() generator that comes with Java.
JavaGenerator() - Constructor for class org.jscience.measure.random.JavaGenerator
 
javax.measure - package javax.measure
Provides strongly typed measurements to enforce compile-time check of parameters consistency and avoid interface errors.
javax.measure.converter - package javax.measure.converter
Provides support for unit conversion.
javax.measure.quantity - package javax.measure.quantity
Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation.
javax.measure.unit - package javax.measure.unit
Provides support for programatic unit handling.
JAwari - Class in org.jscience.computing.game.awari
JAwari can play the AwariGame in the JGameFrame GUI.
JAwari() - Constructor for class org.jscience.computing.game.awari.JAwari
Creates a new JAwari object.
JBackup - Class in org.jscience.swing
a gui utility to run and schedule backups
JBackup(File, File, boolean) - Constructor for class org.jscience.swing.JBackup
Creates a new JBackup object.
JBackup(File, File, boolean, File) - Constructor for class org.jscience.swing.JBackup
Creates a new JBackup object.
JBall - Class in org.jscience.swing
This class models a ball that has a specified ball color, text color, size, value, and state.
JBall(int, int, Color, Color) - Constructor for class org.jscience.swing.JBall
This general constructor creates a new ball with a specified value, size, ball color, and text color.
JBall(int, int) - Constructor for class org.jscience.swing.JBall
This special constructor creates a new ball with a specified value amd size, and with default ball color red and text color white
JBall(int) - Constructor for class org.jscience.swing.JBall
This special constructor creates a new ball with a specified value and with the default size 24 and default ball color red.
JBall() - Constructor for class org.jscience.swing.JBall
This default constructor creates a new ball with value 0, size 24, and ball color red.
JBarGraph - Class in org.jscience.swing
A bar graph Swing component.
JBarGraph(CategoryGraph2DModel) - Constructor for class org.jscience.swing.JBarGraph
Constructs a bar graph.
JBlackJack - Class in org.jscience.computing.game.cards
implements the GUI wrapper for BlackJack
JBlackJack() - Constructor for class org.jscience.computing.game.cards.JBlackJack
Creates a new JBlackJack object.
JBlackJack(BlackJack, Player[], int) - Constructor for class org.jscience.computing.game.cards.JBlackJack
Creates a new JBlackJack object.
JCard - Class in org.jscience.swing
This class models a playing card from a standard deck.
JCard(int, int, boolean) - Constructor for class org.jscience.swing.JCard
This general constructor creates a new card of a specified value and suit and specified state (up or down).
JCard(int, int) - Constructor for class org.jscience.swing.JCard
This special constructor creates a new card of a specified value and suit that is face down.
JCard(int, boolean) - Constructor for class org.jscience.swing.JCard
This general constructor creates a new card of a specified number and a specified state (face up or down)
JCard(int) - Constructor for class org.jscience.swing.JCard
This special constructor creates a new card of a specified number that is face down.
JCard() - Constructor for class org.jscience.swing.JCard
This default constructor creates a new card randomly chosen from the deck that is face down.
JCardHand - Class in org.jscience.swing
This class is a container that holds cards.
JCardHand(int, boolean) - Constructor for class org.jscience.swing.JCardHand
This general constructor creates a new card hand with a specified number of cards and a specified state (face up or down)
JCardHand(int) - Constructor for class org.jscience.swing.JCardHand
This special constructor creates a new card hand with a specified number of cards dealt face down.
JCardHand() - Constructor for class org.jscience.swing.JCardHand
This default constructor creates a new card hand with 5 cards dealt face down.
JCategoryGraph2D - Class in org.jscience.swing
The JCategoryGraph2D superclass provides an abstract encapsulation of 2D category graphs.
JCategoryGraph2D(CategoryGraph2DModel) - Constructor for class org.jscience.swing.JCategoryGraph2D
Constructs a 2D category graph.
JChat - Class in org.jscience.net
JChat provides a simple GUI chat client that works with ChatServer.
JChat() - Constructor for class org.jscience.net.JChat
Creates a new JChat object.
JCheckers - Class in org.jscience.computing.game.checkers
implements the GUI wrapper around CheckersGame to use with JGameFrame
JCheckers() - Constructor for class org.jscience.computing.game.checkers.JCheckers
Creates a new JCheckers object.
JCheckers(CheckersGame, Player, Player, int) - Constructor for class org.jscience.computing.game.checkers.JCheckers
Creates a new JCheckers object.
JChess - Class in org.jscience.computing.game.chess
Implements the GUI wrapper around ChessGame to use with JGameFrame.
JChess() - Constructor for class org.jscience.computing.game.chess.JChess
Creates a new JChess object.
JChess(ChessGame, Player, Player, int) - Constructor for class org.jscience.computing.game.chess.JChess
Creates a new JChess object.
JCoin - Class in org.jscience.swing
This class defines a coin with specified colors, value, and probability of heads.
JCoin(double, int, Color, Color, Color) - Constructor for class org.jscience.swing.JCoin
This general constructor creates a new coin with a probability, preferred size, and colors.
JCoin(double, int) - Constructor for class org.jscience.swing.JCoin
This special constructor creates a new coin with a specified probability and size, and with the default colors of red for heads and green for tails.
JCoin(double) - Constructor for class org.jscience.swing.JCoin
This special constructor creates a coin with a specified probability of heads, and with the default size 40, and with head color red and tail color green.
JCoin() - Constructor for class org.jscience.swing.JCoin
This default constructor creates a new fair coin with a specified value, and with the default size and with head color red and tail color green.
JCoinBox - Class in org.jscience.swing
This class is a container that holds coins.
JCoinBox(int, double, int, Color, Color, Color) - Constructor for class org.jscience.swing.JCoinBox
This general constructor creates a new coin box with a specified number of coins, specified preferred size, a specified probability of heads, and specified head, tail, and text colors.
JCoinBox(int, double, int) - Constructor for class org.jscience.swing.JCoinBox
This special constructor creates a new coin box with a specified number of coins, probability, and size, and with default head color red, tail color green, and text color white
JCoinBox(int, double) - Constructor for class org.jscience.swing.JCoinBox
This special constructor creates a new coin box with a specified number of coins, and probability, and with default size 40, head color red, tail color green, and text color white
JCoinBox(int) - Constructor for class org.jscience.swing.JCoinBox
This special constructor creates a new coin box with a specified number of coins, and with the default probability, size, and colors.
JCoinBox() - Constructor for class org.jscience.swing.JCoinBox
This default constructor creates a new coin box with 10 coins and with the default probability, and colors.
JCompare - Class in org.jscience.swing
DOCUMENT ME!
JCompare() - Constructor for class org.jscience.swing.JCompare
Creates a new JCompare object.
JCompare(File, File) - Constructor for class org.jscience.swing.JCompare
Creates a new JCompare object.
JContourPlot - Class in org.jscience.swing
A contour plot Swing component.
JContourPlot(double[][]) - Constructor for class org.jscience.swing.JContourPlot
Constructs a contour plot.
JD - Variable in class org.jscience.astronomy.solarsystem.ephemeris.HeliocentricCoordinate
DOCUMENT ME!
JD2000 - Static variable in class org.jscience.history.calendars.Moment
DOCUMENT ME!
JD_EPOCH - Static variable in class org.jscience.history.calendars.AlternateCalendar
DOCUMENT ME!
JDBC - Class in org.jscience.util
The class JDBC provides some simplified access to existing ODBC and MySQL drivers through static methods.
JDBCInfoPane - Class in org.jscience.swing
displays information on a JDBC connection including table's row and meta data.
JDBCInfoPane(Connection) - Constructor for class org.jscience.swing.JDBCInfoPane
Creates a new JDBCInfoPane object.
JDBCLogWriter - Class in org.jscience.util.logging
JDBCLogWriter provides a LogWriter that writes to a java.sql.Connection.
JDBCLogWriter(Connection, String, LogEntryFormatter) - Constructor for class org.jscience.util.logging.JDBCLogWriter
requires a formatter that will split log entries in an object array which corresponds to the fields in the given table.
JDBCTableModel - Class in org.jscience.util
JDBCTableModel provides a simple way to display a table from a JDBC connection.
JDBCTableModel(Connection, String) - Constructor for class org.jscience.util.JDBCTableModel
Creates a new JDBCTableModel object.
JDBCTableModel(Connection, String, boolean) - Constructor for class org.jscience.util.JDBCTableModel
Creates a new JDBCTableModel object.
jdCreate(double) - Static method in class org.jscience.history.calendars.Moment
DOCUMENT ME!
JDefaultGame - Class in org.jscience.computing.game
JDefaultGame provides a basic wrapper for GamePlay objects for implementing the JGamePlay interface.
JDefaultGame(GamePlay) - Constructor for class org.jscience.computing.game.JDefaultGame
Creates a new JDefaultGame object.
JDefaultGame(GamePlay, Player[], int, ExtensionFileFilter) - Constructor for class org.jscience.computing.game.JDefaultGame
Creates a new JDefaultGame object.
jdFromMoment(double) - Static method in class org.jscience.history.calendars.Moment
DOCUMENT ME!
JDiceBoard - Class in org.jscience.swing
This class is a container that holds dice.
JDiceBoard(int, double[], int, Color, Color) - Constructor for class org.jscience.swing.JDiceBoard
This general constructor creates a new dice board with a specified number of dice, a specified preferred size, specified probability distribution, and specified colors.
JDiceBoard(int, double[], int) - Constructor for class org.jscience.swing.JDiceBoard
This special constructor creates a new dice board with a specified number of dice, size, probability distribution, and with default back color red and default spot color white.
JDiceBoard(int, double[]) - Constructor for class org.jscience.swing.JDiceBoard
This special constructor creates a new dice board with a specified number of dice, a spcified probability distribution, and with default size 36, back color red and spot color white.
JDiceBoard(int, int, int, Color, Color) - Constructor for class org.jscience.swing.JDiceBoard
This general constructor creates a new dice board with a specified number of dice, a specified probability distribution of special type, and with specified size and colors.
JDiceBoard(int, int, int) - Constructor for class org.jscience.swing.JDiceBoard
This sepcial constructor creates a new dice board with a specified number of dice, of a special type, a specified size, and with default colors.
JDiceBoard(int, int) - Constructor for class org.jscience.swing.JDiceBoard
This sepcial constructor creates a new dice board with a specified number of dice, of a special type, a specified size, and with size and colors.
JDiceBoard(int) - Constructor for class org.jscience.swing.JDiceBoard
This sepcial constructor creates a new dice board with a specified number of fair dice, and with default size and colors.
JDiceBoard() - Constructor for class org.jscience.swing.JDiceBoard
This default constructor cretes a new dice board with 10 fair dice, and with default size and colors.
JDictClient - Class in org.jscience.linguistics.dict
Zakladni GUI klient pro DICT dle RFC2229 implementovano SHOW DB, SHOW STRAT, DEFINE, MATCH, QUIT
JDictClient() - Constructor for class org.jscience.linguistics.dict.JDictClient
Creates a new JDictClient object.
JDie - Class in org.jscience.swing
This class models a standard, 6-sided die with specified colors and probabilities.
JDie(double[], int, Color, Color) - Constructor for class org.jscience.swing.JDie
This general constructor creates a new die with specified probabilities, size, back color, and spot color.
JDie(double[], int) - Constructor for class org.jscience.swing.JDie
This special constructor creates a new die with and specified probabilities and size, and with default back color red and spot color white.
JDie(double[]) - Constructor for class org.jscience.swing.JDie
This special constructor creates a new die with and specified probabilities and with default size 36 and with back color red and spot color white.
JDie(int, int, Color, Color) - Constructor for class org.jscience.swing.JDie
This general constructor creates a new die with specified probabilities of special type, and with specified size and colors.
JDie(int, int) - Constructor for class org.jscience.swing.JDie
This special constructor creates a new die with specified probabilities of special type, and with specified size, and with default colors red and white.
JDie(int) - Constructor for class org.jscience.swing.JDie
This special constructor creates a new die with specified probabilities of special type, and with default size 36 and colors red and white.
JDie() - Constructor for class org.jscience.swing.JDie
This default constructor creates a new fair die, and with default size and colors.
JDiskUsage - Class in org.jscience.swing
shows disk usage based on the given root directory.
JDiskUsage(File) - Constructor for class org.jscience.swing.JDiskUsage
Creates a new JDiskUsage object.
JDoubleBufferedComponent - Class in org.jscience.swing
The JDoubleBufferedComponent class provides double buffering functionality.
JDoubleBufferedComponent() - Constructor for class org.jscience.swing.JDoubleBufferedComponent
Constructs a double buffered canvas.
JDownloader - Class in org.jscience.net
Downloads a URL or URLCache object into a file in a thread using a ProgressMonitorInputStream, so that the user can abort if desired
JDownloader(Component, URL, File) - Constructor for class org.jscience.net.JDownloader
Creates a new JDownloader object.
JDownloader(Component, URLCache, File) - Constructor for class org.jscience.net.JDownloader
Creates a new JDownloader object.
JE - Static variable in class org.jscience.politics.PoliticsConstants
DOCUMENT ME!
JeopsException - Exception in org.jscience.computing.ai.expertsystem.compiler
An exception thrown by JEOPS.
JeopsException(int, int) - Constructor for exception org.jscience.computing.ai.expertsystem.compiler.JeopsException
Constructs a JeopsException with no detail message.
JeopsException(String, int, int) - Constructor for exception org.jscience.computing.ai.expertsystem.compiler.JeopsException
Constructs a JeopsException with the specified detail message.
JEP - Class in org.jscience.ml.sbml.jep
The JEP class is the main interface with which the user should interact.
JEP() - Constructor for class org.jscience.ml.sbml.jep.JEP
Creates a new JEP instance with the default settings.
JEP(boolean, boolean, boolean, NumberFactory) - Constructor for class org.jscience.ml.sbml.jep.JEP
Creates a new JEP instance with custom settings.
JfetElement - Class in org.jscience.physics.electricity.circuitry.elements
DOCUMENT ME!
JfetElement(int, int, boolean) - Constructor for class org.jscience.physics.electricity.circuitry.elements.JfetElement
Creates a new JfetElement object.
JfetElement(int, int, int, int, int, StringTokenizer) - Constructor for class org.jscience.physics.electricity.circuitry.elements.JfetElement
Creates a new JfetElement object.
JFileField - Class in org.jscience.swing
A text component that denotes a file path; supports mouse drops from file system and provides a convenient JFileChooser.
JFileField() - Constructor for class org.jscience.swing.JFileField
Creates a new JFileField object.
JFileField(int) - Constructor for class org.jscience.swing.JFileField
Creates a new JFileField object.
JFileField(File) - Constructor for class org.jscience.swing.JFileField
Creates a new JFileField object.
JFileField(File, int) - Constructor for class org.jscience.swing.JFileField
Creates a new JFileField object.
JFontChooser - Class in org.jscience.swing
provides a nice GUI mechanism to choose a System Font (with preview and compare option and several other features).
JFontChooser() - Constructor for class org.jscience.swing.JFontChooser
Creates a new JFontChooser object.
JFontChooser(Font) - Constructor for class org.jscience.swing.JFontChooser
Creates a new JFontChooser object.
JFontControl - Class in org.jscience.swing
provides a Font control component that can be used in a menu or toolbar.
JFontControl(Font, FontSelectionListener) - Constructor for class org.jscience.swing.JFontControl
Creates a new JFontControl object.
JFontFileChooser - Class in org.jscience.swing
provides a nice GUI mechanism to choose a Font from the file system.
JFontFileChooser(File) - Constructor for class org.jscience.swing.JFontFileChooser
Creates a new JFontFileChooser object.
JFontFileChooser(File, Font) - Constructor for class org.jscience.swing.JFontFileChooser
Creates a new JFontFileChooser object.
JFourWins - Class in org.jscience.computing.game.fourwins
JFourWins provides the GUI wrapping for a FourWinsGame to be played with a JGameFrame
JFourWins() - Constructor for class org.jscience.computing.game.fourwins.JFourWins
Creates a new JFourWins object.
JFourWins(FourWinsGame, Player, Player, int) - Constructor for class org.jscience.computing.game.fourwins.JFourWins
Creates a new JFourWins object.
JGameFrame - Class in org.jscience.computing.game
JGameFrame implements a generic GUI setup for a JGamePlay.
JGameFrame(GamePlay) - Constructor for class org.jscience.computing.game.JGameFrame
this constructor uses a standard JDefaultGame object to wrap the given game and then calls JGameFrame(JGamePlay jplay)
JGameFrame(JGamePlay) - Constructor for class org.jscience.computing.game.JGameFrame
The GUI application is directly started and made visible by calling the constructor
JGamePlay - Interface in org.jscience.computing.game
JGamePlay provides functionality that is used by the GUI based JGameFrame to display the game specific features.
JGomoku - Class in org.jscience.computing.game.gomoku
GUI wrapper around GomokuGame for using a JGameFrame
JGomoku() - Constructor for class org.jscience.computing.game.gomoku.JGomoku
Creates a new JGomoku object.
JGomoku(GomokuGame, Player, Player, int) - Constructor for class org.jscience.computing.game.gomoku.JGomoku
Creates a new JGomoku object.
JGraph2D - Class in org.jscience.swing
The JGraph2D superclass provides an abstract encapsulation of 2D graphs.
JGraph2D(Graph2DModel) - Constructor for class org.jscience.swing.JGraph2D
Constructs a 2D graph.
JGraphLayout - Class in org.jscience.swing
A graph layout arranges components in the style of a graph.
JGraphLayout() - Constructor for class org.jscience.swing.JGraphLayout
Creates a new JGraphLayout object.
JGraphModelAdapter - Class in org.jscience.computing.graph.external
An adapter that reflects a JGraphT graph as a JGraph graph.
JGraphModelAdapter(Graph) - Constructor for class org.jscience.computing.graph.external.JGraphModelAdapter
Constructs a new JGraph model adapter for the specified JGraphT graph.
JGraphModelAdapter(Graph, AttributeMap, AttributeMap) - Constructor for class org.jscience.computing.graph.external.JGraphModelAdapter
Constructs a new JGraph model adapter for the specified JGraphT graph.
JGraphModelAdapter(Graph, AttributeMap, AttributeMap, JGraphModelAdapter.CellFactory) - Constructor for class org.jscience.computing.graph.external.JGraphModelAdapter
Constructs a new JGraph model adapter for the specified JGraphT graph.
JGraphModelAdapter.CellFactory - Interface in org.jscience.computing.graph.external
Creates the JGraph cells that reflect the respective JGraphT elements.
JGraphModelAdapter.DefaultCellFactory - Class in org.jscience.computing.graph.external
A simple default cell factory.
JGraphModelAdapter.DefaultCellFactory() - Constructor for class org.jscience.computing.graph.external.JGraphModelAdapter.DefaultCellFactory
 
JImageCanvas - Class in org.jscience.swing
The JImageCanvas class allows an image to be directly added to a container.
JImageCanvas(Image) - Constructor for class org.jscience.swing.JImageCanvas
Constructs an image canvas.
jIndex - Variable in class org.jscience.media.audio.dsp.filters.IIRFilterBase
DOCUMENT ME!
jj_nt - Variable in class org.jscience.ml.sbml.jep.Parser
DOCUMENT ME!
jjstrLiteralImages - Static variable in class org.jscience.ml.sbml.jep.ParserTokenManager
DOCUMENT ME!
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTConstant
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTElse
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTElseIfThen
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTFunNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTIfThen
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTPiecewise
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTStart
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.ASTVarNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in interface org.jscience.ml.sbml.jep.Node
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.jscience.ml.sbml.jep.SimpleNode
Accept the visitor.
jjtAddChild(Node, int) - Method in interface org.jscience.ml.sbml.jep.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.jscience.ml.sbml.jep.SimpleNode
DOCUMENT ME!
jjtClose() - Method in interface org.jscience.ml.sbml.jep.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.jscience.ml.sbml.jep.SimpleNode
DOCUMENT ME!
JJTCONSTANT - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
JJTELSE - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
JJTELSEIFTHEN - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
JJTFUNNODE - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
jjtGetChild(int) - Method in interface org.jscience.ml.sbml.jep.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.jscience.ml.sbml.jep.SimpleNode
DOCUMENT ME!
jjtGetNumChildren() - Method in interface org.jscience.ml.sbml.jep.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.jscience.ml.sbml.jep.SimpleNode
DOCUMENT ME!
jjtGetParent() - Method in interface org.jscience.ml.sbml.jep.Node
DOCUMENT ME!
jjtGetParent() - Method in class org.jscience.ml.sbml.jep.SimpleNode
DOCUMENT ME!
JJTIFTHEN - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
jjtNodeName - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
jjtOpen() - Method in interface org.jscience.ml.sbml.jep.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.jscience.ml.sbml.jep.SimpleNode
DOCUMENT ME!
JJTPIECEWISE - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
jjtree - Variable in class org.jscience.ml.sbml.jep.Parser
DOCUMENT ME!
jjtSetParent(Node) - Method in interface org.jscience.ml.sbml.jep.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.jscience.ml.sbml.jep.SimpleNode
DOCUMENT ME!
JJTSTART - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
JJTVARNODE - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
JJTVOID - Static variable in interface org.jscience.ml.sbml.jep.ParserTreeConstants
DOCUMENT ME!
JKFlipFlopElement - Class in org.jscience.physics.electricity.circuitry.elements
DOCUMENT ME!
JKFlipFlopElement(int, int) - Constructor for class org.jscience.physics.electricity.circuitry.elements.JKFlipFlopElement
Creates a new JKFlipFlopElement object.
JKFlipFlopElement(int, int, int, int, int, StringTokenizer) - Constructor for class org.jscience.physics.electricity.circuitry.elements.JKFlipFlopElement
Creates a new JKFlipFlopElement object.
JLayeredBarGraph - Class in org.jscience.swing
A layered bar graph Swing component.
JLayeredBarGraph(CategoryGraph2DModel) - Constructor for class org.jscience.swing.JLayeredBarGraph
Constructs a layered bar graph.
JLineGraph - Class in org.jscience.swing
A line graph Swing component.
JLineGraph(Graph2DModel) - Constructor for class org.jscience.swing.JLineGraph
Constructs a line graph.
JLineGraph3D - Class in org.jscience.swing
A 3D line graph Swing component.
JLineGraph3D(Graph3DModel) - Constructor for class org.jscience.swing.JLineGraph3D
Constructs a 3D line graph.
JLineTrace - Class in org.jscience.swing
A line trace Swing component.
JLineTrace(float, float, float, float) - Constructor for class org.jscience.swing.JLineTrace
Constructs a line trace.
JM - Static variable in class org.jscience.politics.PoliticsConstants
DOCUMENT ME!
JMainFrame - Class in org.jscience.swing
a convenient JFrame providing some basic nice stuff
JMainFrame() - Constructor for class org.jscience.swing.JMainFrame
Creates a new JMainFrame object.
JMainFrame(String) - Constructor for class org.jscience.swing.JMainFrame
Creates a new JMainFrame object.
JMainFrame(Component) - Constructor for class org.jscience.swing.JMainFrame
Creates a new JMainFrame object.
JMainFrame(String, boolean, boolean) - Constructor for class org.jscience.swing.JMainFrame
if withStatusBar is set, the content pane will be using BorderLayout and places the status bar SOUTH
JMainFrame(Component, boolean, boolean) - Constructor for class org.jscience.swing.JMainFrame
places the given Component in the center of the content pane using BorderLayout
JMD - Static variable in class org.jscience.economics.money.Currencies
DOCUMENT ME!
JMemoryGauge - Class in org.jscience.swing
a component that displays current memory consumption
JMemoryGauge() - Constructor for class org.jscience.swing.JMemoryGauge
Creates a new JMemoryGauge object.
JMemoryGauge(boolean) - Constructor for class org.jscience.swing.JMemoryGauge
Creates a new JMemoryGauge object.
JMenuChoice - Class in org.jscience.medicine.volumetric
DOCUMENT ME!
JMenuToggle - Class in org.jscience.medicine.volumetric
DOCUMENT ME!
JMessenger - Class in org.jscience.net
JMessenger provides a simple GUI messenger for a direct peer-to-peer connection that uses one side as the server.
JMessenger() - Constructor for class org.jscience.net.JMessenger
uses org.jscience.net.chat.port
JMessenger(int) - Constructor for class org.jscience.net.JMessenger
 
JMessenger(Logger) - Constructor for class org.jscience.net.JMessenger
 
JMessenger(int, Logger) - Constructor for class org.jscience.net.JMessenger
 
JMuehle - Class in org.jscience.computing.game.muehle
enables MuehleGame to be played with JGameFrame
JMuehle() - Constructor for class org.jscience.computing.game.muehle.JMuehle
Creates a new JMuehle object.
JMuehle(MuehleGame, Player, Player, int) - Constructor for class org.jscience.computing.game.muehle.JMuehle
Creates a new JMuehle object.
JNetProperties - Class in org.jscience.net
provides a form to edit Java network properties
JNetProperties() - Constructor for class org.jscience.net.JNetProperties
calls this(new Properties())
JNetProperties(Properties) - Constructor for class org.jscience.net.JNetProperties
Creates a new JNetProperties object.
JO - Static variable in class org.jscience.politics.PoliticsConstants
DOCUMENT ME!
JOD - Static variable in class org.jscience.economics.money.Currencies
DOCUMENT ME!
Joggle - Class in org.jscience.swing.joggle
A Component drawing a joggle (or wheel) you can drag to move it (scroll) and change a value to the corresponding JoggleModel.
Joggle() - Constructor for class org.jscience.swing.joggle.Joggle
Creates a new Joggle with a new DefaultJoggleModel.
Joggle(int) - Constructor for class org.jscience.swing.joggle.Joggle
Creates a new Joggle with a new DefaultJoggleModel and the specified orientation.
Joggle(JoggleModel) - Constructor for class org.jscience.swing.joggle.Joggle
Creates a new Joggle with the specified JoggleModel.
Joggle(JoggleModel, int) - Constructor for class org.jscience.swing.joggle.Joggle
Creates a new Joggle with the specified JoggleModel and orientation.
Joggle(JoggleModel, int, int, double, int) - Constructor for class org.jscience.swing.joggle.Joggle
Creates a new Joggle with the specified JoggleModel and orientation.
JoggleModel - Interface in org.jscience.swing.joggle
A model representing a bounded or unbounded double value sequence.
JohnsonElement - Class in org.jscience.physics.electricity.circuitry.elements
DOCUMENT ME!
JohnsonElement(int, int) - Constructor for class org.jscience.physics.electricity.circuitry.elements.JohnsonElement
Creates a new JohnsonElement object.
JohnsonElement(int, int, int, int, int, StringTokenizer) - Constructor for class org.jscience.physics.electricity.circuitry.elements.JohnsonElement
Creates a new JohnsonElement object.
join(JoinSemiLattice.Member) - Method in interface org.jscience.mathematics.algebraic.lattices.JoinSemiLattice.Member
The group composition law.
join(JoinSemiLattice.Member) - Method in class org.jscience.mathematics.algebraic.numbers.Boolean
Returns the disjunction of this number and another.
join(Boolean) - Method in class org.jscience.mathematics.algebraic.numbers.Boolean
Returns the disjunction of this boolean number and another.
JoinReteNode - Class in org.jscience.computing.ai.expertsystem.rete
A node in the Rete network that has more than one input, so that objects coming from distinct parts of the network are joined together in instances of this class.
JoinReteNode(int, AbstractRuleBase, int, int) - Constructor for class org.jscience.computing.ai.expertsystem.rete.JoinReteNode
Class constructor.
JoinSemiLattice - Interface in org.jscience.mathematics.algebraic.lattices
This interface defines a join (or ∨) semilattice.
JoinSemiLattice.Member - Interface in org.jscience.mathematics.algebraic.lattices
This interface defines a member of a join semilattice.
JOKER - Static variable in class org.jscience.computing.game.cards.Card
DOCUMENT ME!
JOULE - Static variable in class javax.measure.unit.SI
The derived unit for energy, work, quantity of heat (J).
JOURNAL_ABBREV - Static variable in interface org.jscience.bibliography.BibRefSupport
 
JOURNAL_TITLES - Static variable in interface org.jscience.bibliography.BibRefSupport
 
JOURS - Static variable in class org.jscience.history.calendars.ModifiedFrenchCalendar
DOCUMENT ME!
JOVIANPERIOD - Static variable in class org.jscience.history.calendars.OldHinduSolarCalendar
DOCUMENT ME!
jovianYear() - Method in class org.jscience.history.calendars.OldHinduSolarCalendar
DOCUMENT ME!
JOY - Static variable in class org.jscience.psychology.PsychologyConstants
DOCUMENT ME!
JP - Static variable in class org.jscience.politics.PoliticsConstants
DOCUMENT ME!
JPanelChoice - Class in org.jscience.medicine.volumetric
DOCUMENT ME!
JPanelChoiceAxis - Class in org.jscience.medicine.volumetric
DOCUMENT ME!
JPanelString - Class in org.jscience.medicine.volumetric
DOCUMENT ME!
JPanelToggle - Class in org.jscience.medicine.volumetric
DOCUMENT ME!
JPieChart - Class in org.jscience.swing
A pie chart Swing component.
JPieChart(CategoryGraph2DModel) - Constructor for class org.jscience.swing.JPieChart
Constructs a pie chart.
JPlayerClient - Class in org.jscience.computing.game
a GUI application acting as a client Player in a game played over the network
JPlayerClient(GamePlay) - Constructor for class org.jscience.computing.game.JPlayerClient
this constructor uses a standard JDefaultGame object to wrap the given game and then calls JGameFrame(JGamePlay jplay)
JPlayerClient(JGamePlay) - Constructor for class org.jscience.computing.game.JPlayerClient
The GUI application is directly started and made visible by calling the constructor
jpos - Variable in class org.jscience.physics.fluids.dynamics.util.Matrix
elem[n] indicates in which column it is found the element not null n-esimo.
JPrinterSelect - Class in org.jscience.swing
DOCUMENT ME!
JPrinterSelect() - Constructor for class org.jscience.swing.JPrinterSelect
Creates a new JPrinterSelect object.
JPrinterSelect(boolean) - Constructor for class org.jscience.swing.JPrinterSelect
Creates a new JPrinterSelect object.
JPY - Static variable in class org.jscience.economics.money.Currencies
DOCUMENT ME!
JPY - Static variable in class org.jscience.economics.money.Currency
The Japanese Yen currency.
JRelKin - Class in org.jscience.physics.nuclear.kinematics
Program to calculate relativistic kinematics for the SplitPole detector.
JRelKin() - Constructor for class org.jscience.physics.nuclear.kinematics.JRelKin
Creates a new JRelKin object.
JRelKin.FilePrintAction - Class in org.jscience.physics.nuclear.kinematics
DOCUMENT ME!
JRelKin.FilePrintAction() - Constructor for class org.jscience.physics.nuclear.kinematics.JRelKin.FilePrintAction
Creates new FilePrintAction
JRelKin.TextExportAction - Class in org.jscience.physics.nuclear.kinematics
DOCUMENT ME!
JRelKin.TextExportAction() - Constructor for class org.jscience.physics.nuclear.kinematics.JRelKin.TextExportAction
Creates new FilePrintAction
JReversi - Class in org.jscience.computing.game.reversi
enables ReversiGame to be played with JGameFrame
JReversi() - Constructor for class org.jscience.computing.game.reversi.JReversi
Creates a new JReversi object.
JReversi(ReversiGame, Player, Player, int) - Constructor for class org.jscience.computing.game.reversi.JReversi
Creates a new JReversi object.
JScall(String, Object[]) - Method in class org.jscience.astronomy.solarsystem.ephemeris.gui.CelestialSphere
DOCUMENT ME!
JScall(JSObject, String, Object[]) - Method in class org.jscience.astronomy.solarsystem.ephemeris.gui.CelestialSphere
DOCUMENT ME!
JScatterGraph - Class in org.jscience.swing
A scatter graph Swing component.
JScatterGraph(Graph2DModel) - Constructor for class org.jscience.swing.JScatterGraph
Constructs a scatter graph.
JScheduler - Class in org.jscience.swing
a convenient GUI to schedule predefined tasks
JScheduler(Runnable, String) - Constructor for class org.jscience.swing.JScheduler
Creates a new JScheduler object.
JScheduler(Runnable, Component) - Constructor for class org.jscience.swing.JScheduler
The scheduler uses a BoxLayout where the description is put on top.
JScience - Class in org.jscience
This class represents the JScience library; it contains the library optional #initialize method as well as a JScience.main(java.lang.String[]) method for versionning, self-tests, and performance analysis.
JScienceAutoUpdate - Class in org.jscience
DOCUMENT ME!
JScienceVersion - Class in org.jscience
The Version class contains information about the current and latest release.
jseparator0 - Variable in class org.jscience.biology.lsystems.growing.gui.SettingsGUI
DOCUMENT ME!
jseparator10 - Variable in class org.jscience.biology.lsystems.growing.gui.SettingsGUI
DOCUMENT ME!
jseparator7 - Variable in class org.jscience.biology.lsystems.growing.gui.SettingsGUI
DOCUMENT ME!
jseparator8 - Variable in class org.jscience.biology.lsystems.growing.gui.SettingsGUI
DOCUMENT ME!
JSolitaire - Class in org.jscience.computing.game.puzzle
enables Solitaire to be played with JGameFrame
JSolitaire() - Constructor for class org.jscience.computing.game.puzzle.JSolitaire
Creates a new JSolitaire object.
JSolitaire(Solitaire, Player, int) - Constructor for class org.jscience.computing.game.puzzle.JSolitaire
Creates a new JSolitaire object.
JSpider - Class in org.jscience.net
a Swing based GUI that uses functionality of the Spider class and uses a default SampleCrawlerSetting instance if no other CrawlerSetting is specified.
JSpider(URL) - Constructor for class org.jscience.net.JSpider
Creates a new JSpider object.
JSpider(URLTree) - Constructor for class org.jscience.net.JSpider
Creates a new JSpider object.
JStackedBarGraph - Class in org.jscience.swing
A stacked bar graph Swing component.
JStackedBarGraph(CategoryGraph2DModel) - Constructor for class org.jscience.swing.JStackedBarGraph
Constructs a stacked bar graph.
JTextComponentLog - Class in org.jscience.util.logging
JTextComponentLog writes abbreviated log messages into a given JTextComponent synchronously.
JTextComponentLog(JTextComponent) - Constructor for class org.jscience.util.logging.JTextComponentLog
Creates a new JTextComponentLog object.
JTexturedPanel - Class in org.jscience.physics.fluids.dynamics.gui
DOCUMENT ME!
JTexturedPanel() - Constructor for class org.jscience.physics.fluids.dynamics.gui.JTexturedPanel
Crea a nuevo JTexturedPanel
JTextViewer - Class in org.jscience.swing
a very simple text viewer w/ copy/print/save capabilities
JTextViewer(String) - Constructor for class org.jscience.swing.JTextViewer
Creates a new JTextViewer object.
JTextViewer(String, String) - Constructor for class org.jscience.swing.JTextViewer
Creates a new JTextViewer object.
JTextViewer(Component, String) - Constructor for class org.jscience.swing.JTextViewer
Creates a new JTextViewer object.
JTextViewer(String, Component, String) - Constructor for class org.jscience.swing.JTextViewer
Creates a new JTextViewer object.
JTextViewer(String, int, int) - Constructor for class org.jscience.swing.JTextViewer
Creates a new JTextViewer object.
JTextViewer(String, Component, String, int, int) - Constructor for class org.jscience.swing.JTextViewer
Creates a new JTextViewer object.
JTilePuzzle - Class in org.jscience.computing.game.puzzle
implements the GUI wrapper for the TilePuzzle
JTilePuzzle() - Constructor for class org.jscience.computing.game.puzzle.JTilePuzzle
Creates a new JTilePuzzle object.
JTilePuzzle(TilePuzzle, Player, int) - Constructor for class org.jscience.computing.game.puzzle.JTilePuzzle
Creates a new JTilePuzzle object.
JTimeChooser - Class in org.jscience.swing
A simple specialized JSpinner using java.util.Date for a value.
JTimeChooser() - Constructor for class org.jscience.swing.JTimeChooser
Creates a new JTimeChooser object.
JTimeChooser(Date) - Constructor for class org.jscience.swing.JTimeChooser
Creates a new JTimeChooser object.
Judge - Class in org.jscience.law
The Judge class provides some useful information for people whose job is to take care of the trial process completion.
Judge(Individual, LawSuitSituation, String, Administration) - Constructor for class org.jscience.law.Judge
Creates a new Judge object.
Judge(Individual, LawSuitSituation, Administration) - Constructor for class org.jscience.law.Judge
Creates a new Judge object.
JUDGE - Static variable in class org.jscience.sociology.Roles
DOCUMENT ME!
JULIAN_YEAR - Static variable in class org.jscience.astronomy.AstronomyConstants
Length of a Julian year (defined) in (earth) days.
JulianCalendar - Class in org.jscience.history.calendars
DOCUMENT ME!
JulianCalendar(long) - Constructor for class org.jscience.history.calendars.JulianCalendar
Creates a new JulianCalendar object.
JulianCalendar() - Constructor for class org.jscience.history.calendars.JulianCalendar
Creates a new JulianCalendar object.
JulianCalendar(AlternateCalendar) - Constructor for class org.jscience.history.calendars.JulianCalendar
Creates a new JulianCalendar object.
JulianCalendar(int, int, int) - Constructor for class org.jscience.history.calendars.JulianCalendar
Creates a new JulianCalendar object.
julianCenturies(double) - Static method in class org.jscience.history.calendars.Moment
DOCUMENT ME!
julianCenturies() - Method in class org.jscience.history.calendars.Moment
DOCUMENT ME!
JulianCoordinateSystem - Class in org.jscience.astronomy.solarsystem.coordinates.coordinatesystems
The class defining Julian coordinate systems.
JulianCoordinateSystem(double) - Constructor for class org.jscience.astronomy.solarsystem.coordinates.coordinatesystems.JulianCoordinateSystem
Get a Julian CoordinateSystem of a given epoch.
JulianDay - Class in org.jscience.astronomy.solarsystem.ephemeris
DOCUMENT ME!
JulianDay() - Constructor for class org.jscience.astronomy.solarsystem.ephemeris.JulianDay
Creates a new JulianDay object.
JulianTime - Class in org.jscience.astronomy.solarsystem
The JulianTime class stores Julian Day (minus 2450000 d) and allows setting and retrieval of time in various forms.
JulianTime() - Constructor for class org.jscience.astronomy.solarsystem.JulianTime
Set the time from the system clock.
JulianTime(double) - Constructor for class org.jscience.astronomy.solarsystem.JulianTime
Set the time to the given Julian Day (UT).
JulianTime(JulianTime) - Constructor for class org.jscience.astronomy.solarsystem.JulianTime
 
JuliaSet - Class in org.jscience.mathematics.analysis.chaos
The JuliaSet class provides an object that encapsulates Julia sets.
JuliaSet(Complex) - Constructor for class org.jscience.mathematics.analysis.chaos.JuliaSet
Constructs a Julia set.
jumboLogger - Static variable in class org.jscience.ml.cml.cmlimpl.BaseToolImpl
 
JumboLogger - Class in org.jscience.ml.cml.logger
logger for JUMBO/CML.
JumboLogger(String) - Constructor for class org.jscience.ml.cml.logger.JumboLogger
 
JumboXmlHandler - Class in org.jscience.ml.cml.logger
allows logging of JUMBO/CML-based XML DOMs as well as messages.
JumboXmlHandler(String) - Constructor for class org.jscience.ml.cml.logger.JumboXmlHandler
Creates a new JumboXmlHandler object.
JumboXmlHandler() - Constructor for class org.jscience.ml.cml.logger.JumboXmlHandler
Creates a new JumboXmlHandler object.
Junction - Class in org.jscience.architecture.traffic.infrastructure
Basic junction.
Junction() - Constructor for class org.jscience.architecture.traffic.infrastructure.Junction
Creates an empty junction (for loading)
Junction(Point) - Constructor for class org.jscience.architecture.traffic.infrastructure.Junction
Creates a new standard Junction
JUNCTION - Static variable in class org.jscience.architecture.traffic.infrastructure.Node
Constant for Node type Junction (normal Node with traffic lights).
JUNCTION_ROADUSERS - Static variable in class org.jscience.architecture.traffic.simulation.statistics.TrackerFactory
Show the single Junction roadusers tracking window.
JUNCTION_WAIT - Static variable in class org.jscience.architecture.traffic.simulation.statistics.TrackerFactory
Show the single Junction average junction waiting time tracking window.
junctionCrossings - Variable in class org.jscience.architecture.traffic.simulation.statistics.StatisticsModel
 
junctions - Variable in class org.jscience.architecture.traffic.infrastructure.Infrastructure
All nodes that are not EdgeNodes
JunctionWaitTrackingView - Class in org.jscience.architecture.traffic.simulation.statistics
TrackingView that tracks the waiting queue length of one EdgeNode.
JunctionWaitTrackingView(int, Junction) - Constructor for class org.jscience.architecture.traffic.simulation.statistics.JunctionWaitTrackingView
Creates a new JunctionWaitTrackingView object.
Jupiter - Static variable in class org.jscience.astronomy.solarsystem.ephemeris.Orrery
DOCUMENT ME!
JURASSIC - Static variable in class org.jscience.history.archeology.ArcheologyConstants
DOCUMENT ME!
JURLCachePane - Class in org.jscience.net
A JEditorPane that can take advantage of a URLCache.
JURLCachePane() - Constructor for class org.jscience.net.