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

M

M - Variable in class data.ProbSystemMtbdd
Instance of the MTBDD class that interfaces with CUDD.
main(String[]) - Static method in class generator.Generator
This method will be invoked if only the generator is built.
Main - Class in <Unnamed>
Main This classes creates the main user interface of Cismo Copyright(c) 2005 Université Laval, LSFM research group.
Main() - Constructor for class Main
 
main(String[]) - Static method in class Main
Creates the main user interface of Cismo
main(String[]) - Static method in class test.MainTest
Deprecated.  
main(String[]) - Static method in class test.TestLogic
 
main(String[]) - Static method in class test.TestPerformance
Deprecated.  
MainFrame - Class in ui
MainFrame represents the main interface of Cismo.
MainFrame() - Constructor for class ui.MainFrame
Default constructor ... creates the main frame with no system loaded.
MainTest - Class in test
Deprecated.  
MainTest() - Constructor for class test.MainTest
Deprecated.  
MainWindow - Class in generator.ui
Main Window This is the main interface of the Cismo LMP model generator.
MainWindow(JFrame) - Constructor for class generator.ui.MainWindow
Build the main window of the generator.
makeEmpty() - Method in class edu.hws.jcm.data.StackOfDouble
Clear all items from the stack.
mark() - Method in class edu.hws.jcm.data.ParserContext
MathObjects added to the symbol table after a call to mark() will be removed by a later, matching call to revert().
MathObject - Interface in edu.hws.jcm.data
A MathObject is just an object that has setName and getName methods.
max - Variable in class edu.hws.jcm.awt.VariableSlider
The Values that specify the range of values represented by the slider.
maxVal - Variable in class edu.hws.jcm.awt.VariableSlider
The values found for min and max the last time checkInput() was called.
maxValue - Variable in class edu.hws.jcm.awt.VariableInput
Largest allowable value.
MessagePopup - Class in edu.hws.jcm.awt
The class MessagePopup represents a Window that pops up to display an error message.
MessagePopup(Component) - Constructor for class edu.hws.jcm.awt.MessagePopup
Create a MessagePopup with the give source component.
MIDPOINT - Static variable in class edu.hws.jcm.draw.RiemannSumRects
Summation method type.
min - Variable in class edu.hws.jcm.awt.VariableSlider
The Values that specify the range of values represented by the slider.
MINUS - Static variable in class edu.hws.jcm.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
minVal - Variable in class edu.hws.jcm.awt.VariableSlider
The values found for min and max the last time checkInput() was called.
minValue - Variable in class edu.hws.jcm.awt.VariableInput
Smallest allowable value.
MISSINGCT - Static variable in class edu.hws.jcm.draw.ScatterPlot
A constant that can be used in the getValueObject() method to indicate which statistic the object should represent.
mouseClicked(MouseEvent) - Method in class edu.hws.jcm.draw.MouseTracker
Empty method, required by MouseListener interface.
mouseClicked(MouseEvent) - Method in class edu.hws.jcm.draw.Panner
Responds to a mouse-click.
mouseClicked(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionGraph
Empty method, required by the MouseListener interface.
mouseClicked(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionInput
Empty method, required by the MouseListener interface.
mouseDragged(MouseEvent) - Method in class edu.hws.jcm.draw.MouseTracker
Responds when the user drags the mouse.
mouseDragged(MouseEvent) - Method in class edu.hws.jcm.draw.Panner
Responds to a mouse-drag.
mouseDragged(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionGraph
Method required by the MouseListener interface.
mouseDragged(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionInput
Method required by the MouseListener interface.
mouseEntered(MouseEvent) - Method in class edu.hws.jcm.draw.MouseTracker
Empty method, required by MouseMotionListener interface.
mouseEntered(MouseEvent) - Method in class edu.hws.jcm.draw.Panner
Responds to a mouse-enter event.
mouseEntered(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionGraph
Empty method, required by the MouseMotionListener interface.
mouseEntered(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionInput
Empty method, required by the MouseMotionListener interface.
mouseExited(MouseEvent) - Method in class edu.hws.jcm.draw.MouseTracker
Empty method, required by MouseMotionListener interface.
mouseExited(MouseEvent) - Method in class edu.hws.jcm.draw.Panner
Responds to a mouse-exit event.
mouseExited(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionGraph
Empty method, required by the MouseMotionListener interface.
mouseExited(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionInput
Empty method, required by the MouseMotionListener interface.
mouseMoved(MouseEvent) - Method in class edu.hws.jcm.draw.MouseTracker
Empty method, required by MouseMotionListener interface.
mouseMoved(MouseEvent) - Method in class edu.hws.jcm.draw.Panner
Responds when mouse moves.
mouseMoved(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionGraph
Empty method, required by the MouseMotionListener interface.
mouseMoved(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionInput
Empty method, required by the MouseMotionListener interface.
mousePressed(MouseEvent) - Method in class edu.hws.jcm.draw.MouseTracker
Responds when the user clicks the mouse in the rectangular area occupied by the CoordinateRect that contains this MouseTracker.
mousePressed(MouseEvent) - Method in class edu.hws.jcm.draw.Panner
Responds to a mouse-press.
mousePressed(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionGraph
Method required by the MouseListener interface.
mousePressed(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionInput
Method required by the MouseListener interface.
mouseReleased(MouseEvent) - Method in class edu.hws.jcm.draw.MouseTracker
Responds when the user releases the mouse.
mouseReleased(MouseEvent) - Method in class edu.hws.jcm.draw.Panner
Responds to a mouse-release.
mouseReleased(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionGraph
Method required by the MouseListener interface.
mouseReleased(MouseEvent) - Method in class edu.hws.jcm.functions.TableFunctionInput
Method required by the MouseListener interface.
MouseTracker - Class in edu.hws.jcm.draw
A MouseTracker can be added to a CoordinateRect in a DisplayCanvas to respond to user mouse actions in the rectangular area occupied by the CoordinateRect.
MouseTracker() - Constructor for class edu.hws.jcm.draw.MouseTracker
Create a MouseTracker that responds to both clicks and drags.
MouseTracker(boolean, boolean) - Constructor for class edu.hws.jcm.draw.MouseTracker
Creates a mouse tracker.
Mtbdd - package Mtbdd
 
Mtbdd - Class in Mtbdd
Mtbdd This class will be used to import functions from the CUDD library onto the JAVA program.
Mtbdd() - Constructor for class Mtbdd.Mtbdd
Constructor without parameter... initialize a new manager.
mustContain(int) - Static method in class generator.engin.utils.AdjustPrecision
Automatically increase the current maximum number of decimals if the specified maximum decimal part value cannot be represented using the current maximum number of decimals.

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