Uses of Class
eu.simuline.relana.expressions.Type
-
Packages that use Type Package Description eu.simuline.relana.expressions Classes to describe expressions.eu.simuline.relana.model Description for object oriented models in terms of java classes. -
-
Uses of Type in eu.simuline.relana.expressions
Fields in eu.simuline.relana.expressions declared as Type Modifier and Type Field Description static Type
Type. BOOLEAN
static Type
Type. EMPTY
private Type
Formula.Const. type
private Type
FormulaDecl.Const. type
Methods in eu.simuline.relana.expressions that return Type Modifier and Type Method Description static Type
Type. getEmpty()
Type
Type. getInverse()
Type
Type. remove(Deficiency def)
Type
Type. removeAndAbove(Deficiency def)
Returns a copy of this type where the given Deficiency, and all Deficiencies above it are removed.Type
FormulaDecl.Comp. retType()
Type
FormulaDecl.Const. retType()
abstract Type
FormulaDecl. retType()
Type
FormulaDecl.Var. retType()
Type
Operation.CompOp. retType(Set<FormulaDecl> args)
(package private) Type
Operation.Functor. retType(Set<FormulaDecl> args, Operation.Maps mapOper)
Type
Operation.IntsOp. retType(Set<FormulaDecl> args)
Type
Operation.Maps. retType(Set<FormulaDecl> args)
abstract Type
Operation. retType(Set<FormulaDecl> args)
Type
Operation.UnionOp. retType(Set<FormulaDecl> args)
(package private) abstract Type
Operation.Functor. source(DeficiencyMap map)
(package private) abstract Type
Operation.Functor. target(DeficiencyMap map)
Methods in eu.simuline.relana.expressions with parameters of type Type Modifier and Type Method Description private static Formula.Const
Formula.Const. create(Set<Deficiency> val, Type type)
static FormulaDecl
FormulaDecl. getConst(Type type, Set<Deficiency> val)
Operation.Eval
Operation.CompOp. getEval(Type type)
abstract Operation.Eval
Operation. getEval(Type type)
Operation.Eval
Operation.IntsOp. getEval(Type type)
Operation.Eval
Operation.Maps. getEval(Type type)
Operation.Eval
Operation.UnionOp. getEval(Type type)
void
Type. replace(Deficiency oldDef, Deficiency newDefMin, Deficiency newDefMax, Type type)
Constructors in eu.simuline.relana.expressions with parameters of type Type Constructor Description Const(Set<Deficiency> val, Type type)
Const(Type type, Set<Deficiency> val)
Type(Type other)
-
Uses of Type in eu.simuline.relana.model
Fields in eu.simuline.relana.model declared as Type Modifier and Type Field Description private Type
ProbDistr. type
The type of this ProbDistr.private Type
SClass. type
private Type
SInstance. type
TheSClass
of this instance.Methods in eu.simuline.relana.model that return Type Modifier and Type Method Description private Type
SClass. createType()
private Type
ProbDistr. getType()
Type
SClass. getType()
Type
SInstance. getType()
Constructors in eu.simuline.relana.model with parameters of type Type Constructor Description ProbDistr(Type type, Map<Deficiency,ProbDistr> old2ProbDistr, Map<Deficiency,BigDecimal> def2prob)
ProbDistr(Type type, Map<Deficiency,BigDecimal> def2prob)
SInstance(Type type, ProbDistr distr, String name)
-