Uses of Class
eu.simuline.relana.expressions.FormulaDecl
-
Packages that use FormulaDecl Package Description eu.simuline.relana.expressions Classes to describe expressions.eu.simuline.relana.model Description for object oriented models in terms of java classes.eu.simuline.relana.parser Classes to parse all file types except xml:CClassParserparse*.cclfiles representing Component Classes,SClassParserparse*.sclfiles representing Service Classes and finallyFormulaParserparse formulae. -
-
Uses of FormulaDecl in eu.simuline.relana.expressions
Subclasses of FormulaDecl in eu.simuline.relana.expressions Modifier and Type Class Description (package private) static classFormulaDecl.CompRepresents composite formulae consisting of a operationFormulaDecl.Comp.operand a set of argumentsFormulaDecl.Comp.args.(package private) static classFormulaDecl.ConstRepresents atomic formulae consisting of a constant only.(package private) static classFormulaDecl.VarRepresents atomic formulae consisting of a variable only.Fields in eu.simuline.relana.expressions with type parameters of type FormulaDecl Modifier and Type Field Description private Set<FormulaDecl>FormulaDecl.Comp. argsMethods in eu.simuline.relana.expressions that return FormulaDecl Modifier and Type Method Description static FormulaDeclFormulaDecl. getComp(Operation oper, Set<FormulaDecl> args)static FormulaDeclFormulaDecl. getConst(Type type, Set<Deficiency> val)static FormulaDeclFormulaDecl. getVar(CClass.SClassDecl decl, List<String> path)Method parameters in eu.simuline.relana.expressions with type arguments of type FormulaDecl Modifier and Type Method Description static FormulaDeclFormulaDecl. getComp(Operation oper, Set<FormulaDecl> args)TypeOperation.CompOp. retType(Set<FormulaDecl> args)(package private) TypeOperation.Functor. retType(Set<FormulaDecl> args, Operation.Maps mapOper)TypeOperation.IntsOp. retType(Set<FormulaDecl> args)TypeOperation.Maps. retType(Set<FormulaDecl> args)abstract TypeOperation. retType(Set<FormulaDecl> args)TypeOperation.UnionOp. retType(Set<FormulaDecl> args)Constructor parameters in eu.simuline.relana.expressions with type arguments of type FormulaDecl Constructor Description Comp(Operation oper, Set<FormulaDecl> args) -
Uses of FormulaDecl in eu.simuline.relana.model
Fields in eu.simuline.relana.model declared as FormulaDecl Modifier and Type Field Description private FormulaDeclCClass.SClassDecl. formAn optional formula declaration; otherwisenull.Methods in eu.simuline.relana.model that return FormulaDecl Modifier and Type Method Description (package private) FormulaDeclCClass.SClassDecl. getFormulaDecl()Returns the formula if any; otherwisenull.Methods in eu.simuline.relana.model with parameters of type FormulaDecl Modifier and Type Method Description voidCClass.SClassDecl. setFormula(FormulaDecl form)Sets the given formulaformand checks consistency; may throw various exceptions. -
Uses of FormulaDecl in eu.simuline.relana.parser
Fields in eu.simuline.relana.parser declared as FormulaDecl Modifier and Type Field Description (package private) FormulaDeclFormulaParser. fDecl'Returned by constFormula, varFormula and compFormula.Fields in eu.simuline.relana.parser with type parameters of type FormulaDecl Modifier and Type Field Description (package private) Stack<Set<FormulaDecl>>FormulaParser. argsStackThe stack of incompletely parsed levels of formulae.Methods in eu.simuline.relana.parser that return FormulaDecl Modifier and Type Method Description (package private) FormulaDeclFormulaParser. getFormulaStart()Returns the all in all formula invoking rule 'formula'.
-