Uses of Class
eu.simuline.relana.model.ProbDistr
-
Packages that use ProbDistr Package Description 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:CClassParser
parse*.ccl
files representing Component Classes,SClassParser
parse*.scl
files representing Service Classes and finallyFormulaParser
parse formulae. -
-
Uses of ProbDistr in eu.simuline.relana.model
Fields in eu.simuline.relana.model declared as ProbDistr Modifier and Type Field Description private ProbDistr
CClass.SClassDecl. distr
An optional probability distribution; otherwisenull
.private ProbDistr
SInstance. distr
Methods in eu.simuline.relana.model that return ProbDistr Modifier and Type Method Description (package private) ProbDistr
ProbDistr. add(Deficiency def)
ProbDistr
SInstance. getDistr()
(package private) ProbDistr
CClass.SClassDecl. getProbDistr()
Returns the probability distribution if any; otherwisenull
.(package private) ProbDistr
ProbDistr. remove(Deficiency def)
Constructors in eu.simuline.relana.model with parameters of type ProbDistr Constructor Description SClassDecl(boolean isRedeclare, Set<CClass.SClassModifier> modifiers, SClass sClass, String name, ProbDistr distr)
Creates a newSClassDecl
instance without formula.SInstance(Type type, ProbDistr distr, String name)
Constructor parameters in eu.simuline.relana.model with type arguments of type ProbDistr Constructor Description ProbDistr(Type type, Map<Deficiency,ProbDistr> old2ProbDistr, Map<Deficiency,BigDecimal> def2prob)
-
Uses of ProbDistr in eu.simuline.relana.parser
Fields in eu.simuline.relana.parser declared as ProbDistr Modifier and Type Field Description ProbDistr
CClassParser.GetDistrContext. distr
Fields in eu.simuline.relana.parser with type parameters of type ProbDistr Modifier and Type Field Description Map<Deficiency,ProbDistr>
CClassParser.ReplDistrContext. def2distr
Method parameters in eu.simuline.relana.parser with type arguments of type ProbDistr Modifier and Type Method Description CClassParser.ReplDistrContext
CClassParser. replDistr(Map<Deficiency,ProbDistr> def2distr, SClass sClass)
Constructor parameters in eu.simuline.relana.parser with type arguments of type ProbDistr Constructor Description ReplDistrContext(ParserRuleContext parent, int invokingState, Map<Deficiency,ProbDistr> def2distr, SClass sClass)
-