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:CClassParserparse*.cclfiles representing Component Classes,SClassParserparse*.sclfiles representing Service Classes and finallyFormulaParserparse formulae. -
-
Uses of ProbDistr in eu.simuline.relana.model
Fields in eu.simuline.relana.model declared as ProbDistr Modifier and Type Field Description private ProbDistrCClass.SClassDecl. distrAn optional probability distribution; otherwisenull.private ProbDistrSInstance. distrMethods in eu.simuline.relana.model that return ProbDistr Modifier and Type Method Description (package private) ProbDistrProbDistr. add(Deficiency def)ProbDistrSInstance. getDistr()(package private) ProbDistrCClass.SClassDecl. getProbDistr()Returns the probability distribution if any; otherwisenull.(package private) ProbDistrProbDistr. 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 newSClassDeclinstance 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 ProbDistrCClassParser.GetDistrContext. distrFields in eu.simuline.relana.parser with type parameters of type ProbDistr Modifier and Type Field Description Map<Deficiency,ProbDistr>CClassParser.ReplDistrContext. def2distrMethod parameters in eu.simuline.relana.parser with type arguments of type ProbDistr Modifier and Type Method Description CClassParser.ReplDistrContextCClassParser. 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)
-