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 TypeType. BOOLEANstatic TypeType. EMPTYprivate TypeFormula.Const. typeprivate TypeFormulaDecl.Const. typeMethods in eu.simuline.relana.expressions that return Type Modifier and Type Method Description static TypeType. getEmpty()TypeType. getInverse()TypeType. remove(Deficiency def)TypeType. removeAndAbove(Deficiency def)Returns a copy of this type where the given Deficiency, and all Deficiencies above it are removed.TypeFormulaDecl.Comp. retType()TypeFormulaDecl.Const. retType()abstract TypeFormulaDecl. retType()TypeFormulaDecl.Var. retType()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)(package private) abstract TypeOperation.Functor. source(DeficiencyMap map)(package private) abstract TypeOperation.Functor. target(DeficiencyMap map)Methods in eu.simuline.relana.expressions with parameters of type Type Modifier and Type Method Description private static Formula.ConstFormula.Const. create(Set<Deficiency> val, Type type)static FormulaDeclFormulaDecl. getConst(Type type, Set<Deficiency> val)Operation.EvalOperation.CompOp. getEval(Type type)abstract Operation.EvalOperation. getEval(Type type)Operation.EvalOperation.IntsOp. getEval(Type type)Operation.EvalOperation.Maps. getEval(Type type)Operation.EvalOperation.UnionOp. getEval(Type type)voidType. 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 TypeProbDistr. typeThe type of this ProbDistr.private TypeSClass. typeprivate TypeSInstance. typeTheSClassof this instance.Methods in eu.simuline.relana.model that return Type Modifier and Type Method Description private TypeSClass. createType()private TypeProbDistr. getType()TypeSClass. getType()TypeSInstance. 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)
-