Uses of Class
edu.hws.jcm.data.Parser

Packages that use Parser
data   
edu.hws.jcm.awt   
edu.hws.jcm.data   
edu.hws.jcm.functions   
engin   
 

Uses of Parser in data
 

Methods in data with parameters of type Parser
 java.util.HashMap ProbSystem.computeProbabilities(IntervalList list, java.lang.String act, Variable v, Parser p)
          Returns all the intervals and their associated repartition functions which can be reached from the IntervalList list using the action a.
 java.util.HashMap ProbSystemHash.computeProbabilities(IntervalList list, java.lang.String act, Variable v, Parser p)
          This function returns the intervals and their respective repartition function which are reachable using the states in the list of starting states using the action act.
 java.util.HashMap ProbSystemMtbdd.computeProbabilities(IntervalList list, java.lang.String act, Variable v, Parser p)
          Cette fonction donne les intervalles et les fonctions de répartition associées pour lesquels il est possible d'arrivé à partir de la list et avec l'action a.
 

Constructors in data with parameters of type Parser
StandardNormalTable(java.lang.String file, Parser p, Variable y)
          Constructir with a file and parser specified.
 

Uses of Parser in edu.hws.jcm.awt
 

Fields in edu.hws.jcm.awt declared as Parser
protected  Parser ExpressionInput.parser
          A parser for parsing the user's input expression.
 

Methods in edu.hws.jcm.awt with parameters of type Parser
 void VariableInput.addTo(Parser p)
          A convenience method that registers this VariableInput's variable with Parser p (but only if both p and the name of the variable are non-null).
 void VariableSlider.addTo(Parser p)
          A convenience method that registers this VariableSlider's variable with p (but only if both p and the name of the variable are non-null).
 void DataTableInput.addVariablesToParser(Parser p)
          Add a row number variable (from the getRowNumberVariable() method) and a column variable for each column (from the getColumnVariable() method) to the parser.
 void DataTableInput.doParse(Parser parser, ParserContext context)
          Required by the ParserExtension interface and not meant to be called directly.
 void ExpressionInput.setParser(Parser p)
          Set the parser that is used to parse the user's input strings.
 

Constructors in edu.hws.jcm.awt with parameters of type Parser
ExpressionInput(java.lang.String initialValue, Parser p)
          Create an ExpressionInputBox with initial contents given by initialValue.
VariableInput(java.lang.String name, java.lang.String initialString, Parser parser)
          Create a VariableInput just as in the constructor VariableInput(String,String).
VariableSlider(java.lang.String name, Value min, Value max, Parser p)
          Create a horizontal variable slider with the given name and range of values, and register it with the given parser (but only if both name and p are non-null).
VariableSlider(java.lang.String name, Value min, Value max, Parser p, int intervals, int orientation)
          Create a variable slider with the given name and range of values, and register it with the given parser (but only if both name and p are non-null).
 

Uses of Parser in edu.hws.jcm.data
 

Methods in edu.hws.jcm.data with parameters of type Parser
 void ParserExtension.doParse(Parser parser, ParserContext context)
          Parses the part of an expression string associated with this ParserExtension.
 

Constructors in edu.hws.jcm.data with parameters of type Parser
Parser(Parser parent)
          Create a Parser with the specified parent.
Parser(Parser parent, int options)
          Create a Parser with the specified parent.
 

Uses of Parser in edu.hws.jcm.functions
 

Methods in edu.hws.jcm.functions with parameters of type Parser
 void FunctionParserExtension.doParse(Parser parser, ParserContext context)
          If this ParserExtension is registered with a parser and the parser encounters the name of the function in the string it is parsing, then the parser will call this routine.
 void SummationParser.doParse(Parser parser, ParserContext context)
          When the name of this ParserExtension is encountered by a parser with which the extension is registered, the parser calls this routine to parse the summation subexpression.
 void ExpressionFunction.redefine(java.lang.String def, Parser parser)
          Set the definition of this function, using the specified parser (or a default parser if parser is null).
 

Constructors in edu.hws.jcm.functions with parameters of type Parser
ExpressionFunction(java.lang.String name, java.lang.String[] paramNames, java.lang.String def, Parser parser)
          Constuct a function of one or more parameters by parsing the String, def, to get the definition of the function.
 

Uses of Parser in engin
 

Methods in engin that return Parser
 Parser Engin.getParser()
          Returns the expression parser used by the engine used to analyse the expressions attached to the transitions